Tagged articles

iostat

56 articles · Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Jun 3, 2026 · Operations

If You Can't Use These Linux Performance Tools, Your Server Is Just a Paperweight

This article provides a comprehensive guide to essential Linux performance and observability commands—such as vmstat, iostat, dstat, iotop, pidstat, top/htop, mpstat, netstat, ps, strace, uptime, lsof, perf, and sar—explaining their purpose, typical usage syntax, and how to interpret their output for effective system monitoring and tuning.

LinuxMonitoringPerformance
0 likes · 15 min read
If You Can't Use These Linux Performance Tools, Your Server Is Just a Paperweight
Ops Community
Ops Community
May 25, 2026 · Operations

How to Pinpoint Disk I/O Bottlenecks on Linux with iostat and blktrace

This guide walks you through a step‑by‑step, non‑disruptive workflow for diagnosing high disk I/O on Linux servers using built‑in tools such as vmstat, iostat, iotop, pidstat, lsof and the low‑level tracer blktrace, then shows how to interpret the data, identify common root causes, apply targeted fixes, and verify improvements with fio benchmarks and continuous monitoring.

Linuxblktracedisk I/O
0 likes · 26 min read
How to Pinpoint Disk I/O Bottlenecks on Linux with iostat and blktrace
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2026 · Operations

Disk Full on Linux? Run These 8 Diagnostic Commands First

When a Linux server reports a full disk, this guide walks you through eight essential commands to diagnose whether the issue is actual space exhaustion, inode depletion, lingering deleted files, or I/O bottlenecks, and provides a systematic cleanup workflow for production environments.

LinuxTroubleshootingdf
0 likes · 19 min read
Disk Full on Linux? Run These 8 Diagnostic Commands First
Raymond Ops
Raymond Ops
Sep 29, 2025 · Operations

Master Linux Performance: 5 Essential Monitoring Commands Explained

This article introduces five essential Linux performance monitoring commands—vmstat, iostat, free, df, and sar—detailing their purpose, key options, example usages, and the meaning of each output column to help you effectively track system resources.

FreeLinuxdf
0 likes · 11 min read
Master Linux Performance: 5 Essential Monitoring Commands Explained
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.

LinuxOptimizationPerformance
0 likes · 31 min read
Mastering Linux Disk I/O: Principles, Metrics, and Optimization Strategies
Liangxu Linux
Liangxu Linux
Jun 29, 2025 · Operations

Essential Linux Performance Monitoring Tools and How to Use Them

This guide introduces a comprehensive set of Linux performance monitoring utilities—including vmstat, iostat, dstat, iotop, pidstat, top, htop, mpstat, netstat, ps, strace, uptime, lsof, and perf—explaining their purpose, key options, and example commands for effective system analysis and optimization.

iostatperfperformance monitoring
0 likes · 14 min read
Essential Linux Performance Monitoring Tools and How to Use Them
MaGe Linux Operations
MaGe Linux Operations
Dec 14, 2024 · Operations

Mastering iostat: How to Diagnose Linux I/O Bottlenecks

This guide explains how to use iostat and related Linux commands to monitor I/O performance, interpret key metrics such as %util, await, and svctm, and apply practical analysis and optimization techniques for diagnosing and resolving storage bottlenecks.

I/O MonitoringLinuxPerformance Tuning
0 likes · 15 min read
Mastering iostat: How to Diagnose Linux I/O Bottlenecks
Liangxu Linux
Liangxu Linux
Nov 27, 2024 · Operations

Quick Guide to Linux System Performance Diagnosis with Common Commands

This article explains how to use essential Linux commands such as uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top to monitor system load, CPU usage, memory, I/O, and network activity, interpreting their outputs for effective troubleshooting.

Linuxiostatperformance monitoring
0 likes · 36 min read
Quick Guide to Linux System Performance Diagnosis with Common Commands
Liangxu Linux
Liangxu Linux
Jul 28, 2024 · Operations

Essential Linux Commands for Diagnosing Production Issues

A practical guide explains how to use top, iostat, netstat, df, du and other common Linux commands to monitor CPU, memory, disk, and network status, interpret their output, and troubleshoot performance problems in production environments.

LinuxSystem Monitoringdisk usage
0 likes · 5 min read
Essential Linux Commands for Diagnosing Production Issues
Liangxu Linux
Liangxu Linux
Jun 27, 2024 · Operations

Essential Linux Commands for Real‑Time System Troubleshooting

This guide walks you through key Linux commands such as top, free, iostat, netstat, df, and du, explaining each output field, how to interpret system load, memory usage, CPU statistics, network connections, and disk space to quickly diagnose production issues.

