← 返回命令列表

Linux command

gtop 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start gtop

gtop

说明

gtop is a terminal-based graphical activity monitor written in Node.js. It displays CPU, memory, network, disk, and process information with visual graphs. The interface shows system metrics in panels: CPU usage per core with bars, memory and swap usage, network throughput graphs, disk usage bars, and a process list. CPU panel displays each core's usage as a horizontal bar with percentage. Memory shows used/total with progress bars. Network displays send/receive rates. Process list shows top processes by resource usage. Sort by CPU (c), memory (m), or PID (p). The list updates in real-time. gtop inspired several similar tools written in other languages (gotop, btm) offering additional features and better performance.

FAQ

What is the gtop command used for?

gtop is a terminal-based graphical activity monitor written in Node.js. It displays CPU, memory, network, disk, and process information with visual graphs. The interface shows system metrics in panels: CPU usage per core with bars, memory and swap usage, network throughput graphs, disk usage bars, and a process list. CPU panel displays each core's usage as a horizontal bar with percentage. Memory shows used/total with progress bars. Network displays send/receive rates. Process list shows top processes by resource usage. Sort by CPU (c), memory (m), or PID (p). The list updates in real-time. gtop inspired several similar tools written in other languages (gotop, btm) offering additional features and better performance.

How do I run a basic gtop example?

Run `gtop` in a terminal, then adjust file names, paths, flags, or remote targets for your system.