Skip to content

Instantly share code, notes, and snippets.

View msmith-techempower's full-sized avatar

Mike Smith msmith-techempower

View GitHub Profile
techempower@web01:~/FrameworkBenchmarks$ toolset/run-tests.py --mode verify --test spray-es
FWROOT is /home/techempower/FrameworkBenchmarks
Configuration options:
{'client_host': '10.0.3.3',
'client_identity_file': '/home/techempower/.ssh/id_rsa',
'client_user': 'techempower',
'concurrency_levels': [8, 16, 32, 64, 128, 256],
'conf_file': 'benchmark.cfg',
'database_host': '10.0.3.5',
'database_identity_file': '/home/techempower/.ssh/id_rsa',
INSERT INTO Fortune (message) VALUES ('fortune: No such file or directory');
INSERT INTO Fortune (message) VALUES ('A computer scientist is someone who fixes things that aren''t broken.');
INSERT INTO Fortune (message) VALUES ('After enough decimal places, nobody gives a damn.');
INSERT INTO Fortune (message) VALUES ('A bad random number generator: 1, 1, 1, 1, 1, 4.33e+67, 1, 1, 1');
INSERT INTO Fortune (message) VALUES ('A computer program does what you tell it to do, not what you want it to do.');
INSERT INTO Fortune (message) VALUES ('Emacs is a nice operating system, but I prefer UNIX. — Tom Christaensen');
INSERT INTO Fortune (message) VALUES ('Any program that runs right is obsolete.');
INSERT INTO Fortune (message) VALUES ('A list is only as strong as its weakest link. — Donald Knuth');
INSERT INTO Fortune (message) VALUES ('Feature: A bug with seniority.');
INSERT INTO Fortune (message) VALUES ('Computers make very fast, very accurate mistakes.');
techempower@lg01:~$ wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 --timeout 256 -t 40 http://10.0.3.2:8080/fortunes
Running 15s test @ http://10.0.3.2:8080/fortunes
40 threads and 256 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.07ms 73.41us 3.18ms 90.34%
Req/Sec 5.89k 295.50 6.55k 65.36%
3344580 requests in 14.99s, 4.27GB read
Requests/sec: 223056.06
Transfer/sec: 291.86MB
techempower@lg01:~$ wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 --timeout 256 -t 40 http://10.0.3.2:8080/fortunes
Running 15s test @ http://10.0.3.2:8080/fortunes
40 threads and 256 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 842.01us 271.69us 10.14ms 90.46%
Req/Sec 7.52k 727.80 11.44k 85.01%
4251094 requests in 14.99s, 5.43GB read
Requests/sec: 283511.11
Transfer/sec: 370.96MB
techempower@lg01:~$ wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 --timeout 256 -t 40 http://10.0.3.2:8080/fortunes
Running 15s test @ http://10.0.3.2:8080/fortunes
40 threads and 256 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.86ms 702.77us 209.67ms 98.88%
Req/Sec 7.35k 687.41 11.00k 83.70%
4138590 requests in 14.99s, 5.29GB read
Socket errors: connect 0, read 0, write 0, timeout 3
Requests/sec: 276003.93
Transfer/sec: 361.13MB
techempower@lg01:~$ wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 --timeout 256 -t 40 http://10.0.3.2:8080/fortunes
Running 15s test @ http://10.0.3.2:8080/fortunes
40 threads and 256 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.92ms 184.23us 6.85ms 90.82%
Req/Sec 6.86k 519.58 8.78k 74.60%
3887807 requests in 14.99s, 4.97GB read
Requests/sec: 259284.02
Transfer/sec: 339.26MB
techempower@lg01:~$ wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 --timeout 256 -t 40 http://10.0.3.2:8080/fortunes
Running 15s test @ http://10.0.3.2:8080/fortunes
40 threads and 256 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.00ms 122.53us 4.97ms 90.28%
Req/Sec 6.31k 334.86 7.22k 61.85%
3585555 requests in 14.99s, 4.58GB read
Requests/sec: 239130.34
Transfer/sec: 312.89MB
Setup vibed: Using dub registry url 'http://code.dlang.org/'
Setup vibed: Refreshing local packages (refresh existing: true)...
Setup vibed: Looking for local package map at /var/lib/dub/packages/local-packages.json
Setup vibed: Looking for local package map at /home/testrunner/.dub/packages/local-packages.json
Setup vibed: iterating dir /home/testrunner/.dub/packages/
Setup vibed: iterating dir /home/testrunner/.dub/packages/ entry memutils-0.3.5
Setup vibed: iterating dir /home/testrunner/.dub/packages/ entry openssl-1.1.4_1.0.1g
Setup vibed: iterating dir /home/testrunner/.dub/packages/ entry libasync-0.7.1
Setup vibed: iterating dir /home/testrunner/.dub/packages/ entry libev-5.0.0_4.04
Setup vibed: iterating dir /home/testrunner/.dub/packages/ entry vibe-d-0.7.23
Setup vibed: Using dub registry url 'http://code.dlang.org/'
Setup vibed: Refreshing local packages (refresh existing: true)...
Setup vibed: Looking for local package map at /var/lib/dub/packages/local-packages.json
Setup vibed: Looking for local package map at /home/testrunner/.dub/packages/local-packages.json
Setup vibed: Note: Failed to determine version of package fwb at .. Assuming ~master.
Setup vibed: Refreshing local packages (refresh existing: false)...
Setup vibed: Looking for local package map at /var/lib/dub/packages/local-packages.json
Setup vibed: Looking for local package map at /home/testrunner/.dub/packages/local-packages.json
Setup vibed: Found dependency vibe-d 0.7.23
Setup vibed: Found dependency libevent 2.0.1+2.0.16
techempower@ubuntu:~/FrameworkBenchmarks$ toolset/run-tests.py --mode verify --test vibed
FWROOT is /home/techempower/FrameworkBenchmarks
Configuration options:
{'client_host': '127.0.0.1',
'client_identity_file': '/home/techempower/.ssh/id_rsa',
'client_user': 'techempower',
'concurrency_levels': [8, 16, 32, 64, 128, 256],
'conf_file': 'benchmark.cfg',
'database_host': '127.0.0.1',
'database_identity_file': '/home/techempower/.ssh/id_rsa',