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

Comprehensive Guide to fio: Advanced I/O Performance Testing Tool

Introduction to I/O Testing Tools When evaluating storage performance, several I/O testing tools are available. Among the most popular are fio, iometer, and Orion. Each has its strengths: fio is particularly well-suited for Linux environments, iometer excels on Windows systems, and Orion specializes in simulating Oracle database workloads witho ...

Posted on Sat, 08 Aug 2026 16:54:48 +0000 by tzicha

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

Comprehensive VPS Benchmarking: CPU, Memory, Disk I/O, Network, and Load Testing

To evaluate the real-world performance of a Virtual Private Server (VPS), systematic benchmarking across multiple subsystems is essential. Low-cost VPS offerings—especially those priced under $1/month—often rely on aggressive resource overcommitment or aging hardware. While affordability is appealing, raw price alone doesn’t reflect stability, ...

Posted on Tue, 02 Jun 2026 18:35:05 +0000 by karldesign