Skip to main content
0 votes
0 answers
15 views

markdown I'm trying to run HTTP emulation experiments using NEST (Network Emulation and Simulation Testbed) but encountering parser errors with httperf output due to regex pattern mismatches. Problem ...
Affan Arshad's user avatar
5 votes
0 answers
800 views

Wondering if anyone can tell what's going on? After slogging through compilation trial and error all day, I've got a httperf that compiles and runs yet fails to connect to anything. It now barfs with "...
Ben Simmons's user avatar
  • 1,938
0 votes
1 answer
925 views

I had installed httperf on Fedora 21/Ubuntu 12.04 and tried to make a simple test with following command: httperf --server www.google.com It always gives me the following result: httperf --client=0/...
Bill Ying's user avatar
1 vote
1 answer
503 views

My problem is the same as this question and this question I basicly want trying to run httperf with 10000 connection in parallel like this [httperf --uri / --server 192.168.1.2 --port 8080 --num-...
Thiago's user avatar
  • 65
0 votes
1 answer
1k views

I need to do load testing for my application using httperf where i need to send multiple requests to the server and not just one webservice. How do i pass multiple uri's in httperf? Also how can i put ...
Jamuna Nandeesh's user avatar
3 votes
0 answers
683 views

I am trying to stress test one simple server with 10K connections per seconds; it's pretty dummy server so this should be possible. When I run gatling, the best I can get is 7K, at 8K we start to ...
igr's user avatar
  • 10.7k
0 votes
2 answers
503 views

I'm using httperf for load testing. I have two HTTP endpoints to be tested. However, the second endpoint needs the result of the first one. That is, requests to the second endpoint need to pass a ...
ovunccetin's user avatar
  • 8,763
0 votes
1 answer
154 views

I want to configure httperf in a way that it wait for page to load all attached files. In my case, there are 2 Javascript files which are attached with this page. What should its command in this case. ...
Waqar Haider's user avatar
2 votes
2 answers
2k views

Has anybody seen "httperf: connection failed with unexpected error 0" when running httperf with --ssl? This is blocking my test on that domain. When I tested --ssl on https://google.com it worked ...
agenteo's user avatar
  • 787
5 votes
0 answers
773 views

I want to benchmark uploading of files to a remote server using HTTPERF I know that there is a wsesslog option where I can give entries for form data. But can I send a post request for a file as ...
Akshya11235's user avatar
  • 1,039
1 vote
1 answer
872 views

When I run httperf with following options, the output is easy to understand. Options: Make total 10 connections (num-conns) at rate of 10 (rate) connections/second with 2 request calls per connection ...
user671556's user avatar
0 votes
2 answers
411 views

I am using httperf to benchmark web-servers. My configuration, i5 processor and 4GB RAM. How to stress this configuration to get accurate results...? I mean I have to put 100% load on this server(12....
user2714092's user avatar
1 vote
1 answer
3k views

I have file by the name sessions.txt which has contents: url1 url2 url3 That means in the file I have 3 sessions with burst of length 1 The Httperf command I ran is httperf --server=localhost --...
user2277149's user avatar
0 votes
1 answer
647 views

I want to test my REST API which has a URI something like this: /myrestAPI/search?startTime=0&endTime=10&count=8&filters={"params": [{"field":"Topic","value":"Algorithms","type":"...
user2277149's user avatar
4 votes
1 answer
611 views

I'm trying to load test my Rails (3.2.13) application with httperf. It worked very well for the pages which don't require cookies. But, I couldn't make it working for the pages which require cookies. ...
Ashish Bista's user avatar
  • 4,713

15 30 50 per page