HostOnNet Blog

How to benchmark Linux computer

Looking for Linux Server Admin or WordPress Expert? We can help.

Benchmarking a Linux system with Simple command line tools measure many different attributes such as CPU performance, disk I/O, memory, graphics card, network speed testing etc.

In the terminal type following command (Below command requires root privilege, so run it as a root user or use sudo)

cd /usr/local/src
wget http://cdn.primatelabs.com/Geekbench-4.0.4-Linux.tar.gz
tar xf Geekbench-4.0.4-Linux.tar.gz
/usr/local/src/build.pulse/dist/Geekbench-4.0.4-Linux/geekbench4

Once benchmark is done, it will print result. Also upload the result to web site geekbench.com and provide a link to see the benchmark result on web site.

bechmarking

About Annie

I've been working in Technical Section for over 10 years in a wide range of tech jobs from Tech Support to Software Testing. I started writing blog for my future reference and useful for all.
Posted in Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.