Tagged Questions
0
votes
0answers
18 views
Apache Benchmark timeout and 14648 errors
When running the apache benchmarking below:
ab -n 1500 -c 150 http://yourdomain.com/
I am getting the following error, and the benchmarking is stopped with only a limited number of requests ...
0
votes
0answers
18 views
How can we maintain the counters for each process of the apache without using getmyid function [duplicate]
Possible Duplicate:
Maintain a counter for each processes
Hello,
Please open this question again, pls ask me if any doubt in understanding question. Guide me an elegant solution to this.
...
0
votes
1answer
64 views
Apache benchmark inconsistent
I am testing my website homepage on a local server using apache benchmark and I would have expected some consistent results, given that there are no eternal influences on the site as it is local.
...
1
vote
1answer
580 views
ab load testing
I am confused.
Can someone please walk me through the process of how I can load test my website using apache bench tool (ab).
I want to know the following:
How many people per minute the site can ...
2
votes
2answers
91 views
Website Benchmarking using ab
I am trying my hand at various benchmarking tools for the website I am working on and have found Apache Bench (ab) to be an excellent tool for load testing. It is a command line tool and is very easy ...
1
vote
0answers
224 views
Apache bench and python BaseHTTPServer broken pipe exception
I have a simple HTTP server implemented in python as follows:
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
class Handler(BaseHTTPRequestHandler):
def do_GET(self):
...
0
votes
0answers
933 views
Apache benchmark test on nginx web server running slow with more requests
I see some strange results while using apache benchmark with nginx. Please see details below -
terminal:~ directory$ ab -c 100 -n 10000 http://localhost/banner.jpg
This is ApacheBench, Version 2.3
...
1
vote
1answer
766 views
Apache Benchmark HTTPS uncapable
I'm using Apache 2.4.2 in Ubuntu virtual machine.
I use this to load test, sending request to some HTTPS url.
Number of failed request is zero. But none of my request can truly be processed (looked up ...
1
vote
2answers
756 views
Benchmarking Node.js
I'm benchmarking Node.js with ApacheBench under Mac OS X and I'm comparing it with Apache 2.
I basically have three questions:
My basic test of a Hello World web page resulted in the following:
...
0
votes
1answer
417 views
Apache Bench - how to force PUT, DELETE and POST method
How to force apache benchmark (ab) app to perform query with REST headers?
1
vote
1answer
742 views
How to properly compare NodeJS and PHP with MySQL query performance
As I do not trust many benchmarks out there, because they are not actually handling I/O like database connections, just sending "Hello World" to user and recieving enormous throughputs. I am not ...
2
votes
1answer
2k views
Apache2 Optimization Tips for High Volume of Lightweight connections
We have a very lightweight tracking script written in PHP, running on Apache/2.2.14 (Ubuntu). The script will receive a high number of concurrent connections, but each connection will be fast. ...
5
votes
1answer
122 views
tool to Genrate Load using the Database Sample Data
I wanted to genrate a load on my web application to measure/test that how many requests my web app can handle. Currently I am using Apaceh Benchmark For POST request. The problem is Apache Benchmark ...
3
votes
1answer
1k views
Terrible Apache Bench results on Custom CMS
Please note: This is not a complain about a shoddy CMS.
Just toying with Apache Bench and got terrible results with our custom CMS, more exactly i got:
Requests per second: 0.37 [#/sec] (mean)
...
0
votes
0answers
198 views
nginx + apache + mod_wsgi can not pass ab -c 20000 -n 40000 bench test [closed]
i set up nginx as the reverse proxy server in front of an apache + mod_wsgi + python2.7 backend. nginx and apache are in 2 physical machines with 24 threads cpu (Xeon E5645).
if i run the "ab -c 20000 ...
0
votes
1answer
416 views
nginx+uwsgi+python2.7 come up with a bottleneck that can not pass 20000x40000 benchmarking
i'm coming up with a bottleneck that my server can't pass a 20000x40000 benchmark test no matter what adjustments i made.
the server have 128G Ram and with an Xeon 6 core cpu, centos5.6-64bit, in a ...
0
votes
1answer
213 views
Why Apache benchmark results are inconstant?
I run this command on ubuntu:
./ab -n 2000 -c 10 http://localhost:7000/index.html
and each time I get a different number for "Time per request".(huge difference like once is 0.66 ms next time is 0.17 ...
1
vote
2answers
1k views
Apache benchmark load-test: mod_deflate enabled vs disabled
I'm running a simple load test with apache benchmark:
ab -n 1 http://localhost/mysite/index/index/
I want to see performance with/without mod_deflate
In my httpd.conf:
#mod_deflate enabled
...
3
votes
2answers
4k views
How to run Apache benchmark load-test in windows?
what's the procedure I should follow to run a simple test on a domain www.example.com?I'm on windows environment and have installed WAMP server 2.1.
I actually know wich command I should use (Ex. ab ...
1
vote
1answer
599 views
how to bench mark / load test webserver with linux
are there any free resources that can effectively test my webservers? (1 lighttpd and 1 apache).
i have no linux based web server performance experience and cannot find any software for ubuntu. i ...
1
vote
1answer
849 views
Configuring apache benchmark to use different query parameters
I am stress/perf testing my http service using apache benchmark [ab].
I wanted to use different query parameters in the http call configuring say from a file. I found this patch which allows you to ...
2
votes
4answers
2k views
How to send more than one query string in Apache Bench?
ab -n 1 -c 1 http://localhost:2020/welTo.do?pxtId=3000007937&superDo=jack
I got answer for first query string but i also get
'superDo' is not recognized as an internal or external command,
...
0
votes
1answer
327 views
How to benchmark server performance?
I'm trying to setup a web server that will run apache or something similar. I also want to try out nginx, and some caching.
How do I conduct a test to see if my server performance like req/sec. ...
19
votes
4answers
4k views
How am I supposed to interpret the results from Apache's ab benchmarking tool?
Alright, I've searched everywhere and I can't seem to find a detailed resource online for how to interpret the results from Apache's ab server benchmarking tool. I've run several tests with what I ...
4
votes
2answers
2k views
Performance Testing Apache vs NodeJs
I'm currently testing the performance between Node.js and Apache.
What I want to prove is:
Apache is slower because it needs a lot more Thread-switches than Node.js which uses a single threaded ...
16
votes
2answers
3k views
Definition of Connect, Processing, Waiting in apache bench
When I run apache bench I get results like:
Command: abs.exe -v 3 -n 10 -c 1 https://mysite
Connection Times (ms)
min mean[+/-sd] median max
Connect: 203 213 8.1 219 ...
0
votes
1answer
332 views
Apache Benchmark and Codeigniter problem
When using something like: ab -n 1000 -c 10 h t t p : / / localhost / ci
I get about 380 requests/sec.
When using: ab -n 1000 -c 10 h t t p : / / localhost / ci /
I get about 12 requests/sec.
...
7
votes
2answers
2k views
Changing POST data used by Apache Bench per iteration
I'm using ab to do some load testing, and it's important that the supplied querystring (or POST) parameters change between requests.
I.e. I need to make requests to URLs like:
...
4
votes
3answers
3k views
How to benchmark apache/nginx setup
I am planning to setup nginx as reverse proxy. I will have apache to deliver my dynamic content, and nginx will deliver the static content.
My configuration i have now is just Apache with fastCGI. ...
0
votes
1answer
447 views
Apache Benchmark - Randomized querystrings?
I need to benchmark a site, and was thinking of using ab (Apache Benchmark) to do it.
We need to hammer it quite hard, and we're interested more in how our app will cope, as opposed to the network ...
3
votes
1answer
889 views
Help me understand apache ab
I did a few Google search, but found no explanation of how it actually performs stress tests.
As far as I understand, concurrency means simultaneous number of connections.
ab probably starts the ...
2
votes
5answers
441 views
What's a great way to benchmark Apache locally on Linux?
I've been developing a web-site that uses Django and MySQL; what I want to know is how many HTTP requests my server can handle serving certain pages.
I have been using siege but I'm not sure if ...
3
votes
2answers
849 views
How to benchmark apache with delays?
What is a good way to benchmark apache with a delay between requests from a unix command line? The only benchmark tool I know from the command line is ab and it doesn't support delays.
2
votes
1answer
581 views
apachebench aborts with a strange error message
I run a very simple php file on apache. Then I benchmark apache, using
ab -n 10000 -c 5 http://localhost/~me/hello.php?name=Niko
But I get this error message, depending on c (for c=1, things are ...
6
votes
3answers
4k views
Svnserve VS mod_dav_svn
We plan to install a Subversion repository in an environment where the network is quite slow on its own.
The previous VCS used there was VSS, and it was a nightmare to use it (not only because of its ...
13
votes
1answer
3k views
What's the proper format for an apache benchmark postfile?
What's the proper format for an apache benchmark postfile?
