How to install and run Geekbench 4 on linux
-
If you want to run Geekbench 4 on a linux server, this is how to install and run it.
Note that you need to have a working internet connection on the server.
You can run it as root or as any other user.Let's start from the home directory and put the files there.
cd
Download the files from geekbench.com:
(change version number if needed for latest version)
wget http://cdn.geekbench.com/Geekbench-4.3.3-Linux.tar.gz
Extract the downloaded files:
tar -zxvf Geekbench-4.3.3-Linux.tar.gz
Go to the extracted folder:
cd Geekbench-4.3.3-Linux
Run the test in tryout mode, results are uploaded automatically:
./geekbench_x86_64
After a few minutes the test is completed and you'll see a link to a webpage which is unique for each test.
Upload succeeded. Visit the following link and view your results online:
https://browser.geekbench.com/v4/cpu/1234567Just enter the link in any browser and you'll see the results of the test.
-
Just used this guide and posted results here!
-
@obsolesce said in How to install and run Geekbench 4 on linux:
Just used this guide and posted results here!
Awesome!
-
Does not need to run as root, or even need
sudo
. I just ran it on my home KVM host.[jbusch@kvm ~]$ wget http://cdn.geekbench.com/Geekbench-4.3.0-Linux.tar.gz --2018-09-19 09:21:39-- http://cdn.geekbench.com/Geekbench-4.3.0-Linux.tar.gz Resolving cdn.geekbench.com (cdn.geekbench.com)... 45.79.167.38, 45.79.187.69 Connecting to cdn.geekbench.com (cdn.geekbench.com)|45.79.167.38|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 71075837 (68M) [application/octet-stream] Saving to: ‘Geekbench-4.3.0-Linux.tar.gz’ Geekbench-4.3.0-Linux.tar.gz 100%[========================================================>] 67.78M 7.68MB/s in 10s 2018-09-19 09:21:50 (6.81 MB/s) - ‘Geekbench-4.3.0-Linux.tar.gz’ saved [71075837/71075837] [jbusch@kvm ~]$ tar -zxvf Geekbench-4.3.0-Linux.tar.gz Geekbench-4.3.0-Linux/ Geekbench-4.3.0-Linux/geekbench.plar Geekbench-4.3.0-Linux/geekbench4 Geekbench-4.3.0-Linux/geekbench_x86_64 Geekbench-4.3.0-Linux/geekbench_x86_32 [jbusch@kvm ~]$ cd Geekbench-4.3.0-Linux [jbusch@kvm Geekbench-4.3.0-Linux]$ ./geekbench_x86_64 Geekbench 4.3.0 Tryout : http://www.geekbench.com/ Geekbench 4 is in tryout mode.
-
@jaredbusch said in How to install and run Geekbench 4 on linux:
Does not need to run as root, or even need
sudo
.Thanks, I figured as much but I was too lazy to check. I'll update my post.
-
I ran this on the last VM I set up for a FLAMP web app.
Hyper-V Hosted VM
4 vCPU, 12GB RAM
Single Core: 3256
Multi-Core: 10950 -
Just for fun I ran this on a VM, on our inhouse Xenserver - 4 vCPU.
It's a Haswell gen CPU, so well before Skylake. Surprisingly good single core performance. -
@pete-s That's a fast processor!
-
Main PC and KVM host
https://browser.geekbench.com/v4/cpu/9957810
-
@jaredbusch said in How to install and run Geekbench 4 on linux:
I just ran it on my home KVM host.
Results: https://browser.geekbench.com/v4/cpu/9955590
For comparison, here is my Pi-Hole VM running on said home KVM server.
https://browser.geekbench.com/v4/cpu/9958015
-
Really surprised by your results @Pete-S
Which made me check this:
https://www.cpubenchmark.net/compare/Intel-Xeon-E3-1241-v3-vs-Intel-Xeon-E3-1270-v5/2341vs2651 -
The e3-12xx are beast. This is from Xenserver host, not vm.
Here is results from e5 xeon vm. Same vm, two different vcpu topologies 2s4c, 1s4c
Some difference in multicore performance
-
Here's one of our Hyper-V Hosts, loaded with 60+ running VMs.
-
That's better... Run directly on XenServer host