Tag

iostat

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Aug 24, 2023 · Operations

Master Linux Disk I/O: Key Metrics, Tools, and Real-World Troubleshooting

This article explains Linux disk I/O performance metrics, benchmark methods, observation tools like iostat, pidstat, and iotop, and walks through a practical case of diagnosing and resolving an I/O spike caused by the jbd2 journaling process.

Disk I/OLinuxfio
0 likes · 14 min read
Master Linux Disk I/O: Key Metrics, Tools, and Real-World Troubleshooting
Aikesheng Open Source Community
Aikesheng Open Source Community
May 19, 2022 · Databases

Performance Tuning of Pika KV Store: How max‑write‑buffer‑size Affects I/O and QPS

This article analyzes a real‑world migration from MongoDB to the open‑source Pika KV store, demonstrating how adjusting the max‑write‑buffer‑size parameter dramatically improves disk I/O characteristics and raises query‑per‑second throughput from 3 K to 40 K.

Performance TuningPikaRedis
0 likes · 9 min read
Performance Tuning of Pika KV Store: How max‑write‑buffer‑size Affects I/O and QPS
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 27, 2022 · Databases

Diagnosing MySQL Disk I/O Pressure with Linux System Tools

This article walks through generating a heavy‑load MySQL workload, using top, iostat, and iotop to pinpoint high disk I/O, mapping OS thread IDs back to MySQL sessions, and safely killing the offending query to relieve pressure.

Disk I/OLinuxMySQL
0 likes · 20 min read
Diagnosing MySQL Disk I/O Pressure with Linux System Tools
Efficient Ops
Efficient Ops
Jan 19, 2022 · Operations

Master Linux Server Performance: Essential Monitoring Tools & How to Use Them

This guide explains how to monitor Linux server performance using built‑in tools such as top, vmstat, pidstat, iostat, netstat, sar and tcpdump, interpreting their output to diagnose CPU, memory, disk I/O and network issues quickly and effectively.

LinuxSystem Administrationiostat
0 likes · 17 min read
Master Linux Server Performance: Essential Monitoring Tools & How to Use Them
Efficient Ops
Efficient Ops
Dec 14, 2020 · Operations

Decoding iostat: How to Interpret Linux I/O Metrics Correctly

This article explains the meaning of iostat fields, the limitations of svctm and await, how /proc/diskstats provides raw counters, and offers formulas and examples for accurately analyzing Linux disk performance.

I/O performanceLinuxdiskstats
0 likes · 12 min read
Decoding iostat: How to Interpret Linux I/O Metrics Correctly
Efficient Ops
Efficient Ops
Sep 16, 2019 · Operations

Master Linux Server Monitoring: Essential Tools & Metrics Explained

This guide walks you through essential Linux server monitoring tools—top, vmstat, pidstat, iostat, netstat, sar, and tcpdump—explaining each metric, how to interpret CPU, memory, disk, and network statistics, and offering practical tips for troubleshooting performance bottlenecks.

Linuxiostatperformance
0 likes · 18 min read
Master Linux Server Monitoring: Essential Tools & Metrics Explained
Efficient Ops
Efficient Ops
Aug 25, 2019 · Operations

Essential Linux Server Monitoring Tools and How to Interpret Their Metrics

This article introduces key Linux monitoring utilities—top, vmstat, pidstat, iostat, netstat, sar, and tcpdump—explains the meaning of their output fields, and shows how to use them to diagnose CPU, memory, disk, and network performance issues on production servers.

LinuxPerformance Metricsiostat
0 likes · 17 min read
Essential Linux Server Monitoring Tools and How to Interpret Their Metrics