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
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
  • 603
  • 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
  • 705
  • 3
  • 8
  • 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
  • 223
  • 1
  • 5
  • 11
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
  • 713
  • 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
  • 10,886
  • 5
  • 39
  • 62
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
0
votes
3 answers

small lan throughput test

My house is Cat6 cabled for ethernet. I want to do some speed measuring. Background: Below the stairs is a small server room for the router, DSL modem, a EEE-Box (ubuntu) and a LaCie-Nas used for Backups (TimeMachine). There are Linux (3), OS X…
lexu
  • 922
  • 11
  • 19
0
votes
2 answers

Benchmark different kind of SQL database :What's the best test to do?

I have an application that i can configure to get data from different kind of SQL database server, for example Postgres, MSSQL, MySQL, Firebird ... I must install this application and the database server on windows enviroment, before choice the…
aleroot
  • 3,160
  • 5
  • 28
  • 37
0
votes
2 answers

why is iometer performance slower after first run?

I'm doing some benchmarking with IOMeter, and I'm seeing a consistent and susbtantial drop-off in performance after running the first test in my VMWare environments. These drop-offs are about the same on the three VMs I've tested on, which makes me…
Dan
  • 620
  • 5
  • 18