'top' command is used to display dynamic real-time information about running processes in the system.
- PID: Shows task’s unique process id.
- PR: Stands for priority of the task.
- SHR: Represents the amount of shared memory used by a task.
- VIRT: Total virtual memory used by the task.
- USER: User name of owner of task.
- %CPU: Represents the CPU usage.
- TIME+: CPU Time, the same as ‘TIME’, but reflecting more granularity through...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
1 result in 0.0040 seconds.
Keywords
Members
Tags
-
Top Command
- Created by: Akash Gorane
- Published: 01-10-2024, 06:10 PM
- 0 comments
in ArticlesTop Command
'top' command is used to display dynamic real-time information about running processes in the system.
- PID: Shows task’s unique process id.
- PR: Stands for priority of the task.
- SHR: Represents the amount of shared memory used by a task.
- VIRT: Total virtual memory used by the task.
- USER: User name of owner of task.
- %CPU: Represents the CPU usage.
- TIME+: CPU Time, the same as ‘TIME’, but reflecting more granularity through...