A simple and powerful tool to test server performance, network speed, and disk I/O.
Use this command to run the benchmark and save the results to a file:
curl -Lso- https://raw.githubusercontent.com/OriginStake/server-benchmark/main/server-benchmark.sh | bashThis will:
- Run the benchmark.
- System Info: CPU model, cores, RAM, disk usage, OS, and uptime.
- Network Speed: Download speed from multiple global servers.
- Disk Performance: Read/write speed using
ddandfio.
- Run as root: The script requires root privileges.
If youโre not root, usesudo:
sudo bash server-benchmark.sh - Always review scripts: Check the script before running it.
