Page MenuHomePhabricator
Paste P8928

GETs-only
ActivePublic

Authored by Eevans on Aug 16 2019, 6:14 PM.
Tags
None
Referenced Files
F30042798: raw.txt
Aug 16 2019, 6:14 PM
Subscribers
None
eevans@deploy1001:~$ KASK_URL=http://localhost:34311 ./wrk.sh
+ WRK_ARGS=--latency -d10m
+ LUA_CPATH=/usr/lib/x86_64-linux-gnu/lua/5.1/?.so
+ KASK_URL=http://localhost:34311
+ dirname ./wrk.sh
+ cd .
+ [ ! -f multi-request-json.lua ]
+ [ ! -f requests.json ]
+ LUA_CPATH=/usr/lib/x86_64-linux-gnu/lua/5.1/?.so wrk --latency -d10m -s multi-request-json.lua http://localhost:34311
multiplerequests: Found 100000 requests
multiplerequests: Found 100000 requests
multiplerequests: Found 100000 requests
Running 10m test @ http://localhost:34311
2 threads and 10 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 50.22ms 51.49ms 404.52ms 89.63%
Req/Sec 126.74 62.07 373.00 60.20%
Latency Distribution
50% 49.97ms
75% 90.35ms
90% 102.83ms
99% 203.35ms
148969 requests in 10.00m, 18.75MB read
Requests/sec: 248.24
Transfer/sec: 32.00KB
------------------------------
10%,2889
20%,3209
30%,3584
40%,4487
50%,49970
60%,54377
70%,84301
80%,92389
90%,102833
99%,203354
duration (micros),600095264
requests,148969
bytes,19663908
connect errors,0
read errors,0
write errors,0
status errors,0
timeout errors,0
------------------------------
eevans@deploy1001:~$

Event Timeline

Eevans changed the title of this paste from untitled to GETs-only.
Eevans updated the paste's language from autodetect to shell-session.