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
273 questions
0
votes
1 answer

Is there any performance data comparing Hyper-V and VirtualBox?

I'm planning to run a few (<10) Windows VM guests on my workstation (HP Z400, Xeon with 8G Ram). I got 2 options, 1. Hyper-V server (free) 2. Windows 7 + VirtualBox Are there any benchmark results comparing these 2 VM servers? p.s. It would be nice…
woodings
  • 195
  • 1
  • 11
0
votes
6 answers

How come Core i7 (desktop) dominates Xeon (server)?

I have been using this performance benchmark results to select what CPUs to use on my web server and to my surprise, looks like Core i7 CPUs dominates the list pushing Xeon CPUs into the bush. Why is this? Why is Intel making the Core i7 perform…
grant tailor
  • 505
  • 2
  • 6
  • 13
0
votes
2 answers

Nginx + PHP-FPM Benchmarking with JMeter - Spikes

The setup is EC2 Micro instance Nginx 1.0.0.5 with FPM PHP 5.2.17 with CGI App connects to MySQL on RDS Collectd for monitoring JMeter is used on other servers on same EC2 region (so latency is not an issue). The problem is from the graph…
syaz
  • 382
  • 3
  • 8
0
votes
1 answer

Benchmarking MySQL on win7

I've setup a nginx server running php 5.3.6 and mysql 5.5.1.3. My computer is an AMD quadcore 9650, 4gb ram, 500gb 7200rpm HD. I ran the PHP MySQL Benchmark Tool v. 0.1, and got the following results: Testing a(n) MYISAM table using 100000 rows. …
mrpatg
  • 151
  • 1
  • 3
0
votes
1 answer

Performance of multiple VirtualHosts vs. ServerAlias in Apache2?

until now, we had multiple web servers with multiple IPs and a lot of domains pointing to them (most of the domain logic was inside our CMS). I liked this aproach because a lot of configuration could be handled with wildcards, keeping the apache…
0
votes
1 answer

What is the easiest way to benchmark a webserver?

I want to compare my home server (Debian 6) and Amazon EC2 (Ubuntu 10.04) Is there a program that I can simply and download and run to get the comparison values? I want to compare harddrive I/O, CPU, memory and etc.
webnat0
  • 623
  • 2
  • 8
  • 13
0
votes
1 answer

How to benchmark Windows 2008 Server performance on clouds

What is the best way to measure speed and performance on Windows 2008 server? There are free trials on ElasticHosts, Rackspace and few others, so I would to take that opportunity and test them before I commit. Any ideas?
feronovak
  • 171
  • 3
  • 8
0
votes
2 answers

Apache Benchmark Keep-Alive

I have a simple PHP script running on an Apache 2.2 (almost default configuration). When running the command ab -n 1
where address is either the local IP or the domain name, I'm receiving about a 15-second window of the socket staying…
efritz
  • 103
  • 1
  • 5
0
votes
1 answer

OS Distro benchmarks website?

Im looking for website which contains OS distro benchmarks (comparing in 32 & 64 bit, comparing PHP execution on the distro, etc.)
cewebugil
  • 715
  • 3
  • 9
  • 12
0
votes
1 answer

Firewall perfomance test

What tools you can recomend for firewall and/or VPN perfomance testing (TCP & UDP traffic) ? iperf?
d_pilot
  • 323
  • 1
  • 5
  • 12
0
votes
5 answers

How to test the connection speed of a server?

What are the techniques to test the connection speed of a server (in my case, virtual Ubuntu server @ Slicehost)? Bonus points for one liner bash command.
Olivier Lalonde
  • 753
  • 3
  • 13
  • 20
0
votes
2 answers

Amazon EC2 performance vs desktop

I'm wondering how to compare performance of EC2 instances with standard dedicated servers and desktop. I've found only comparance of defferent clouds. I need to find a solution to perform some computations which require CPU and memory (disc IO is…
0
votes
1 answer

bench marking windows machine -

We have a Java based product that is mainly used on windows. Some customers complain that application is slow. We have analysed product using JProfiler and improved various bits. As a next step, it will be useful run some "benchmark" tools on…
Jayan
  • 141
  • 1
  • 5
  • 14
0
votes
2 answers

big difference in HTTP response time between US and UK clients

I am looking into a problem with some images hosted in the US, that some users get really slow load times. This image for example; http://opencirrus-g0805.hpl.hp.com/books40/UMICH/2160/10/47/23/59/216010472359/SCALE/sp3031.jpg From the US datacentre…
Tom
  • 11,176
  • 5
  • 41
  • 63
0
votes
1 answer

Apache Bench high standard deviation

I´m having problems doing apache benchmarks with ab on my servers. Basically, all the results got a high standard deviation, invalidating the results. This is an example resultset: Connection Times (ms) min mean[+/-sd] median …
Tom-aS