Testare le prestazioni di un dispositivo di storage con fio: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 September 2024

  • curprev 09:1909:19, 12 September 2024 Gabriele.vivinetto talk contribs 393 bytes +393 Created page with "* Se si vuole testare la banda e gli IOPS di un disco per verificare la velocità: apt install fio fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=fiotest --filename=/tmp/testfio --bs=4k --iodepth=64 --size=1G --readwrite=randrw --rwmixread=75 --output $(date +%Y%m%d%H%M%S).fio ; rm -f /tmp/testfio * Usare per --filename un path relativo al dispositivo da testare" Tag: Visual edit