Tagged articles
18 articles
Page 1 of 1
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Mar 3, 2026 · Operations

How Exposing Hypervisor CPUID Doubles VM IOPS – Inside CPU Idle Strategies

An extensive performance investigation reveals that exposing the Hypervisor CPUID in virtual machines triggers a CPU idle policy shift from HLT to BusyPoll, halving VMEXIT latency and doubling sequential read/write IOPS, with detailed kernel analysis, perf data, code modifications, and practical optimization recommendations.

IOPSVirtualizationcpu-idle
0 likes · 11 min read
How Exposing Hypervisor CPUID Doubles VM IOPS – Inside CPU Idle Strategies
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
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%
Architects' Tech Alliance
Architects' Tech Alliance
Aug 21, 2022 · Fundamentals

Comparison of SSD Interfaces: SATA, SAS, and PCIe

This article examines how modern SSDs demand higher data rates and IOPS, compares the SATA, SAS, and PCIe storage interfaces, and discusses performance trade‑offs, compatibility considerations, and latency factors to help choose the most suitable interface for a given system.

IOPSPCIeSAS
0 likes · 10 min read
Comparison of SSD Interfaces: SATA, SAS, and PCIe
Architects' Tech Alliance
Architects' Tech Alliance
Nov 11, 2021 · Fundamentals

High‑Performance Storage with SPDK vhost in Didi Cloud Enhanced DC2

The article explains how Intel's SPDK and its vhost framework are used in Didi Cloud's Enhanced DC2 solution to achieve low‑latency, high‑IOPS NVMe storage by moving the NVMe driver to user space, eliminating locks and interrupts, and details the architecture, performance testing, and deployment considerations.

IOPSNVMeSPDK
0 likes · 9 min read
High‑Performance Storage with SPDK vhost in Didi Cloud Enhanced DC2
Architects' Tech Alliance
Architects' Tech Alliance
Aug 18, 2018 · Fundamentals

Understanding Disk I/O: From Read/Write Basics to RAID IOPS Calculations

This article comprehensively explains disk storage fundamentals—including read/write operations, random versus sequential access, queue and burst modes, IO size variability, IOPS metrics, RAID performance penalties, and response‑time behavior—providing practical formulas and guidelines for evaluating storage systems.

Disk I/OIO latencyIOPS
0 likes · 16 min read
Understanding Disk I/O: From Read/Write Basics to RAID IOPS Calculations
Architects' Tech Alliance
Architects' Tech Alliance
Nov 25, 2017 · Fundamentals

Deep Dive into IO Optimization and System Performance Tuning

This article explains how to evaluate storage performance by analyzing host ports, storage systems, and backend disks, discusses IO aggregation penalties, business workload models, RAID and cache impacts, and provides practical guidance for accurate performance assessment and tuning.

IO optimizationIOPSRAID
0 likes · 16 min read
Deep Dive into IO Optimization and System Performance Tuning
Meituan Technology Team
Meituan Technology Team
May 19, 2017 · Operations

Understanding Hard Disk Architecture and Performance Optimization

The article explains hard‑disk physical structure, how seek time, rotational latency and transfer rate determine IOPS and throughput, and describes Linux I/O stack optimizations—such as caching, scheduling, and append‑only or LSM‑tree designs—to mitigate random‑access bottlenecks and improve overall storage performance.

FilesystemI/O performanceIOPS
0 likes · 28 min read
Understanding Hard Disk Architecture and Performance Optimization
Architects' Tech Alliance
Architects' Tech Alliance
Aug 28, 2016 · Operations

Calculating Backup Storage Capacity and Performance Requirements

This article explains how to calculate the required capacity and performance for backup storage media, covering assumptions about data volume, retention policies, full and incremental backups, deduplication ratios, RAID configurations, and provides formulas to size storage and IOPS for reliable disaster recovery.

BackupIOPSRAID
0 likes · 8 min read
Calculating Backup Storage Capacity and Performance Requirements