LinuxSystem Monitoringdf
0 likes · 6 min read
Essential Linux Commands for Real‑Time System Troubleshooting
Liangxu Linux
Liangxu Linux
May 4, 2024 · Operations

Master Linux I/O Monitoring: iostat, iotop, and lsof Explained

This guide introduces three essential Linux I/O commands—iostat for disk activity statistics, iotop for real‑time I/O usage per process, and lsof for listing open files—detailing installation, output interpretation, key parameters, and practical usage examples.

I/O MonitoringLinuxiostat
0 likes · 10 min read
Master Linux I/O Monitoring: iostat, iotop, and lsof Explained
IT Niuke
IT Niuke
Apr 21, 2024 · Operations

Common Linux Performance Analysis Tools and How to Use Them

This article introduces a range of essential Linux performance analysis utilities—including vmstat, iostat, dstat, iotop, top/htop, mpstat, netstat, ps, strace, uptime, lsof, perf, and sar—explains their core options, shows example commands, and clarifies which metrics each tool reports to help engineers monitor and troubleshoot system behavior.

Linuxdstatiostat
0 likes · 15 min read
Common Linux Performance Analysis Tools and How to Use Them
Liangxu Linux
Liangxu Linux
Apr 21, 2024 · Operations

Master Linux System Monitoring: top, free, vmstat, iostat, netstat and More

This guide provides a comprehensive overview of essential Linux system monitoring commands—including top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their syntax, key options, interactive controls, and how to interpret their output for effective performance analysis.

FreeLinuxSystem Monitoring
0 likes · 32 min read
Master Linux System Monitoring: top, free, vmstat, iostat, netstat and More
Open Source Linux
Open Source Linux
Apr 9, 2024 · Operations

Finding the Process That Writes a File on CentOS 7 with SystemTap

This guide explains how to monitor disk usage on a CentOS 7 server, generate periodic snapshots with iostat, sar, and pidstat, schedule them via at, and ultimately locate the exact process writing to a specific file by extracting its inode and tracing it with SystemTap’s inodewatch script, handling kernel‑devel and debuginfo requirements.

CentOSLinuxSystemTap
0 likes · 12 min read
Finding the Process That Writes a File on CentOS 7 with SystemTap
Liangxu Linux
Liangxu Linux
Feb 3, 2024 · Operations

Master Linux I/O Monitoring: iostat, iotop, and lsof Explained

This guide introduces three essential Linux I/O commands—iostat for overall I/O statistics, iotop for real‑time per‑process I/O usage, and lsof for listing open files—showing how to install, run, interpret their output, and use common options.

I/OLinuxiostat
0 likes · 9 min read
Master Linux I/O Monitoring: iostat, iotop, and lsof Explained
MaGe Linux Operations
MaGe Linux Operations
Jan 15, 2024 · Operations

Master Linux I/O Monitoring: iostat, iotop, and lsof Explained

This guide introduces three essential Linux I/O tools—iostat for disk activity and CPU stats, iotop for real‑time per‑process I/O usage, and lsof for listing open files—detailing installation, key output fields, common options, and practical usage examples.

I/O MonitoringLinuxiostat
0 likes · 9 min read
Master Linux I/O Monitoring: iostat, iotop, and lsof Explained
Liangxu Linux
Liangxu Linux
Oct 13, 2022 · Operations

Essential Linux Performance Monitoring Tools and How to Use Them

This article provides a comprehensive guide to Linux performance monitoring, covering essential tools such as vmstat, iostat, dstat, iotop, pidstat, top/htop, mpstat, netstat, ps, strace, perf and sar, with usage examples, command syntax, and explanations of the metrics they report.

Linuxdstatiostat
0 likes · 16 min read
Essential Linux Performance Monitoring Tools and How to Use Them
Open Source Linux
Open Source Linux
May 10, 2022 · Operations

Mastering Linux Disk I/O: Key Metrics and Essential Monitoring Tools

This article explains Linux’s storage I/O stack, defines the five core performance metrics—utilization, saturation, IOPS, throughput, and response time—and demonstrates how to monitor them using tools such as iostat, pidstat, and iotop, with practical command examples.

Linuxdisk I/Oiostat
0 likes · 9 min read
Mastering Linux Disk I/O: Key Metrics and Essential Monitoring Tools
Liangxu Linux
Liangxu Linux
May 5, 2022 · Operations

How to Measure and Interpret Linux Disk I/O Performance Metrics

This article explains the Linux storage I/O stack, defines the five key disk performance metrics, and shows how to monitor both disk and process I/O using iostat, pidstat, and iotop, with practical command examples and interpretation tips.

