Announcement

Collapse
No announcement yet.

Search Result

Collapse

Latest Topics

Collapse

  • Akash Gorane
    Top Command
    by Akash Gorane
    '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
    ...
    01-12-2023, 05:12 PM
1 result in 0.0050 seconds.
Keywords
Members
Tags
top command x
  •  

  • Top Command

    Top 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
    ...
    Go to post
Working...
X