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

Cluster using virtual machine software with 2 workstations

I want to do a benchmark between databases (MySQL Cluster, HBase and Cassandra). I need 8 nodes. I have 2 workstations Dual-processor Z600: 1. workstation1: 16 core - 16 Go RAM 2. workstation2: 8 core - 16 Go RAM I would like to know if it's…
0
votes
0 answers

How to test route lookup performance?

I need to test (IPv6) route lookup performance in the Linux kernel. I want to know how much time it takes to find a match if there are 100 routes, or 1000, or 10000 and so on. I'm using containers, so the only limit on number of nodes is memory…
devil0150
  • 101
  • 4
0
votes
1 answer

Memory bandwidth in OpenVZ container

What determines memory speed of OpenVZ container? I've run sysbench --test=memory --memory-block-size=1M --memory-total-size=1G run on several OpenVZ powered VPSs from different providers and observed memory bandwidth measured from 2920.06 MB/sec to…
Vidmkc
  • 1
  • 2
0
votes
1 answer

benchmarking Ubuntu gui versus command line

Has anybody done benchmarks on Ubuntu with the GUI installed versus purely command line? I'm considering adding the GUI to my server, but I am wary of it slowing the system down.
0
votes
1 answer

Sysbench on Redhat 7 Errors with Mysql Testing - PANIC: unprotected error in call to Lua API (cannot open oltp: No such file or directory)

When testing the mysql benchmark using sysbench on redhat 7: sysbench --test=oltp --oltp-table-size=1000000 --mysql-db=test --mysql-user=root --mysql-password=yourrootsqlpassword prepare I'm getting this error: **PANIC: unprotected error in call to…
0
votes
1 answer

How do you go about comparing two servers in order to figure out how many of one, you could replace with a newer one?

How do you go about comparing two servers in order to figure out how many of one, you could replace with a newer one? In particular, I have the following Old server: ProLiant BL460c G6 (1.86 GHz, Intel Xeon E5502) New server: ProLiant BL460c Gen9…
user100177
0
votes
0 answers

Synology NAS X-Fer Speed Possible Issues

I recently purchased a Synology DS1815+ 8-Bay NAS for my organization and I have been running benchmarks all morning. I purchased: 4 x 4TB 7200RPM HGST NAS (Enterprise) drives & 2 X 256GB Samsung 850PRO SSD's I have tried a few different…
0
votes
0 answers

Strange behavior of web stress tests

After some server configuration, i decided to do a stress test using siege. 2 front servers in lxc containers, load balancing nginx - on the host machine. (if need, I add nginx and sysctl configs later) Host machine - dedicated server on OVH: Intel …
0
votes
1 answer

how to stress test an apache proxy

I've a EC2 instance acting as a proxy for a webserver that are in other region. This setup works great at the beginning but then, some users start receiving Proxy error The proxy server received and invalid response frmo an upstream server. The…
Arnold Roa
  • 158
  • 10
0
votes
1 answer

Benchmark: nginx1.8+php-fpm vs apache2.4+mod_php

I'm benchmarking these two setups (installed on the same system) nginx 1.8.0 + php-fpm (5.6.14-0+deb8u1) apache 2.4.10 + mod_php (5.6.14-0+deb8u1) Have runned through the output of phpinfo() and they look the same (haven't changed anything…
clarkk
  • 1,875
  • 7
  • 22
  • 31
0
votes
1 answer

Trying to understand sysbench

I'm trying to do some basic server benchmarking with sysbench. I understand most of the options, but I was wondering if someone could explain the --max-requests general option. Is it applicable to all tests? What exactly does it do? For example, if…
user165222
  • 125
  • 3
  • 9
0
votes
2 answers

Volume benchark (software RAID) as opposed to drive benchmark? Bonus for free solutions

If I want to test a single drive I can use HDtune, HDtach, etcetera to test one drive at a time. Unfortunately these tools don't help for testing software RAID. As long as Disk Management in windows sees the drives as separate items HDtune and…
pplrppl
  • 1,242
  • 2
  • 14
  • 22
0
votes
1 answer

Are there benchmarks that measure code execution with various CPUs? Nodejs server building

I have experience building PCs with gaming in mind. But where do I start when it comes to building a server (running specifically NodeJS programs)? I know the most significant factor would be the code itself, but assuming the code is perfect what…
F. Rakes
0
votes
1 answer

Swapfile on SSD and Memory Speed Comparison

I'm running Ubuntu on Digitalocean's instance that using ssd as their disk, and I'm using swapfile to help memory does the job. What I wanna know is, how can we compare speed between ram and the swapfile? Is it really worth using swapfile on…
chipz
  • 119
0
votes
1 answer

Is this Google Webmaster crawl statistic within the norm?

I'm talking about this one: Time spent downloading a page (in milliseconds) Here's what I'm getting for one of my sites: (source: cattleshow.net) We are planning a complete overhaul of the site (new layout and switch from PHP to Django) so I'm…
Tomas Andrle
  • 209
  • 2
  • 8