Using FIO for Storage Performance Benchmarking on Linux

Sequential vs Random I/O Disk I/O operations fall into two primary categories: sequential and random access patterns. Sequential operations read or write data in contiguous blocks, minimizing seek time and maximizing throughput—this is the metric that matters most for traditional hard disk drives. Random operations access non-contiguous locatio ...

Posted on Wed, 12 Aug 2026 16:22:59 +0000 by webtechatlantic

Interpreting fio Storage Benchmark Outputs with Real NVMe SSD Examples

First Test: Samsung MZVL22T0HBLB-00B00 NVMe SSD lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,MODEL NAME SIZE TYPE MOUNTPOINT MODEL nvme0n1 1.9T disk SAMSUNG MZVL22T0HBLB-00B00 ├─nvme0n1p1 1G part /boot/efi ├─nvme0n1p2 2G part /boot └─nvme0n1p3 1.9T part └─ubu ...

Posted on Tue, 28 Jul 2026 17:04:27 +0000 by Domestics