System\CIM_UnixProcessStatisticalInformation.mof.mof (HTML version)

Return to index
CIM_UnixProcessStatisticalInformation Superclass: CIM_StatisticalInformation
The statistics associated with a Unix process.
Qualifiers:Version ( "2.6.0" ) UMLPackagePath ( "CIM::System::Unix" )
Parameters (local in grey)
MappingStrings { "MIF.DMTF|Process Information|001.19" }
Units ( "KiloBytes" )
uint64 VirtualData ;
The number of KiloBytes of virtual data space used by the process.
MaxLen ( 256 )
Propagated ( "CIM_Process.CSCreationClassName" )
Key
string CSCreationClassName ;
The scoping Process's ComputerSystem CreationClassName.
MaxLen ( 256 )
Propagated ( "CIM_Process.CSName" )
Key
string CSName ;
The scoping Process's ComputerSystem Name.
MaxLen ( 256 )
Propagated ( "CIM_Process.OSName" )
Key
string OSName ;
The scoping Process's OperatingSystem Name.
MappingStrings { "MIF.DMTF|Process Information|001.22" }
Units ( "KiloBytes" )
uint64 VirtualMemoryMappedFileSize ;
The number of KiloBytes of virtual space used for memory mapped files by the process.
MappingStrings { "MIF.DMTF|Process Information|001.12" }
Units ( "Percent" )
uint32 CPUTime ;
The percentage of a CPU's time this process is consuming.
Counter
Units ( "Clock Ticks" )
uint64 SystemTimeDeadChildren ;
System time of terminated child processes in clock ticks.
Counter
Units ( "Clock Ticks" )
uint64 CpuTimeDeadChildren ;
CPU time of terminated child processes in clock ticks.
MappingStrings { "MIF.DMTF|Process Information|001.16" }
Units ( "KiloBytes" )
uint64 RealData ;
The number of KiloBytes of real data space used by the process.
MappingStrings { "MIF.DMTF|Process Information|001.15" }
Units ( "KiloBytes" )
uint64 RealText ;
The number of KiloBytes of real text space used by the process.
MaxLen ( 256 )
Propagated ( "CIM_Process.CreationClassName" )
Key
string ProcessCreationClassName ;
The scoping Process's CreationClassName.
MappingStrings { "MIF.DMTF|Process Information|001.18" }
Units ( "KiloBytes" )
uint64 VirtualText ;
The number of KiloBytes of virtual text space used by the process.
MappingStrings { "MIF.DMTF|Process Information|001.20" }
Units ( "KiloBytes" )
uint64 VirtualStack ;
The number of KiloBytes of virtual stack space used by the process.
MappingStrings { "MIF.DMTF|Process Information|001.21" }
Units ( "KiloBytes" )
uint64 VirtualSharedMemory ;
The number of KiloBytes of shared memory used by the process.
MappingStrings { "MIF.DMTF|Process Information|001.17" }
Units ( "KiloBytes" )
uint64 RealStack ;
The number of KiloBytes of real stack space used by the process.
MaxLen ( 256 )
Propagated ( "CIM_Process.OSCreationClassName" )
Key
string OSCreationClassName ;
The scoping Process's OperatingSystem CreationClassName.
MaxLen ( 256 )
Key
Override ( "Name" )
string Name ;
A string used to identify the related statistics of a Process. This key allows multiple instances of statistics to correspond to a single process. The multiple instances could be used in applications such as time-sliced statistics.
MaxLen ( 256 )
Propagated ( "CIM_Process.Handle" )
Key
string Handle ;
The scoping Process's Handle.
string ElementName ;
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.