Use the Task Usage window to view information on tasks that are running.

To view task usage details, go to Monitoring > Dashboard > Task Usage. The Task Usage window opens.

Figure 1: Task Usage


Note

The Task Usage table is updated every ten seconds.

The following output is displayed:

Table 1: Task Usage Information

ParameterDescription
PIDSpecifies the process ID.
USERSpecifies the owner of the process.
PRSpecifies the priority of the process.
NISpecifies the NICE value of the process.
VIRTSpecifies the virtual memory used by the process.
RESSpecifies the physical memory used by the process.
SHRSpecifies the shared memory used by the process.
S

Specifies the status of the process. The following are the values:

  • S - Sleepy
  • R - Running
  • Z - Zombie(S)
%CPUSpecifies the percentage of CPU used by this process.
%MEMSpecifies the percentage of memory (RAM) used by the process.
TIME+Specifies the total time activity of this process.
COMMANDSpecifies the name of the process.


Note

For applications using Linux kernel version 3.16 or higher (for example, SBC v06.02.00 and higher), the output of the top command displays wrong, and sometimes unrealistic, values about CPU utilization. This is a known issue with all 3.16 and higher kernels (refer to this CentOS page for more information).

Likewise, the information and graphs displayed in this EMA window may display wrong values of CPU utilization.

You can use top -H or mpstat commands to check the memory and CPU utilization.