Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
3answers
349 views

httperf segmentation fault error on OS X 10.7.1

When I try to perform a load test using httperf with high request rate, I get the following error: ยป httperf --client=0/1 --server=www.xxxxx.com --port=80 --uri=/ --send-buffer=4096 ...
3
votes
3answers
348 views

Benchmarking tool

I'm unable to decide which is a better benchmarking tool-Is it apachebench tool or httperf? Please help me to decide which one would be the most appropriate tool to be chosen for benchmarking the web ...
2
votes
1answer
1k views

paste.httpserver and slowdown with HTTP/1.1 Keep-alive; tested with httperf and ab

I have a web server based on paste.httpserver as an adapater between HTTP and WSGI. When I do performance measurements with httperf, I can do over 1,000 requests per second if I start a new request ...
1
vote
1answer
66 views

autobench on HTTPS endpoint

How do I set in autobench that I'm testing an HTTPS (port 443) URL? When I call it with: autobench --single_host --host1 host.com --port1 443 --uri1 /hello --num_conn 1000 --timeout 5 --low_rate 10 ...
1
vote
0answers
146 views

httperf: illegal number of connections

I'm using autobench to kick off a distributed loadtest of some python wsgi web servers. I'm very new to load testing, autobench, httperf and I may be overlooking something huge. My setup is 4 VM's ...
1
vote
1answer
950 views

What does this error mean? - httperf: connection failed with unexpected error 105

Does anyone know what this httperf error means? Is this having a negative effect on my tests? httperf: connection failed with unexpected error 105
1
vote
2answers
621 views

Trouble deciphering Autobench output

I'm trying to benchmark a simple webserver I wrote, but I'm having trouble deciphering what Autobench has outputted. I've been googling all over for help on this (even going through the autobench and ...
0
votes
1answer
97 views

Stuck at 100 requests uWSGI

httperf ... --rate=20 --send-buffer=4096 --recv-buffer=16384 --num-conns=100 --num-calls=10 Gives 1000 requests as expected on nginx. Total: connections 100 requests 1000 replies 1000 test-duration ...
0
votes
0answers
72 views

Load Testing for Amazon server EC2 with httperf

I am using Amazon EC2 services for my web services. I would like to know the maximum number of users that can simultaneously use my web services. For this, I performed load testing using httperf from ...
0
votes
0answers
54 views

Simulating n number of users using httperf for load testing

I am very new to web-development and do not know how to perform load testing. I am using the tool httperf for the purpose because it is simple to use. 'n' number of users can send Request R1 to my ...
0
votes
0answers
389 views

How to avoid “httperf: failed to connect to SSL server”?

I am using httperf to test a web application that uses SSL. Here is my command httperf --verbose --hog --rate=200 --ssl --num-conn=10000 --num-call=1 --timeout=60 --server=example.com --uri=/ If I ...
0
votes
1answer
296 views

100% connreset with httperf?

I'm wondering what the importance of the connreset with httperf is. When testing a single webpage, I receive no errors. When using a simple .log file with several pages, I am getting 100% connreset ...