Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrudolph/spray-benchmark


https://github.com/jrudolph/spray-benchmark

Last synced: 25 days ago
JSON representation

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"