Created
November 16, 2025 15:32
-
-
Save adinata-id/2620e6aafa92878821edb79b3635b8de to your computer and use it in GitHub Desktop.
Benchmark VPS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unix Bench: | |
| sudo apt update | |
| sudo apt install -y build-essential libx11-dev libgl1-mesa-dev libxext-dev perl perl-modules make git | |
| git clone https://github.com/kdlucas/byte-unixbench.git | |
| cd byte-unixbench/UnixBench | |
| ./Run | |
| Benchmark Passmark: | |
| echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" | sudo tee /etc/apt/sources.list.d/focal-security.list | |
| sudo apt update | |
| sudo apt install -y libncurses5 unzip | |
| wget https://www.passmark.com/downloads/PerformanceTest_Linux_x86-64.zip | |
| unzip PerformanceTest_Linux_x86-64 | |
| cd ~/PerformanceTest | |
| ./pt_linux_x64 | |
| Geekbench 5: | |
| # Pindah ke /tmp biar file sementara | |
| cd /tmp | |
| # Download Geekbench 5 (64-bit Linux) | |
| wget https://cdn.geekbench.com/Geekbench-5.5.1-Linux.tar.gz | |
| # Ekstrak file | |
| tar -xvzf Geekbench-5.5.1-Linux.tar.gz | |
| # Masuk folder | |
| cd Geekbench-5.5.1-Linux | |
| # Jalankan benchmark | |
| ./geekbench5 | |
| Geekbench 6: | |
| # Pindah ke /tmp | |
| cd /tmp | |
| # Download Geekbench 6 (64-bit Linux) | |
| wget https://cdn.geekbench.com/Geekbench-6.3.0-Linux.tar.gz | |
| # Ekstrak file | |
| tar -xvzf Geekbench-6.3.0-Linux.tar.gz | |
| # Masuk folder | |
| cd Geekbench-6.3.0-Linux | |
| # Jalankan benchmark | |
| ./geekbench6 | |
| Benchmark Bency: | |
| apt install -y fio | |
| wget -qO- benchy.pw | sh | |
| wget -qO- https://raw.githubusercontent.com/L1so/benchy/main/benchy | sh -s -- | |
| Benchmark Speedtest nws: | |
| Lokal: | |
| wget -qO- nws.sh | bash -s -- -r indonesia | |
| Global: | |
| curl -sL nws.sh | bash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment