https://github.com/danpersa/javaconda
Spring Java Template
https://github.com/danpersa/javaconda
Last synced: 2 months ago
JSON representation
Spring Java Template
- Host: GitHub
- URL: https://github.com/danpersa/javaconda
- Owner: danpersa
- Created: 2018-08-22T22:06:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T15:11:50.000Z (over 6 years ago)
- Last Synced: 2025-01-22T04:31:14.005Z (4 months ago)
- Language: Java
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javaconda
## Running
./gradlew bootRun
## Swagger
- [Swagger File](http://localhost:8080/v2/api-docs)
- [Swagger UI](http://localhost:8080/swagger-ui.html)## Hystrix
- [The Turbine Stream](http://localhost:8080/actuator/hystrix.stream)
- [The Dashboard](http://localhost:8080/hystrix/monitor?stream=http%3A%2F%2Flocalhost%3A8080%2Factuator%2Fhystrix.stream&title=Javaconda)## Performance
Start the service in dev mode and try:
wrk -t 4 -c 50 -d 10s http://localhost:8080/quotes/1
After some warm up (a few runs), you might get a result like this:
Running 10s test @ http://localhost:8080/quotes/1
4 threads and 50 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 19.96ms 36.04ms 314.69ms 87.13%
Req/Sec 2.28k 509.39 3.75k 72.25%
91017 requests in 10.03s, 18.14MB read
Requests/sec: 9070.13
Transfer/sec: 1.81MB