Questions tagged [httperf]
8 questions
3
votes
3 answers
httperf hangs when using --hog
I'm using httperf from a large ec2 instance with ubuntu 10.04 (no other software installed).
When I test without --hog the tests run however when I use --hog the tests never end
Niro
- 1,371
- 3
- 17
- 35
1
vote
1 answer
httperf always get "Connection refused" (MacOS)
I want to use httperf as a benchmark tool for developing RubyOnRails site.
But it always gets "Connection refused" and I have no idea why.
12:24 $ httperf localhost --port=3000 -v -d10
httperf --verbose --client=0/1 --server=localhost --port=3000…
Alexander
- 111
- 3
1
vote
0 answers
Benchgraph httpref - cannot execute binary file
I am trying to make graph of an httperf file with benchgraph (http://www.uprb.edu/profesor/jsola/benchgraph/)
When I run the command: benchgraph --ff txt --fn httperf --exporter httperf
I get
bash: /usr/local/sbin/benchgraph: cannot execute binary…
user3185936
- 151
- 4
1
vote
0 answers
making use of multiple cores with autobench/httperf
I would like to benchmark a powerfull webcluster with autobench. The problem is that autobench (which uses httperf) can only use one core, thus limiting the amount of load that a client can put on the web cluster. One core is definatly not enough to…
Isaac
- 1,195
- 3
- 25
- 43
1
vote
2 answers
Advice for simulating a high load on a web application -- realistic httperf parameters
I have already selected httperf as the load testing tool to use. I'm trying to figure out some realistic parameters to use, and if I need to use multiple machines to create more simultaneous connections, etc. I've done some basic load testing…
jfrank
- 168
- 1
- 8
0
votes
1 answer
httperf burstlength when using wsesslog
I am trying to use httperf to stress test a server using the following syntax
httperf --hog --client=0/1 --server myserver.com \
--wsesslog=2000,2,mysessions.cfg --max-piped-calls 5 --rate 150
this should create 2000 sessions at a rate of 150…
golemwashere
- 724
- 1
- 10
- 21
0
votes
1 answer
how to simulate load on multiple app servers when nginx balances load according to IP
I use httperf from external server to stress test my app (on scalr/EC2).
However nginx is configured to distribute load according to IP address of the source (so each app server will receive all the traffic from the same user).
Any idea how to work…
Niro
- 1,371
- 3
- 17
- 35
-2
votes
1 answer
Connections and requests values for load testing
I want to apply some load testing to my web (remote) server, actually I have tried Httperf with Autobench, but I don't have the knowledge to know what values to use for the number of connections and number of requests/seg.
So I have 2 questions:
1)…
jeanc
- 101
- 1