Linux - Top Command

Bash Liste Des Attaques Ovh

About

While free displays only memory-related information, the top command does a little bit of everything. CPU utilization, process statistics, memory utilization — top does it all. In addition, unlike the free command, top's default behavior is to run continuously; there is no need to use the watch command. Here is a sample display

The display is divided into two sections:

  • The top section contains information related to overall system status — uptime, load average, process counts, CPU status, and utilization statistics for both memory and swap space.
  • The lower section displays process-level statistics, the exact nature of which can be controlled while top is running

Top provide an self-updating view of your system, including memory usage by process, users on the system, and so forth.

Command

  • q = quit





Discover More
Top Iowait
IO - Metrics (Monitoring|Measurement)

in IO. A collection of IO metrics explained. IO wait is the percentage of time that the CPU waits for the IO request. Example via : IOPS is the number of IO request per second also known as:...
Linux - (Proc|Process) Filesystem (procfs)

procfs (or the proc filesystem) is a special filesystem in UNIX-like operating systems that presents performance metrics linux processes and other system information in a hierarchical file-like structure...
Linux - Process Resource Management

Process resource management in Linux process restriction: cgroups process priority: user restriction:
Linux - niceness (Process priority)

priority is called niceness in Linux the nice command set the priority at the start of a process. renice set the priority of a running process The column NI in the top command that means...
Bash Liste Des Attaques Ovh
Linux - ps (process statut)

Report a snapshot of the current processes. top This ps works by reading the virtual files in /proc. To print a process tree: Sort where the flag: -e selects every process -f...
Linux Performance Tools
What are the Metrics / Counters of Linux ?

This page is about the Hardware / Resource Performance Metrics management. They helps monitor the Linux System.
Bash Liste Des Attaques Ovh
What is a Command in Bash?

This page is command in bash. Command are in bash the expression unit A command (or an expression) is a sequence of words separated by blanks, terminated by a control operator. Each command execution...



Share this page:
Follow us:
Task Runner