Tag

vmstat

1 views collected around this technical thread.

Deepin Linux
Deepin Linux
May 22, 2025 · Operations

Understanding Buffers and Cache in Linux Memory Management

This article explains the concepts, working principles, and system parameters of Linux buffers and cache, compares their roles in read/write operations, and provides practical vmstat and dd command examples to illustrate how they affect memory usage and I/O performance.

BufferMemory ManagementPerformance Tuning
0 likes · 19 min read
Understanding Buffers and Cache in Linux Memory Management
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.

System Administrationiostatlinux
0 likes · 17 min read
Master Linux Server Performance: Essential Monitoring Tools & How to Use Them
Efficient Ops
Efficient Ops
Dec 9, 2021 · Operations

Master Linux Performance: Deep Dive into top, free, and vmstat Commands

This article provides a comprehensive guide to Linux performance monitoring by explaining the usage, options, and output interpretation of the top, free, and vmstat commands, complete with practical examples, field breakdowns, and tips for effective system analysis.

free commandlinuxperformance monitoring
0 likes · 32 min read
Master Linux Performance: Deep Dive into top, free, and vmstat Commands
Efficient Ops
Efficient Ops
Nov 14, 2021 · Operations

Master Linux Performance Monitoring: Top, Free, and Vmstat Commands Explained

This comprehensive guide walks you through Linux performance monitoring tools—top, free, and vmstat—detailing their syntax, key options, real‑world output examples, and how to interpret CPU, memory, swap, and process statistics for effective system administration.

System Administrationfreelinux
0 likes · 32 min read
Master Linux Performance Monitoring: Top, Free, and Vmstat Commands Explained
Efficient Ops
Efficient Ops
Mar 15, 2021 · Operations

Master Linux Performance Monitoring: Top, Free, and Vmstat Commands Explained

This guide provides a comprehensive walkthrough of the Linux performance monitoring tools top, free, and vmstat, detailing their syntax, options, output interpretation, and practical tips for real‑time system analysis and optimization.

System Administrationfree commandlinux
0 likes · 34 min read
Master Linux Performance Monitoring: Top, Free, and Vmstat Commands Explained
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.

Performanceiostatlinux
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.

Performance Metricsiostatlinux
0 likes · 17 min read
Essential Linux Server Monitoring Tools and How to Interpret Their Metrics
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 21, 2019 · Databases

Memory Consumption Comparison of MySQL 8.0 vs MySQL 5.7 on Small Cloud Instances

The article compares MySQL 8.0 and MySQL 5.7 memory usage on a 1 GB VM, showing that MySQL 8.0 consumes significantly more resident and swap memory despite similar lightweight workloads, and provides the test configuration and observations for developers.

ConfigurationDatabaseMemory usage
0 likes · 6 min read
Memory Consumption Comparison of MySQL 8.0 vs MySQL 5.7 on Small Cloud Instances
Efficient Ops
Efficient Ops
Jun 18, 2017 · Operations

Mastering CPU Performance: Monitoring and Tuning Techniques for Linux

This article explains how to monitor CPU usage on Linux using tools like top, vmstat, and gstat, analyzes common causes of high user and system CPU time, and provides practical tuning methods such as adjusting process priority, using ulimit, and configuring program‑specific CPU settings.

CPU monitoringLinux performancesystem tuning
0 likes · 10 min read
Mastering CPU Performance: Monitoring and Tuning Techniques for Linux