Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

(input gambar disini)

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.

(input gambar disini)

Processe Memory

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

(input gambar disini)

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.

(input gambar disini)

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.

Last updated