One Command. Full Insights.
A comprehensive VPS benchmarking tool that tests CPU, memory, disk, and network performance.
Website • Installation • Usage • Features • License
- 🖥️ System Information - OS, kernel, CPU, memory, disk, virtualization detection
- ⚡ CPU Benchmark - Single & multi-threaded performance, AES-NI, SHA256 throughput
- 🧠 Memory Benchmark - Read/write/copy bandwidth, latency measurement
- 💾 Disk Benchmark - Sequential read/write, I/O latency, random IOPS (with fio)
- 🌐 Network Speed - Multi-server speed tests across 20+ global locations
- 📤 Upload Results - Share your benchmark at benix.app
- 🔒 Private Mode - Upload without exposing detailed results publicly
# Download binary
curl -fsSL https://benix.app/benix -o benix
# Make executable
chmod +x benix
# Run
./benixOr one-liner:
curl -fsSL https://benix.app/benix -o benix && chmod +x benix && ./benixsudo mv benix /usr/local/bin/
benixRequires Bun v1.0+
git clone https://github.com/benixapp/benix.git
cd benix
bun install
bun build src/index.ts --compile --outfile benix
./benix# Run full benchmark
benix
# Run and upload results to benix.app
benix -u
# Upload as private (only basic info visible)
benix -u -p
# Test fewer servers (faster)
benix --servers 4
# Quiet mode (minimal output)
benix -q| Option | Description |
|---|---|
-u, --upload |
Upload results to benix.app |
-p, --private |
Mark results as private (only basic info visible) |
-q, --quiet |
Quiet mode (minimal output) |
--skip-fio |
Skip fio random IOPS test |
--servers <num> |
Number of speed test servers (default: 20) |
-h, --help |
Show help message |
-v, --version |
Show version |
██████╗ ███████╗███╗ ██╗██╗██╗ ██╗
██╔══██╗██╔════╝████╗ ██║██║╚██╗██╔╝
██████╔╝█████╗ ██╔██╗ ██║██║ ╚███╔╝
██╔══██╗██╔══╝ ██║╚██╗██║██║ ██╔██╗
██████╔╝███████╗██║ ╚████║██║██╔╝ ██╗
╚═════╝ ╚══════╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝
┌────────────────────────────────────────────────────────────────────────────────┐
│ System Information
└────────────────────────────────────────────────────────────────────────────────┘
OS Debian GNU/Linux 13
CPU Model AMD Ryzen 5 5600H (AES-NI)
CPU Cores 12 @ 3.39 GHz
Memory 7.15 GB
Virtualization KVM
┌────────────────────────────────────────────────────────────────────────────────┐
│ CPU Benchmark
└────────────────────────────────────────────────────────────────────────────────┘
Single-thread 630 ops/s
Multi-thread 7,560 ops/s (12 threads)
AES-256-GCM 4.98 GB/s
SHA256 2.12 GB/s
┌────────────────────────────────────────────────────────────────────────────────┐
│ Memory Benchmark
└────────────────────────────────────────────────────────────────────────────────┘
Read 1.16 GB/s
Write 1.37 GB/s
Copy 6.00 GB/s
Latency 90.7 ns
┌────────────────────────────────────────────────────────────────────────────────┐
│ Disk Performance
└────────────────────────────────────────────────────────────────────────────────┘
Sequential Write 2.2 GB/s
Sequential Read 10.1 GB/s
┌────────────────────────────────────────────────────────────────────────────────┐
│ Network Speed
└────────────────────────────────────────────────────────────────────────────────┘
Server Location Download Upload Latency
──────────────────────────────────────────────────────────────────────
FPT Telecom Vietnam ↓ 236 Mbps ↑ 20 Mbps 15.60 ms
SIMBA Telecom Singapore ↓ 117 Mbps ↑ 11 Mbps 42.00 ms
...
════════════════════════════════════════════════════════════════════════════════
✓ Benchmark completed in 4m 11s
════════════════════════════════════════════════════════════════════════════════
- OS: Linux (x64, arm64)
- Optional:
fiofor random IOPS testing,iopingfor I/O latency
Install optional dependencies:
# Debian/Ubuntu
sudo apt install fio ioping
# RHEL/CentOS/Fedora
sudo dnf install fio ioping
# Arch Linux
sudo pacman -S fio ioping- Public mode (default): Full benchmark results visible at benix.app
- Private mode (
-p): Only basic info (provider, OS, virtualization) shown publicly
No personal data is collected. Results can be deleted upon request.
- Marix - Zero-Knowledge SSH Client with built-in Benix integration
This project is licensed under the GNU General Public License v3.0.
Made with ❤️ by Marix SSH client