apachebench Questions
3
Solved
Here's a minimal reproducible example of my FastAPI app. I have a strange behavior and I'm not sure I understand the reason.
I'm using ApacheBench (ab) to send multiple requests as follows:
ab -n 1...
Wyattwyche asked 4/2, 2024 at 9:46
3
Good evening.
can anyone help me to get installation file for Apache bench software for windows 10 - 64 bit for API testing ? I am confused about which file can be downloaded from google as there ...
Lyndell asked 18/4, 2018 at 7:45
5
I'm load testing IIS 7.5 (WinR2/SP1) from my Windows 7/SP1 client. I have a script that makes three ab calls like:
start /B cmd /c ab.exe -k -n 500 -c 50 http://rhvwr2vsu410/HelloWebAPI/Home/SyncPr...
Pericope asked 17/4, 2012 at 4:16
3
I have Apache server 2.2.15 on my Windows 7 machine and I want to run Bench on a server I have using https. But when I run ab [myopts] https://example.com, I get SSL not compiled in; no https suppo...
Raindrop asked 18/8, 2011 at 18:18
3
Solved
What is the difference between those 2 fields? :
Time per request (mean)
Time per request (mean, across all concurrent requests)
How is each of them calculated?
Sample Output:
Time per reques...
Contradictory asked 31/3, 2013 at 14:52
2
Solved
I'm trying to benchmark our upload server by simulating several concurrent requests using Apache Bench (ab). I've read this post that details the necessary steps and also this Stackoverflow questio...
Divorcee asked 26/11, 2013 at 14:47
4
I am just start using AB just today. Read couple of AB tutorial on new and thought give it a try for load testing my site.
After using it couple of time I got huge number of failed request. Can yo...
Naze asked 25/6, 2011 at 3:56
4
Solved
I have a website in PHP, Lighttpd. It uses also MySQL on Centos 5. I've tested my PHP with code below with Apache Bench (ab). It resulted in some errors (Failed Requests) indicating other length th...
Vltava asked 2/10, 2009 at 23:39
3
Solved
I would like to save ApacheBench (ab) tool on linux to a file. When I run it with -v 2 it displays some results in my ssh window. How to move these data into a file and make sure that it will not d...
Memento asked 12/2, 2010 at 20:47
1
I am trying to install Apache BenchMark on my macos(macOS Mojave) through brew using the command :
brew install homebrew/apache/ab
Getting this error:
Error: homebrew/apache was deprecated. This t...
Pivoting asked 24/9, 2020 at 9:22
6
Solved
Any one know about a load test tool like "Apache Bench" to send variable URLs.
(Same server, but different Query Strings)
For example,
ab -text list.txt -n 1000 http://test.com/search?
list.txt...
Lying asked 12/1, 2012 at 10:41
3
When I use ApacheBench to test https, the error is returned, "ssl handshake failed".
How can I use ApacheBench to test https?
Shows asked 10/10, 2008 at 3:0
1
Solved
I have an Apache Bench POST test command like:
ab -p test.json -n 1000 -c 100 -T "application/json" "http://localhost:8080/test"
However, my test.json is very simple, e.g.:
{"foo": 1}
Is it p...
Worrisome asked 29/8, 2018 at 13:58
3
Solved
Whenever I use 'ab' to benchmark a web server, it will freeze for a while after having sent lots of requests, only to continue after 20 seconds or so.
Consider the following HTTP server simulator,...
Luxurious asked 1/8, 2009 at 9:51
2
Solved
Is there a way to make sure that AB gets proper responses from server? For example:
To force it to output the response of a single request to STDOUT OR
To ask it to check that some text fragment ...
Grindelia asked 3/8, 2015 at 14:14
5
Solved
I am testing eventlet out, and I am getting this error:
~>ab -n 10 -c 1 http://localhost:8090/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Techn...
Metaphosphate asked 29/10, 2011 at 12:21
2
Solved
I'm using ApacheBench to do some load testing. I'd like ab to resolve the hostname using the IP address specified in /etc/hosts on my Mac. How can I force that? curl has a --resolve option to do ex...
Klansman asked 11/1, 2015 at 0:25
2
I am trying to load test my spray http client based on an actor model using the apache bench tool. The performance is not great. All the more, when I increase the concurrency level to around 200-30...
Cyprio asked 31/3, 2015 at 10:55
3
Solved
I started writing some basic tests in JMeter and was surprised that the measurements are so different from those from Apache ab.
I have a gigabit LAN connecting an Intel i7 server running Nginx a...
Bashan asked 21/4, 2012 at 15:51
1
I'm using ApacheBench (ab) to stress test my site. When I specify a method -m POST and some postdata -p {datafile}, I get the message
Cannot mix POST with other methods.
The trouble is that I'...
Mungo asked 24/11, 2016 at 20:20
3
Solved
I'm trying to make a HTTP POST request using ab to a form built with django.
I'm using the following line:
ab -n 10 -C csrftoken=my_token -p ab_file.data -T application/x-www-form-urlencoded http...
Bushbuck asked 19/4, 2015 at 14:15
0
when trying to install ab (apache benchmark) like this:
sudo apt-get install apache2-utils
on my Mint 16 / Ubuntu 13 system I get this messages:
sudo apt-get install apache2-utils
[sudo] passwo...
Bivalent asked 19/2, 2016 at 11:9
3
Solved
I am using ApacheBench to get some basic timing information. Meeting my needs very well. I noticed that "-g file" creates a tab delim'ed file with each call as a row. I am unable to determine the d...
Dorian asked 8/5, 2011 at 17:39
2
Solved
I'm trying to write an extremely simple concurrent server in Rust to play with the language's concurrency primitives and its threading model. Here's my code:
use std::io::prelude::*;
use std::io::...
Bicentenary asked 27/10, 2015 at 5:47
2
Solved
I'm creating a small server using java.nio, but when trying to stress test it I keep getting messages about the connection being reset on the server side, or more specifically:
apr_socket_recv: An...
Semiliquid asked 15/2, 2011 at 21:43
1 Next >
© 2022 - 2025 — McMap. All rights reserved.