https://github.com/sayem314/serverreview-benchmark
Serverreview Benchmark Script v3
https://github.com/sayem314/serverreview-benchmark
benchmark dedicated-server shell-script speedtest vps
Last synced: 6 months ago
JSON representation
Serverreview Benchmark Script v3
- Host: GitHub
- URL: https://github.com/sayem314/serverreview-benchmark
- Owner: sayem314
- License: mit
- Created: 2016-03-24T06:17:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T15:44:27.000Z (about 6 years ago)
- Last Synced: 2025-04-13T12:27:30.787Z (6 months ago)
- Topics: benchmark, dedicated-server, shell-script, speedtest, vps
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 89
- Watchers: 5
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## serverreview-benchmark
##### Download
`curl -LsO git.io/bench.sh; chmod +x bench.sh`
##### Usage
`./bench.sh` `Arguments` `Parameters (Optional)`
Example: `./bench.sh -b share`
##### Arguments
`-info` # System Information
`-io` # I/O Test
`-cdn` # CDN Download (200MB)
`-northamerica` # North America Download (800MB)
`-europe` # Europe Download (900MB)
`-asia` # Asia Download (400MB)
`-b` # System Info + CDN Download + I/O Test
`-a` # All In One Command
`-speed` # Test from speedtest.net using speedtest cli
`-help` # Show help
`-about` # Show about
##### Parameters
`share`
Ex: `./bench.sh -cdn share haste`
Available option:
`ubuntu` # upload results to ubuntu paste (default)
`haste` # upload results to hastebin
`clbin` # upload results to clbin
`ptpb` # upload results to ptpb
##### _Credits_
Thanks to `@camarg` for the the original script. Thanks to `@dmmcintyre3` for the modified version. Thanks `@Hidden_Refuge` for update bench-sh-2.