Cisco Model 6109 6 MHz Off-Air Reference (NTSC) Guide De Montage

Page de 500
 
Chapter 3    USRM Web Interface 
 
 
 
86 
78-4021139-01 Rev D 
 
 
Server - Process Page 
The following illustration shows the Server - Process page. 
 
Parameters 
The following table explains the Server.Process page parameters. 
Parameter 
Description 
ProcessSleepAvg 
The "average" sleep time of the process. 
ProcessPid 
Process Identifier "PID" used by the OS for scheduling 
and book keeping. 
ProcessPPid 
Parent process PID. 
ProcessFDSize 
Number of file descriptor slots currently allocated for the 
running process. 
ProcessVmSize 
Virtual Memory Size. The current memory that the 
application may need to address (counting loaded shared 
libraries as part of the program). 
ProcessVmLock 
Locked Memory Size. (Refer to the Linux man pages for 
mmap and mlockall). 
ProcessVMRSS 
Resident Set Size. How much of the total virtual memory 
is resident in RAM. 
ProcessVmData 
Data Size. How much of the virtual memory is data. 
ProcessVmStack 
Stack Size. How much of the virtual memory is stack.