Tag

top command

1 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
May 20, 2025 · Cloud Computing

Understanding and Monitoring CPU Steal Time in Virtual Machines

This article explains what CPU steal time is, how to view it with the GNU top command, why it occurs in virtualized environments, and provides practical guidelines for interpreting and addressing high steal‑time values to ensure stable cloud VM performance.

CPU Steal TimeLinuxPerformance Monitoring
0 likes · 4 min read
Understanding and Monitoring CPU Steal Time in Virtual Machines
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 16, 2025 · Backend Development

Diagnosing High CPU Usage in a Java Application with top and jstack

This guide explains how to locate the cause of sudden CPU spikes in a Java program by using the top command to identify the offending process and thread, converting the thread ID to hexadecimal, and analyzing stack traces with jstack to pinpoint the problematic code line.

CPU ProfilingJavaPerformance Debugging
0 likes · 4 min read
Diagnosing High CPU Usage in a Java Application with top and jstack
Refining Core Development Skills
Refining Core Development Skills
Feb 22, 2023 · Fundamentals

Understanding Linux CPU Utilization Statistics and the Top Command

This article explains how Linux calculates CPU utilization shown by the top command, detailing the role of /proc/stat, kernel sampling mechanisms, and the handling of user, nice, system, IRQ, soft‑IRQ, iowait and idle times, while providing code examples and practical insights.

CPU utilizationkernelproc stat
0 likes · 13 min read
Understanding Linux CPU Utilization Statistics and the Top Command
Efficient Ops
Efficient Ops
Apr 19, 2022 · Operations

Master Linux ‘top’: Real‑Time Process Monitoring and Performance Tuning

This guide explains how to use the Linux top command to monitor real‑time process activity, interpret CPU, memory and swap statistics, customize displayed columns, apply command‑line options, and understand key metrics such as load average and steal time for effective system performance management.

CPULinuxProcess Monitoring
0 likes · 10 min read
Master Linux ‘top’: Real‑Time Process Monitoring and Performance Tuning
IT Services Circle
IT Services Circle
Feb 18, 2022 · Operations

Top Command and Its Modern Alternatives for Linux System Monitoring

This article explains the Linux top command syntax, options, and interactive hotkeys, interprets its output, and then presents a curated list of contemporary replacements—including bashtop, bpytop, btop, bottom, glances, gotop, gtop, htop, nvtop, vtop, and zenith—along with their key features, installation steps for various distributions, and basic usage examples.

CLI toolsLinuxperformance
0 likes · 18 min read
Top Command and Its Modern Alternatives for Linux System Monitoring
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.

LinuxPerformance Monitoringfree command
0 likes · 32 min read
Master Linux Performance: Deep Dive into top, free, and vmstat Commands
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.

LinuxPerformance MonitoringSystem Administration
0 likes · 34 min read
Master Linux Performance Monitoring: Top, Free, and Vmstat Commands Explained
php中文网 Courses
php中文网 Courses
Nov 13, 2020 · Operations

Understanding the Linux top Command: Options, Output Fields, and Interactive Controls

This article explains how the Linux top command provides real‑time server monitoring, details its common options, interprets each line of its output—including CPU, memory, and process information—and shows useful interactive commands and a practical example for tracking a specific process.

Linuxclioperations
0 likes · 4 min read
Understanding the Linux top Command: Options, Output Fields, and Interactive Controls
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
Qunar Tech Salon
Qunar Tech Salon
May 24, 2015 · Operations

Understanding Filesystem Cache and Log Rotation with top, lsof, and Compression

The article explains how the Linux top command reveals filesystem cache usage, why large log files can waste cache memory, and proposes hourly log rotation with compression, using lsof to identify cached files and tools like zless to view compressed logs.

Filesystem CacheLinuxlog rotation
0 likes · 6 min read
Understanding Filesystem Cache and Log Rotation with top, lsof, and Compression