Last active
June 9, 2017 18:40
-
-
Save stevej/b3c6a71bd56627161d1e72b15a414597 to your computer and use it in GitHub Desktop.
1k_qps_load_test.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stevej@netty-test-8:~$ ./slow_cooker_linux_amd64 -host perf-cluster -concurrency 10 -qps 100 http://proxy-test-4d:4140 | |
# sending 1000 GET req/s with concurrency=10 to http://proxy-test-4d:4140 ... | |
# good/b/f t goal% min [p50 p95 p99 p999] max bhash change | |
2017-06-09T18:16:35Z 9721/0/0 10000 97% 10s 0 [ 1 2 5 412 ] 412 0 + | |
2017-06-09T18:16:45Z 9105/0/0 10000 91% 10s 0 [ 1 2 4 626 ] 626 0 | |
2017-06-09T18:16:55Z 9195/0/0 10000 91% 10s 0 [ 1 2 3 413 ] 413 0 | |
2017-06-09T18:17:05Z 9387/0/0 10000 93% 10s 0 [ 1 2 5 1003 ] 1003 0 | |
2017-06-09T18:17:15Z 9511/0/0 10000 95% 10s 0 [ 1 3 4 412 ] 412 0 | |
2017-06-09T18:17:25Z 9544/0/0 10000 95% 10s 0 [ 1 3 4 416 ] 416 0 | |
2017-06-09T18:17:35Z 9548/0/0 10000 95% 10s 0 [ 1 2 4 413 ] 413 0 | |
2017-06-09T18:17:45Z 9481/0/0 10000 94% 10s 0 [ 1 3 4 412 ] 412 0 | |
2017-06-09T18:17:55Z 9560/0/0 10000 95% 10s 0 [ 1 3 5 413 ] 413 0 | |
2017-06-09T18:18:05Z 9163/0/0 10000 91% 10s 0 [ 1 3 5 414 ] 414 0 | |
2017-06-09T18:18:15Z 9153/0/0 10000 91% 10s 0 [ 1 2 4 415 ] 415 0 | |
2017-06-09T18:18:25Z 9515/0/0 10000 95% 10s 0 [ 1 3 4 413 ] 413 0 | |
2017-06-09T18:18:35Z 9449/0/0 10000 94% 10s 0 [ 1 3 4 624 ] 624 0 | |
2017-06-09T18:18:45Z 9117/0/0 10000 91% 10s 0 [ 1 3 5 1003 ] 1003 0 | |
2017-06-09T18:18:55Z 9079/0/0 10000 90% 10s 0 [ 1 3 5 620 ] 620 0 | |
2017-06-09T18:19:05Z 9264/0/0 10000 92% 10s 0 [ 1 3 4 413 ] 413 0 | |
2017-06-09T18:19:15Z 9179/0/0 10000 91% 10s 0 [ 1 3 6 623 ] 623 0 | |
2017-06-09T18:19:25Z 9025/0/0 10000 90% 10s 0 [ 1 3 6 625 ] 625 0 | |
2017-06-09T18:19:35Z 9663/0/0 10000 96% 10s 0 [ 1 3 4 412 ] 412 0 | |
2017-06-09T18:19:45Z 9456/0/0 10000 94% 10s 0 [ 1 3 4 417 ] 417 0 | |
2017-06-09T18:19:55Z 9594/0/0 10000 95% 10s 0 [ 1 3 4 412 ] 412 0 | |
2017-06-09T18:20:05Z 9418/0/0 10000 94% 10s 0 [ 1 3 4 413 ] 413 0 | |
2017-06-09T18:20:15Z 9177/0/0 10000 91% 10s 0 [ 1 2 5 622 ] 622 0 | |
2017-06-09T18:20:25Z 9487/0/0 10000 94% 10s 0 [ 1 3 5 412 ] 412 0 | |
2017-06-09T18:20:35Z 9891/0/0 10000 98% 10s 0 [ 1 2 4 412 ] 412 0 | |
^CFROM TO #REQUESTS | |
0 2 222221 | |
2 8 20228 | |
8 32 43 | |
32 64 3 | |
64 128 3 | |
128 256 476 | |
256 512 142 | |
512 1024 15 | |
1024 4096 0 | |
4096 16384 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
telemetry: | |
- kind: io.l5d.tracelog | |
sampleRate: 0.0 | |
usage: | |
enabled: false | |
admin: | |
port: 9990 | |
namers: | |
- kind: io.l5d.fs | |
rootDir: ./io.l5d.fs | |
routers: | |
- protocol: http | |
dtab: | | |
/http => /#/io.l5d.fs; | |
label: int | |
dstPrefix: /http | |
servers: | |
- port: 4140 | |
ip: 0.0.0.0 | |
engine: | |
kind: netty4 | |
client: | |
engine: | |
kind: netty4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10.240.0.14 8080 | |
10.240.0.16 8080 | |
10.240.0.17 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment