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
3 answers

What utilities do you use and how do you use them when benchmarking your harddrive subsystem for a SAN replacement?

So, I have a series of questions into ServerFault about LeftHand SAN's (Questions 1441 and 4478). One of the responses I received questioned the throughput of the iSCSI data returning from the SAN being restricted to the 1GB network card. I think…
0
votes
2 answers

How to test the max. number of connections of a given TCP port

We are using a server (closed sourced) written by a vendor that claims it supports up to a maximum of 100 concurrent TCP connections. We want to test this claim. We can certainly write a script to automate it, but before that, are there any handy…
Ryan
  • 5,341
  • 21
  • 71
  • 87
0
votes
2 answers

How to Compare better Memory utilization between two machines

i am having two kvm hosts with same h/w and os,only difference is one host is tuned to use huge pages. How can i compare which is performing better I am planning to use some application that is more memory bound and compare its performance for a…
kevin
  • 191
  • 5
  • 15
0
votes
2 answers

How do I know when server "runs at speed limit"?

Basically I'd like to know if it's possible to speed up my server or not by using caching like squid, checking for possible errors in configuration, optimizing various server software parameters, etc. Is it possible to predict time to serve say 1MB…
Evgeny
  • 599
  • 3
  • 10
  • 17
0
votes
1 answer

Benchmarking PHP memory use across multiple servers?

I have a Drupal website that I've done quite a lot of optimization to in order to reduce memory usage, but it's still running at ~50MB peak per non-cached page load. Given that I've run it on a local dev machine (Mac OS X 10.6 running MAMP w/…
aendra
  • 177
  • 9
0
votes
2 answers

Is there an objective way to measure slowness of PC/WINDOWS?

We've a lot of users that usually complain about that his PC is "slow". (we use win XP). We usually check startup programs, virus, fragmentation, disk health and common problems that causes slowness (Symantec AV drops disk to 1mb/s , or a seagate HD…
ekms
  • 73
  • 1
  • 8
0
votes
2 answers

analyzing webserver benchmark

Recently we get a lot more traffic to our webserver and sometimes it doesn't respond anymore. We have changed some settings and to get an idea of what our server can handle I've run some ab tests. We changed the my.cnf to the my-large.cnf…
dazz
  • 293
  • 2
  • 11
0
votes
4 answers

What HD/SSD performance benchmarks are relevant to SQL Server?

I'm looking to buy an SSD for a SQL Server computer, what benchmarks should I be comparing? High/low queue depth? Random/sequential transfer rates? IOPS?
ytoledano
  • 173
  • 1
  • 2
  • 8
0
votes
1 answer

Short write and read speed disk benchmarking

We're using cloud hosting for some of our backend servers and we noticed that performance on the disks (which as confirmed by the provider are shared with other customers) vary depending on the time/day of the week. We would like to find out how…
Max
  • 3,373
  • 15
  • 51
  • 71
0
votes
1 answer

What options exist to compare the performance of a Solaris 5.9 and a Linux (Redhat RHEL 5.X) Server?

What options exist to compare the performance of a Solaris 5.9 and a Linux (Redhat RHEL 5.X) Server? I have aging Solaris server and a replacement Linux server hosted on VMWare. A key success factor in the migration is improving the performance of a…
Stuart Woodward
  • 1,343
  • 4
  • 14
  • 29
0
votes
1 answer

OpenStack on Centos 6 vs ubuntu

I want to install open stack on centos 6 but the documentation and most of the tutorials go on with Ubuntu. I want to know if there are any particular advantages of installing open stack on Ubuntu? Is there any suitable benchmarking tool available…
Aditya Patawari
  • 1,065
  • 8
  • 23
0
votes
1 answer

Using Opennebula as an IaaS: Running benchmark accross all nodes, possibe?

Our current situation: We have one Opennebula cloud infrastructure consisting of a cluster controller and 6 cluster nodes configured and working. All Nodes run debian instances on top of a kvm hypervisor. We have done this as a part of a school…
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
  • 495
  • 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