Tagged articles
16 articles
Page 1 of 1
Tech Stroll Journey
Tech Stroll Journey
Oct 30, 2025 · Operations

How to Use fio to Measure Disk IOPS, Throughput, and Latency on Ubuntu

This guide explains how to install fio on Ubuntu 20.04, configure test environments, run IOPS and latency benchmarks with specific parameters, and interpret key metrics such as bandwidth, IOPS, slat, and clat to evaluate storage performance under high‑load and single‑request scenarios.

BenchmarkDisk PerformanceIOPS
0 likes · 7 min read
How to Use fio to Measure Disk IOPS, Throughput, and Latency on Ubuntu
Deepin Linux
Deepin Linux
Jul 23, 2025 · Operations

Mastering Linux Disk I/O: Principles, Metrics, and Optimization Strategies

This comprehensive guide explains Linux disk I/O fundamentals, compares HDD and SSD characteristics, details file system structures, outlines I/O operation flow, introduces key performance metrics like IOPS, throughput and latency, and provides practical testing tools and optimization techniques for both applications and storage layers.

Disk I/Ofioiostat
0 likes · 31 min read
Mastering Linux Disk I/O: Principles, Metrics, and Optimization Strategies
MaGe Linux Operations
MaGe Linux Operations
Sep 28, 2024 · Operations

How to Safely Benchmark Disk Performance with fio on Linux

This guide explains how to install fio, run various disk performance tests—including random and sequential reads/writes and mixed workloads—while avoiding data loss, and shows how to interpret key metrics such as IOPS, bandwidth, and latency.

IO testingdisk benchmarkfio
0 likes · 9 min read
How to Safely Benchmark Disk Performance with fio on Linux
Radish, Keep Going!
Radish, Keep Going!
May 7, 2024 · Operations

How to Slow Down Your Disk I/O by 60× on macOS Using dmc

Learn how to use macOS’s built-in dmc utility to artificially throttle disk read/write speeds, configure various HDD/SSD profiles, and verify the impact with fio benchmarks, enabling realistic performance testing on low-speed machines without complex cgroup or Docker setups.

Disk I/OPerformance Testingdisk throttling
0 likes · 5 min read
How to Slow Down Your Disk I/O by 60× on macOS Using dmc
Liangxu Linux
Liangxu Linux
Mar 7, 2024 · Operations

How Upgrading EBS Volumes Boosted etcd Write Performance by 30%

A technical deep‑dive shows how a team managing dozens of Kubernetes clusters diagnosed a write‑ahead‑log bottleneck in etcd, measured IOPS and latency with etcdctl and fio, upgraded gp2 volumes to gp3, and discovered diminishing returns beyond 3000 IOPS while explaining the role of fdatasync in storage performance.

AWSEBSIOPS
0 likes · 11 min read
How Upgrading EBS Volumes Boosted etcd Write Performance by 30%
MaGe Linux Operations
MaGe Linux Operations
Mar 3, 2024 · Operations

Master Linux I/O Schedulers, fio Workloads, and RAID Performance

This guide explains how to choose Linux I/O schedulers, generate realistic storage workloads with fio, configure various RAID levels using mdadm and LVM, and monitor performance with tools like top, iostat, iotop, blktrace, and atop, providing practical command examples and best‑practice recommendations.

I/O schedulerLVMPerformance Monitoring
0 likes · 24 min read
Master Linux I/O Schedulers, fio Workloads, and RAID Performance