benchmarking - Trouble deciphering Autobench output -


I'm trying to benchmark a simple webserver, but I have trouble understanding about the output of AutoBen Has been there. I'm doing a round to help on this (even going through the source code on Autobank and Soft) but whatever is happening is not able to do it.

I run the following benchmark on my server:

Autobatch - SINGLE_HOST - HOST 1 10.0.1.5 - Port 1 5555 - Yury 1 / Test - Quest - Here's my results.csv file (some extra white space for readability.) ------------------------------------------------------------------------------------------------------------------------------------------------------------------- With):
  dem_req_rate, req_rate, con_rate, min_rep_rate, avg_rep_rate, max_rep_rate, stddev_rep_rate, resp_time, net_io, error 200, 40.0, 20.0, 20.0, 20.0, 20.0, 0.0, 6.2, 15.6 , 100 400, 80.0, 40.0, 40.0, 40.0, 40.0, 0.0, 6.4, 31.2, 100 600, 119.9, 60.0, 57.0, 59.9, 61.4, 0.9, 17.9, 46.8, 100.160256410256 800, 159.5, 79.9, 76.0, 79. 5, 82.4, 2.1, 32.5, 62.1, 100.48231511254 1000, 155.9, 94.0, 55.8, 64.7, 75.8, 6.2, 12.9.4, 50.4, 151.975683890577 1200, 156.7, 112.6, 28.0, 45.5, 63.2, 11.3, 148.0, 38.9, 255.232261357836 1400, 154.7, 121.8, 22.2, 38.1, 51.6, 9.3, 175.6, 34.2, 328.299409061064 1600, 154.5, 134.7, 15.6, 28.7, 52.8, 13.3, 211.6, 27.7, 498.504486540379 1800, 143.5, 138.7, 3.2, 18.6, 41.0, 11.7, 185.1, 21.1, 768.049155145929 2000, 158.8, 15 9.4, 5.6, 18.0, 45.6, 14.6, 234.7, 21.6, 925.925 925 925 926.  

I am thinking:

What does dem_req_rate mean? What does net_io mean? What does errors mean? How does dem_req_rate relate to errors ? Are all of these units?

Hi, I also searched for:

  • dem_req_rate = Num_call * curr_rate
    rate_step , depending on the invoice number and setting due to the rate rate httperf of curr_rate low_read and high_pad parameters (more for those parameters)
  • net_io = kilobytes per second KB / S / US From the average network throughput net I / O> httperf to Miscellaneous section and its output of Man pages (not linked)
  • Errors is Total Errors to Errors section Code> httperf results and its man page (not linked)

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -