Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux benchmarking tools [closed]

I've been asked to evaluate a new vendor's computing system and management has requested that I do NOT use any of our existing software to evaluate the platform (believe it or not, they have some valid reasons).

Anyways, I've started trying to read up on meaningful benchmark programs for server-grade computers but haven't been all that impressed. I'm trying to demonstrate raw computing power and memory I/O throughput.

Any suggestions on meaningful tests that I should run? -- I will have access to both the existing system and the system to evaluate for all of these tests.

like image 937
Nate Avatar asked Dec 15 '08 14:12

Nate


People also ask

How do I get a consistent benchmarking result in Linux?

1) Disable turboboost. 2) Disable hyper threading. 3) Set scaling_governor to 'performance' 4) Set cpu affinity.

Does UserBenchMark work on Linux?

UserBenchMark is not available for Linux but there are some alternatives that runs on Linux with similar functionality. The best Linux alternative is MangoHUD, which is both free and Open Source.

What is benchmarking in Linux?

Benchmarking is the act of measuring performance and comparing the results to another system's results or a widely accepted standard through a unified procedure.

What is Sysbench tool?

In computing, sysbench is an open-source software tool. Specifically it is a scriptable multi-threaded benchmarking tool designed for Linux systems. It is a C binary and uses LuaJIT scripts to execute benchmarks.


4 Answers

Phoronix has a benchmark suite for Linux. Maybe it is sufficent for you.

like image 137
flolo Avatar answered Nov 15 '22 18:11

flolo


I ended up using the following sites to arrive at some somewhat meaningful benchmarks:

  • Linux Benchmarking HOWTO
  • SPEC (as suggested by matli)
  • Linux Benchmark Suite Homepage
  • LMBench
  • SELinux Benchmarks
like image 20
3 revs Avatar answered Nov 15 '22 18:11

3 revs


I like UnixBenchmark - http://code.google.com/p/byte-unixbench/. It's a well rounded test.

like image 33
D Mac Avatar answered Nov 15 '22 18:11

D Mac


SPEC is a fairly standardized and well recognized set of benchmarks. They are not free, but not very expensive. There are also a lot of published benchmark results for various servers on their web site.

like image 39
matli Avatar answered Nov 15 '22 18:11

matli