Skip to content

Latest commit

ย 

History

History
40 lines (23 loc) ยท 983 Bytes

File metadata and controls

40 lines (23 loc) ยท 983 Bytes

Server Benchmark ๐Ÿš€

A simple and powerful tool to test server performance, network speed, and disk I/O.

Result


๐Ÿ›  How to Use

1. Run the Script Directly

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 | bash

This will:

  • Run the benchmark.

๐Ÿ“Š What It Tests

  • 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 dd and fio.

โš ๏ธ Notes

  • Run as root: The script requires root privileges.
    If youโ€™re not root, use sudo:
    sudo bash server-benchmark.sh
  • Always review scripts: Check the script before running it.