Linux Benchmark Software

Mar 27, 2019  Best CPU benchmark software windows 2019 let's bench mark your pc and check statistics of each part in details let's benchmark pc now. (PTS) is an open-source benchmark programming for Linux. The Phoronix Test Suite has been embraced by destinations, for example, Linux.com. Linux Planet and has been alluded to by Softpedia as “the best. The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. The software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible,. The Heaven tool is available in Basic, Advanced, as well as in Professional mode. Heaven Benchmark software allows you to select the perfect software edition based on your needs. Download Heaven. Performance Test. Performance Test is a fast, easy to access CPU benchmarking software allowing the user to benchmark objectively their system easily. Phoronix Test Suite abbreviated as (PTS) is an open-source benchmark programming for Linux. The Phoronix Test Suite has been embraced by destinations, for example, Linux.com. Linux Planet and has been alluded to by Softpedia as “the best benchmarking platform.”.

On this page

Linux is not famous for its gaming abilities and possibilities, and it is only natural that there aren't many GPU benchmarking tools available with which users can test their graphics hardware. There are however some benchmarking suites that can help you determine the various aspects of your GPU performance with precision. These are very important for the drawing of solid conclusions, technical and numerical comparison, or for the satisfaction of a plain interest on how (well) things work. Technically speaking, all of the available GPU benchmarking tools in Linux only test under the OpenGL renderer of course. While your GPU may be compatible with some versions of Direct3D, it is not possible to test this renderer under Linux.

GLX-Gears

GLX gears is a popular OpenGL test that is part of the “mesa-utils” package. Install the package on Ubuntu with this command:

You can invoke it by typing “glxgears” on a terminal.

This will open up a window with an OpenGL rendering of a simple arrangement of three rotating gears. The frame rate is measured and printed out on the terminal every five seconds. This tool is very old, very basic and only tests a small portion of today's OpenGL capabilities. Back in the old days, it was used to determine if the proprietary driver was installed and running properly as open source drivers were performing awfully enough to be perfectly noticeable during this test. Nowadays, you won't notice any difference between the two (in glxgears).

GL Mark 2

GL mark is a much richer benchmarking tool developed by the kind people behind the Linaro distribution. Contrary to glxgears, glmark offers a rich set of tests that concern different aspects of your graphics unit performance (buffering, building, lighting, texturing etc), allowing for a much more comprehensive and meaningful test. Each test is conducted for 10 seconds and the frame rate is counted individually. In the end, users get a performance score based on all previous tests. I like this tool for its simplicity and flawless operation. You can find it as a pre-built package in most distributions under the name “glmark2”. Install it with:

on Ubuntu.

After installing it, you may run it by typing “glmark2” on a terminal.

Unigine Benchmark Products

Finally, for users that seek something more advanced that the previous two tools, there are four benchmark tools that use the Unigine 3D engine. These are the Valley, Heaven, Tropics and Sanctuary which offer free versions that can be downloaded from the Unigine website. These benchmarking tools boast real-time ambient occlusion, interplaying lights from different sources, HDR renderings, realistic water and a dynamic sky with atmospheric light scattering. Users may also set the anti-aliasing levels, texture quality and filtering, anisotropy and shader quality. Besides hitting that “benchmark” button that will test your hardware in 10 steps, you may also wander around freely, change the time of day (which changes the lighting of the world) and accurately determine the conditions that “bend” your hardware the most.

Active3 months ago

Is there a benchmark tool to measure computer performance for Ubuntu like SuperPI, 3DMark, or PCMark?

Ciro Santilli 新疆改造中心法轮功六四事件
12.3k5 gold badges55 silver badges59 bronze badges
lambda23lambda23
1,6137 gold badges28 silver badges43 bronze badges

5 Answers

There look to be a number of them listed in the Ubuntu Software Center (search 'benchmark'), although the only one I've tried is System Profiler and Benchmark. It gives a lot of computer information and I've found it very useful, but you might want to try out a number of them.

KelleyKelley
22.2k2 gold badges17 silver badges27 bronze badges

Linux Hardware Benchmark Software

The most complete benchmarking software is probably Phoronix test suite, which is available in the repositories and can be installed with:

When running phoronix-test-suite for the first time in terminal, you can either answer yes or no to the questions regarding anonymous statistical reporting. If you answer yes, it says that

This information is pooled along with the submissions from all other users to show general trends and other details on OpenBenchmarking.org.

It is up to you whether you choose yes or no, but there is nothing to be concerned with. You can still later upload results manually to openbenchmarking if you wish with the options in the program:

For more information about Phoronix test suite see this pdf and the official forum.

Free adware removal for windows 10. To list all the tests available (but not necessarily downloaded), run:

Benchmark

which gives tests such as these and many others:

To find information on any particular test, you can use:

Many of the tests are not installed by default and you can either download an individual test and run it with, for example:

To find the lists of thematic test suites, run

which returns such things as

As an example, you might want to run the entire suite of audio tests (instead of just one from those listed with the list-tests command), so, in this circumstance, enter

Linux Benchmark Software Download

For this test, some more of the related audio tests are downloaded and installed by the program and then the test is run.

There are a huge amount of tests to install and options to experiment with, but this test suite is definitely the one to use if you want to get some genuine benchmarks from your Ubuntu system that you can compare online at openbenchmarking and Phoronix.com.

It is not a quick, simple benchmarking application, but one that, with its multiple tests, will satisfy most areas of interest in regard to how things perform on Ubuntu.

However, benchmarking is a topic much debated and the forums are best suited for analysing which tests give the most useful results and how the tests should be setup; the one mentioned above, povray, is quite well known and regarded for benchmarking the abilities of a CPU.

user76204

Install hardinfo which gives benchmark information as shown below screen-shot:

PandyaPandya
21.9k30 gold badges99 silver badges163 bronze badges

I eventually got around to writing a stress test and benchmarking tool for UNIX like systems, namely stress-ng. It contains over 180 stress tests that allow one to measure throughput on various system components, from memory, cache, CPU, system calls, network, etc. Install with:

There is a --metrics-brief option that reports the throughput in terms of bogo ops per second. One can get a full set of deep CPU and system metrics using the --perf option. There are many types of stressors that can be run sequentially or in parallel on 1 or more CPUs, for example:

this will exercise the CPU for 1 minute with 2 CPU stressor instances running in parallel.

Linux Benchmark Software

The manual documents all these features in detail, consult the project page or the quick start reference guide

Colin Ian KingColin Ian King
13.4k1 gold badge42 silver badges50 bronze badges

Another option is sysbench. It is a command line tool with built in tests for CPU, memory, file, threading and database. There is an article about it here. Install is a single package, and running tests is quick.

Likely the quality of results is lower than more sophisticated tests, but I found it useful for a quick sanity check when evaluating potential VPS hosting.

Based on the popular answer by user76204, I did try Phoronix test suite. As the author says, it is not quick or simple. There are 100s of tests available and it's not obvious which to use. Some require 100s of MB of downloads, some take an hour or more to run, some may not run on your server. On Ubuntu, I hit a bug described here.

Linux Gpu Benchmark Software

AdamSAdamS

Linux Benchmark App

Not the answer you're looking for? Browse other questions tagged performance or ask your own question.