mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 16:01:30 +05:30
added read speed disclaimer
This commit is contained in:
parent
a50d1912dc
commit
66354adc21
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ This script isn't an attempt to be a golden standard. It's just yet another benc
|
|||
|
||||
## Tests Conducted
|
||||
|
||||
* **dd** - the dd utility is utilized to test disk performance. Both write and read speeds are evaluated by writing to and reading from a test file. Disclaimer: read speeds may be heavily influenced by cache depending on configuration of the host.
|
||||
* **dd** - the dd utility is utilized to test disk performance. Both write and read speeds are evaluated by writing to and reading from a test file. \*Disclaimer: read speeds may be heavily influenced by cache depending on configuration of the host.
|
||||
* **iperf3** - the industry standard for testing download and upload speeds to various locations. This script utilizes iperf3 with 8 parallel threads and tests both download and upload speeds. If an iperf server is busy after 10 tries, the speed test for that location/direction is skipped.
|
||||
|
||||
## Example Output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue