Page MenuHomePhabricator
Paste P975

bench-rest client-side CPU results
ActivePublic

Authored by tstarling on Jul 15 2015, 11:35 PM.
Tags
None
Referenced Files
F192823: bench-rest client-side CPU results
Jul 15 2015, 11:35 PM
Subscribers
None
(parsoid)parsoid@tinyman:/srv/bench-rest$ time bin/bench-rest -n 100000 http://default.localhost/
Benchmarking 100000 iteration(s) using up to 10 concurrent connections
flow: http://default.localhost/
Progress [=======================================] 100% 0.0s conc:0 1582/s
errors: 0
stats: { totalElapsed: 64181.78495502472,
main:
{ meter:
{ mean: 1582.0446408217065,
count: 100000,
currentRate: 1773.6767473154966,
'1MinuteRate': 1014.5282488927143,
'5MinuteRate': 286.34055484498526,
'15MinuteRate': 101.59426508530883 },
histogram:
{ min: 1.903078019618988,
max: 51.6966570019722,
sum: 629617.3367695212,
variance: 12.118772685609782,
mean: 6.2961733676952125,
stddev: 3.4812027642195424,
count: 100000,
median: 4.759399026632309,
p75: 6.476599782705307,
p95: 12.756288439035416,
p99: 21.34213308274746,
p999: 37.52349161756039 } } }
real 1m4.398s
user 1m4.525s
sys 0m2.159s
(parsoid)parsoid@tinyman:/srv/bench-rest$ time bin/bench-rest -c 1 -n 100000 http://default.localhost/
Benchmarking 100000 iteration(s) using up to 1 concurrent connections
flow: http://default.localhost/
Progress [=======================================] 100% 0.0s conc:0 1365/s
errors: 0
stats: { totalElapsed: 74153.62496000528,
main:
{ meter:
{ mean: 1365.4723601262485,
count: 100000,
currentRate: 1373.8291629202754,
'1MinuteRate': 958.5180444694314,
'5MinuteRate': 284.8618371626282,
'15MinuteRate': 102.12961399940207 },
histogram:
{ min: 0.49460601806640625,
max: 29.092720985412598,
sum: 70801.55594909191,
variance: 0.34687766048119295,
mean: 0.7080155594909191,
stddev: 0.5889632080879017,
count: 100000,
median: 0.5906204879283905,
p75: 0.7141252309083939,
p95: 0.9414850264787669,
p99: 1.6930481833219548,
p999: 8.59066040664912 } } }
real 1m14.355s
user 1m5.017s
sys 0m2.732s
(parsoid)parsoid@tinyman:/srv/bench-rest$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1000/1582.0446408217065
0.6320934151899814
>>> 64.525/100
0.6452500000000001
>>> 65.017/100
0.6501699999999999
>>> 1000/1365.4723601262485
0.7323473028099537

Event Timeline

tstarling changed the title of this paste from untitled to bench-rest client-side CPU results.
tstarling updated the paste's language from autodetect to text.