System Processes
Last updated
Last updated
Displays metrics that monitor various aspects of processes running on the operating system.
Displays the current status of the process, such as the process is running, stopped or waiting.
Processes State
Displays the state of a process at a certain moment.
Processes Forks
Displays the total number of processes that a particular process has created through a fork operation. The fork operation is used to create a new copy of the process, which can be used to run different tasks in parallel.
Displaying memory usage by a specific process includes physical memory usage, swap, and total virtual memory usage.
Displays the total number of process identification numbers that have been issued by the system, as well as the maximum limit of the number of PIDs permitted in the system.
Displays statistics on how long the process has been running and how long the process has been waiting on the CPU.
Displays the number of threads used by a particular process as well as the maximum thread limit allowed in the system.