This shows you the differences between two versions of the page.
| computing:benchmarkinghds [2026/01/25 16:38] – created oemb1905 | computing:benchmarkinghds [2026/01/25 16:39] (current) – oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | sudo fio --name=seqread --rw=read --bs=128k --iodepth=32 --size=4g --numjobs=1 --runtime=60 --group_reporting --direct=1 --filename=/ | + | Using fio to benchmark read / write speeds on hard drives. |
| - | sudo rm -f / | + | |
| + | | ||
| + | sudo rm -f / | ||
| + | |||
| + | --- // | ||