mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-08 00:10:07 +05:30
Update README.md
Added individual test commands for quick copy/paste
This commit is contained in:
parent
6bb6d85194
commit
b620070b40
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -10,6 +10,20 @@ View YABS usage stats [here](https://yabs.rowe.sh).
|
|||
|
||||
## How to Run
|
||||
|
||||
**Test Disk**
|
||||
|
||||
`curl -sL bench.cloudcone.sh | bash -s -- -ig`
|
||||
|
||||
**Test Network Upload/Download**
|
||||
|
||||
`curl -sL bench.cloudcone.sh | bash -s -- -fgr`
|
||||
|
||||
**Test CPU Performance**
|
||||
|
||||
`curl -sL bench.cloudcone.sh | bash -s -- -fi`
|
||||
|
||||
**Test All**
|
||||
|
||||
`curl -sL bench.cloudcone.sh | bash`
|
||||
|
||||
This script has been tested on the following Linux distributions: CentOS 6+, Debian 8+, Fedora 30, and Ubuntu 16.04+. It is designed to not require any external dependencies to be installed nor elevated privileges to run.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue