Skip to content

Instantly share code, notes, and snippets.

@olix0r
Created June 15, 2017 21:44
Show Gist options
  • Select an option

  • Save olix0r/f1dfc7c550955ca35a4d0c998a00574b to your computer and use it in GitHub Desktop.

Select an option

Save olix0r/f1dfc7c550955ca35a4d0c998a00574b to your computer and use it in GitHub Desktop.
admin:
port: 9989
metricsIntervalSecs: 10
routers:
- label: default
interpreter:
kind: io.l5d.namerd.http
baseUrl: http://localhost:4180
namespace: default
periodSecs: 20
servers:
- port: 7474
ip: 0.0.0.0
dstName: /svc/default
connectTimeoutMs: 500
#client:
# kind: io.l5d.global
# minConnections: 3
$ for url in http://perf-target-4:8080 http://proxy-test-4d:7474 ; do ./slow_cooker_linux_amd64 -totalRequests 100000 -interval 10s -qps 100 -concurrency 10 $url ; done
# sending 1000 GET req/s with concurrency=10 to http://perf-target-4:8080 ...
# good/b/f t goal% min [p50 p95 p99 p999] max bhash change
2017-06-15T21:36:55Z 9990/0/0 10000 99% 10s 0 [ 0 0 0 8 ] 8 0
2017-06-15T21:37:05Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 7 ] 7 0
2017-06-15T21:37:15Z 10003/0/0 10000 100% 10s 0 [ 0 0 0 3 ] 3 0
2017-06-15T21:37:25Z 10005/0/0 10000 100% 10s 0 [ 0 0 0 5 ] 5 0
2017-06-15T21:37:35Z 10002/0/0 10000 100% 10s 0 [ 0 0 0 4 ] 4 0
2017-06-15T21:37:45Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 15 ] 15 0
2017-06-15T21:37:55Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 6 ] 6 0
2017-06-15T21:38:05Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 4 ] 4 0
2017-06-15T21:38:15Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 5 ] 5 0
2017-06-15T21:38:25Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 3 ] 3 0
2017-06-15T21:38:35Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 5 ] 5 0
FROM TO #REQUESTS
0 2 109748
2 8 232
8 32 20
32 64 0
64 128 0
128 256 0
256 512 0
512 1024 0
1024 4096 0
4096 16384 0
# sending 1000 GET req/s with concurrency=10 to http://proxy-test-4d:7474 ...
# good/b/f t goal% min [p50 p95 p99 p999] max bhash change
2017-06-15T21:38:45Z 9990/0/0 10000 99% 10s 0 [ 0 0 0 17 ] 17 0
2017-06-15T21:38:55Z 10000/0/0 10000 100% 10s 0 [ 0 0 1 4 ] 4 0 +
2017-06-15T21:39:05Z 10000/0/0 10000 100% 10s 0 [ 0 0 1 6 ] 6 0 +
2017-06-15T21:39:15Z 10000/0/0 10000 100% 10s 0 [ 0 0 1 5 ] 5 0 +
2017-06-15T21:39:25Z 10008/0/0 10000 100% 10s 0 [ 0 0 0 4 ] 4 0
2017-06-15T21:39:35Z 10002/0/0 10000 100% 10s 0 [ 0 0 1 5 ] 5 0 +
2017-06-15T21:39:45Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 7 ] 7 0
2017-06-15T21:39:55Z 10000/0/0 10000 100% 10s 0 [ 0 0 1 4 ] 4 0 +
2017-06-15T21:40:05Z 10000/0/0 10000 100% 10s 0 [ 0 0 1 4 ] 4 0 +
2017-06-15T21:40:15Z 10000/0/0 10000 100% 10s 0 [ 0 0 0 4 ] 4 0
2017-06-15T21:40:25Z 10000/0/0 10000 100% 10s 0 [ 0 0 1 5 ] 5 0 +
FROM TO #REQUESTS
0 2 109656
2 8 324
8 32 20
32 64 0
64 128 0
128 256 0
256 512 0
512 1024 0
1024 4096 0
4096 16384 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment