Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrudolph/spray-benchmark
https://github.com/jrudolph/spray-benchmark
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrudolph/spray-benchmark
- Owner: jrudolph
- Created: 2014-07-23T09:27:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T09:31:07.000Z (over 10 years ago)
- Last Synced: 2023-04-11T05:18:57.688Z (over 1 year ago)
- Language: Scala
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
In one terminal use `./build-and-run.sh` to run the server
In another terminal use `./benchmark.sh` to run `ab`Analysis tools:
Show socket stats:
watch -n1 -d ss -s
Show net statistics:
watch -n1 -d netstat -s -t
Show length of backlog for listening socket:
watch -n1 "ss -nl |grep 8080"