[httperf] Did I understand correctly about Httperf workload?
Suchada Pakapongpan
cooky_th at hotmail.com
Sat Apr 9 01:24:50 PDT 2011
Hello,
I use httperf 0.9.0. And I used this command to send httperf workload to 10.0.5.5 server.
httperf --verbose --hog --timeout=150 --client=0/1 --server=10.0.5.5 --port=80 --rate=6 --send-buffer=4096 --recv-buffer=16384 --wsesslog=4000,0.000,/home/input.txt
the contents of my input.txt file are:
/app1/servlets?para1=15¶2=50 think=6.8
/app1/servlets?para1=33¶2=50
/app1/servlets?para1=37¶2=50
/app1/servlets?para1=44¶2=50 think=2.557
/app1/servlets?para1=88¶2=50
/app1/servlets?para2=71¶1=111 think=7.719
/app1/servlets?para1=67¶2=50
/app1/servlets?para1=30¶2=50
/app1/servlets?para2=38¶1=138 think=1.118
/app1/servlets?para1=55¶2=50
And my Server is set "Keep Alive On" means allow persistent connection (more than 1 request per connection).
Therefore in this test
1) Httperf will generate the workload: each user connection has 1 user session, and each user session has 10 requests (same as the contents of input file).
2) The number of active connections = the number of Active sessions.
3) So rate 6 means httperf will generate 6 user connection per second (or 6 user session per second) to this 10.0.5.5 server.
Did I understand correctly?
Thanks,
Cooky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://napali.hpl.hp.com/pipermail/httperf/attachments/20110409/45c71fc0/attachment.htm
More information about the httperf
mailing list