# System Processes

Displays metrics that monitor various aspects of processes running on the operating system.

## **Processes Status**

Displays the current status of the process, such as the process is running, stopped or waiting.

<figure><img src="https://lh7-us.googleusercontent.com/JoPa_Fx8sjFQn0nPZHAAKb93WaUAGwvooh4qK-QvXtLAEBMIT_U9uveaRU4UUpSfzVsVHa-X7kWdW0zt53CkCeKI0wNpv058Fh3xNcBLwY5hFGJ-4lC82PfsMmgFcPY5PFInYVDGfm1FPsB5uZE8x64" alt=""><figcaption><p>System Processess</p></figcaption></figure>

**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.

<figure><img src="https://lh7-us.googleusercontent.com/sJVMVCQzPz565_qaFGIOBCoj_YBoTQGXAKTu2On_SD4yNfKTchk1qzBC2CbsoQBGQK80Hs2Qm_Zkkd6ALl4JIL46_ATNTzgYwzyjjioSvdEKYdtP32ChUgjWTasowqPOY3mYm6eAOPYkFSef7_gxPm0" alt=""><figcaption><p>System Processess</p></figcaption></figure>

## **Processe Memory**

Displaying memory usage by a specific process includes physical memory usage, swap, and total virtual memory usage.

<figure><img src="https://lh7-us.googleusercontent.com/VsFUHEfMMpoKVZFwXTgenvnxSzarpxm71vgtKIHHtSLTO2ZF-2nDYwDxMSLWPZ24JbGSqyvqLHZZ1gAXIfiVQo6IVZIB45muuJARrdgLHV6SCu50byBCdz1vzKnoMdAYO3HQs6-PvRDDhKwSegIq7PM" alt=""><figcaption><p>System Processess</p></figcaption></figure>

## **PIDs Number and Limit**

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.

## **Process schedule stats Running / Waiting**

Displays statistics on how long the process has been running and how long the process has been waiting on the CPU.

<figure><img src="https://lh7-us.googleusercontent.com/oXGKf2WuAj8qYLsLVbHmgs3g6GNxV6EyAns0BgJRLu_s-2pYFR98r5qLy-5jOTErCgAIfk0lspjwGTa1t6DLAs2a3dJxUVTyGj9-b-sweJen1nH73mBQQQIGD8K6VDoiCJoZlH_IiXTeMwc1A78dW1U" alt=""><figcaption><p>System Processess</p></figcaption></figure>

## **Threads Number and Limit**

Displays the number of threads used by a particular process as well as the maximum thread limit allowed in the system.
