Running processes metrics page
Observe running process metrics to gain insights into how running processes are performing and identify performance bottlenecks or issues that may be impacting digital experience.
| Card | Description |
|---|---|
| CPU usage | Percentage of current CPU utilization indicates the proportion of the CPU's total processing capacity that is currently in use. |
| Idle CPU | Percentage of the CPU's capacity that is not being actively utilized or is in an idle state. |
| Number of processes | Total count of active tasks or processes running on a system at a given time. |
| Memory usage | Amount of computer memory (RAM) currently being utilized by running processes and applications. |
| Field | Description |
|---|---|
| Name | Name for the process. |
| CPU usage % | Amount of processing power consumed in percentage for a specific program or process. Note: High CPU usage can result in degraded application performance, slower response times, and decreased user satisfaction. Identify
performance bottlenecks and take proactive steps to optimize application performance. |
| CPU time in seconds | Exact amount of time that the CPU spends for processing data for a specific program or process. Note: By tracking CPU usage over time, your organization can identify potential performance issues and take steps to
optimize system resources and improve the overall digital end-user experience. |
| Memory in KB | Amount of memory (RAM) consumed in kilobytes (KB) for a specific program or process. Note: High memory usage can result in degraded application performance, slower response times, and potentially lead to crashes or
system instability. Monitor memory usage to optimize resource allocation and capacity planning, ensuring that applications have sufficient resources to meet user demands. |
| PID | Process ID (PID) is a unique numerical identifier assigned to each running process. Note: The PID can be used to monitor and manage running processes. The PID can also be used to terminate or kill a specific process
if necessary. |
| PPID | Parent Process ID (PPID) is the unique numerical identifier assigned to the parent process of a running process. Note: The PPID is useful for process management since it enables administrators to identify the processes
that spawned child processes and track the flow of processes in the system. The PPID is also used to manage the resources allocated to a process and ensure that child processes have access to the necessary
resources. |
To return to the users details page, see User details page.