Performancedisk I/Oiostat
0 likes · 9 min read
How to Measure and Interpret Linux Disk I/O Performance Metrics
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2022 · Operations

How to Measure and Interpret Linux Disk I/O Performance Metrics

This article explains the key Linux disk performance indicators—utilization, saturation, IOPS, throughput, and response time—and shows how to monitor them using tools such as iostat, pidstat, and iotop, including practical command examples and interpretation tips.

LinuxPerformancedisk I/O
0 likes · 9 min read
How to Measure and Interpret Linux Disk I/O Performance Metrics
21CTO
21CTO
Jan 24, 2022 · Operations

Master Linux Performance Monitoring: Essential Tools and Metrics

This guide explains how to monitor Linux server performance using built‑in tools such as top, vmstat, pidstat, iostat, netstat, sar and tcpdump, detailing the metrics each provides and how to interpret them for CPU, memory, disk I/O and network troubleshooting.

Linuxiostatnetstat
0 likes · 15 min read
Master Linux Performance Monitoring: Essential Tools and Metrics
Open Source Linux
Open Source Linux
Apr 10, 2021 · Operations

Master Linux Server Monitoring: Essential Tools & Metrics Explained

This guide walks through essential Linux server monitoring tools—top, vmstat, pidstat, iostat, netstat, sar, and tcpdump—explaining their output fields, what each metric reveals about CPU, memory, disk I/O, and network performance, and how to use them for effective troubleshooting and capacity planning.

LinuxPerformanceSystem Monitoring
0 likes · 17 min read
Master Linux Server Monitoring: Essential Tools & Metrics Explained
Liangxu Linux
Liangxu Linux
Mar 31, 2021 · Operations

Master Linux Server Monitoring: Essential Tools and How to Use Them

This guide explains how to use common Linux monitoring utilities—top, vmstat, pidstat, iostat, sar, netstat, and tcpdump—to observe CPU, memory, disk I/O, and network performance, interpret their output, and troubleshoot system bottlenecks effectively.

LinuxPerformanceSystem Monitoring
0 likes · 17 min read
Master Linux Server Monitoring: Essential Tools and How to Use Them
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Nov 28, 2019 · Operations

Master Disk I/O Performance Tuning on Kunpeng Processors: Tools & Tips

This guide explains how to optimize disk I/O on Kunpeng processors by outlining the underlying performance bottlenecks, introducing essential monitoring tools like iostat, and detailing practical kernel and filesystem tuning methods—including dirty page settings, read-ahead adjustments, I/O scheduler selection, and XFS configuration.

KunpengLinuxPerformance Tuning
0 likes · 15 min read
Master Disk I/O Performance Tuning on Kunpeng Processors: Tools & Tips
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.

LinuxPerformanceSystem Monitoring
0 likes · 18 min read
Master Linux Server Monitoring: Essential Tools & Metrics Explained
ITPUB
ITPUB
Jul 17, 2018 · Operations

Master Linux I/O Monitoring: iostat, iotop, sar, dstat, nmon, Zabbix & Cacti

This guide explains how to use Linux built‑in tools (iostat, iotop, sar, dstat) and popular monitoring solutions (nmon, Zabbix, Cacti) to collect, interpret, and visualize disk I/O metrics such as throughput, latency, and utilization for performance troubleshooting.

IO monitoringZabbixdstat
0 likes · 10 min read
Master Linux I/O Monitoring: iostat, iotop, sar, dstat, nmon, Zabbix & Cacti
ITPUB
ITPUB
Jun 18, 2017 · Operations

Master Linux Performance: Essential Monitoring Tools and Practical Usage

This article provides a comprehensive guide to Linux performance analysis, covering background concepts, detailed explanations of tools such as vmstat, iostat, dstat, iotop, pidstat, top/htop, mpstat, netstat, ps, strace, lsof, perf, and sar, along with practical command examples and usage tips.

dstatiostatperf
0 likes · 16 min read
Master Linux Performance: Essential Monitoring Tools and Practical Usage
ITPUB
ITPUB
Nov 5, 2016 · Databases

Why Your Koa2 API Takes 900 ms and How MySQL Profiling Cuts It Down

A Koa2 form‑saving endpoint was taking 900 ms per request, and by using MySQL's profiling tools, adjusting innodb_flush_log_at_trx_commit, and monitoring system I/O with iostat and iotop, the author identified and resolved the I/O bottleneck, dramatically improving performance.

Koa2Profilingiostat
0 likes · 5 min read
Why Your Koa2 API Takes 900 ms and How MySQL Profiling Cuts It Down