Questions tagged [benchmark]

Benchmarking is the process of gathering data about the performance of a system in different scenarios to measure the impact of changes to the system, to compare the system with other options, or to determine maximum capacity.

Benchmarking is the process of gathering data about the performance of a system in different scenarios to measure the impact of changes to the system, to compare the system with other options, or to determine maximum capacity.

Benchmarking is a multidisciplinary process and can require management, engineering, operations, data science. and user experience expertise.

A key concern when benchmarking is making sure the tests performed are analogous to how to system is actually used. When benchmarking a server, the following metrics may be considered (in addition to countless others):

  • Ping response time
  • Average Load
  • Number of Dropped Requests
  • Number of Concurrent Connections Possible
  • Power Consumption
271 questions
1
vote
3 answers

Benchmarking Apache

I'm benchmarking Apache/2.2.3 (prefork) using ab and siege with the following command: ab -kc 200 -t 120 http://www.mywebsite.com/test.php siege -c200 -t2M http://www.mywebsite.com/test.php test.php is a very simple file which just creates one…
Rushi
  • 181
  • 6
1
vote
1 answer

RabbitMQ message consumers stop consuming messages

Our team is in a spike sprint to choose between ActiveMQ or RabbitMQ. We made 2 little producer/consumer spikes sending an object message with an array of 16 strings, a timestamp, and 2 integers. The spikes are ok on our devs machines (messages are…
Bruno Thomas
  • 111
  • 4
1
vote
2 answers

Measuring performance drop-off of solid state drives with IOmeter

I would like to measure the performance drop-off in solid state drives when the drives are getting close to full capacity. In particular, I would like to benchmark random and sequential read/writes. Is this possible in IOmeter? How should I…
user4552
  • 13
  • 2
1
vote
2 answers

How accurate is apache benchmark?

Alright, so I'm in development right now and I'd like to understand exactly how good the benchmarks are. I've just been using apache benchmark. Do they include the server sending the files? Also, is "requests per second" literally how many users can…
Matthew
  • 1,769
  • 4
  • 21
  • 32
1
vote
1 answer

benchmark tcp: ab or iperf like tool to send hex/binary/pcap data?

I have written a server in Twisted for a current project I'm working on, and now I need to test it. It receives TCP packets, with the payload consisting of just a serialised binary string. I want to be able to test the server for…
olan
  • 113
  • 5
1
vote
1 answer

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. This gives me no configuration problems and runs…
Saif Bechan
  • 10,892
  • 10
  • 40
  • 63
1
vote
3 answers

What program can I use to benchmark network traffic?

Possible Duplicate: How to test real network throughput between two points? Given two computers connected by some network interface, is there a standard tool used by an academics publishing in peer-reviewed journals to benchmark performance…
jldugger
  • 14,122
  • 19
  • 73
  • 129
1
vote
2 answers

Server benchmarking, comparing a 1ghz opteron/1.7 xeon to other cpu's

I'm trying to gauge CPU performance, comparing chipsets (in general terms if possible). So if a amazon ec2 'cpu' is: "One EC2 Compute Unit provides the equivalent CPU capacity of a 1.0-1.2 GHz 2007 Opteron or 2007 Xeon processor. This is also the…
Blankman
  • 2,841
  • 10
  • 38
  • 65
1
vote
1 answer

How do I cross-reference OpenSCAP benchmarks to the CIS documentation?

I'm using the SCAP WorkBench, and have gone in to customize the CIS profile for RHEL 8. The benchmark items are clearly titled with things like "Modify the System Login Banner". The item properties even give the Security Identifier. But I cannot…
1
vote
1 answer

How to stop apt-get using /tmp for install scripts

I have a CIS-benchmark-compliant base image. Pulling this to differentiate an immutable image for my application, if I attempt to do apt-get install -y docker.io I get an error ==> amazon-ebs: Can't exec "/tmp/docker.io.config.NzitwJ": Permission…
volvox
  • 202
  • 1
  • 2
  • 8
0
votes
1 answer

Where is my bottleneck: RAM, CPU or disk?

I have a 32 core, 64 thread, 128GB RAM system with internal SSD. I'm running 64 data mining/simulation jobs in parallel that each load 1GB from disk and run for about 5-10 minutes . I want to know if I'm bottlenecked by CPU, disk or RAM. I have the…
0
votes
3 answers

Radius server benchmark

I wrote some module for FreeRadius and need to check it's performance. Using radclient is not OK because radius server is multi threaded and radclient not - it waits for an answer for previous request before sending next one. Do anyone have any…
Mike
  • 374
  • 1
  • 3
  • 13
0
votes
1 answer

Benchmark Azure App Performance

I have an ASP.NET MVC web app running in Azure. I'm making a change to some of the resources it uses in the background but I want to be sure it's not going to have an adverse effect on the performance of the app. Is there a way I can run any kind…
littlecharva
  • 301
  • 2
  • 3
  • 14
0
votes
1 answer

Wordpress apache benchamrk CPU usage

I'm on a VPS, 4vCPU 4GB RAM. During this apache benchmark test: ab -k -n 10000 -c 3 -l URL I get: Server Load 3.393066 (4 CPUs) Memory Used 35% (1,358,560 of 3,881,408) Swap Used 23.7% (248,488 of 1,048,572) With ab -k -n 1000 -c 7 -l…
0
votes
1 answer

DITG (ITGSend, ITGRecv) via two network interfaces of the same machine

I have a server on which a transmission benchmarks shall be performed. This server has 3 network interfaces (172.16.10.205 for SSH, 10.0.4.105 for sending, 10.0.8.105 for receiving) to satellite from satellite …
Charly
  • 101
  • 2