Red Hat Training

A Red Hat training course is available for Red Hat JBoss Operations Network

1.8. Platforms - Windows Platform

Overview

Table 1.98. Overview

Description:Microsoft Windows Operating System
Singleton: no
Plugin:Platforms

Child Resource Types

Connection Properties

Table 1.99. 

NameDescriptionRequiredInternal Name
Enable Content DiscoveryIf true, attempts will be made to discover installed packages on this platform yes enableContentDiscovery
Event Tracking EnabledEnables the collection of Windows events into the event subsystem yes eventTrackingEnabled
Regular ExpressionA regular expression that if not-null must be matched by the event detail for the message to be accepted no regularExpression
Minimum SeverityThe minimum severity event that will be collected yes minimumSeverity

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

Table 1.100. Metrics

NameTypeDescriptionInternal Name
Free MemorymeasurementThe total free system memory (does not include buffer or cache memory)Native.MemoryInfo.free
Actual Free MemorymeasurementThe actual total free system memory (includes unallocated memory as well as available buffer and cache memory)Native.MemoryInfo.actualFree
Used MemorymeasurementThe total used system memory (does not include buffer or cache memory)Native.MemoryInfo.used
Actual Used MemorymeasurementThe actual total used system memory (includes buffer and cache memory)Native.MemoryInfo.actualUsed
Total MemorymeasurementThe total system memoryNative.MemoryInfo.total
Free Swap SpacemeasurementThe total free system swapNative.SwapInfo.free
Used Swap SpacemeasurementThe total used system swapNative.SwapInfo.used
Total Swap SpacemeasurementThe total system swapNative.SwapInfo.total
IdlemeasurementIdle percentage of all CPUsCpuPerc.idle
System LoadmeasurementPercentage of all CPUs running in system modeCpuPerc.sys
User LoadmeasurementPercentage of all CPUs running in user modeCpuPerc.user
Wait LoadmeasurementPercentage of all CPUs waiting on I/OCpuPerc.wait
HostnametraitName that this platform is known asTrait.hostname
OS NametraitName that the operating system is known asTrait.osname
OS VersiontraitVersion of the operating systemTrait.osversion
ArchitecturetraitHardware architecture of the platformTrait.sysarch

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

Table 1.101. Metrics

NameDescription
Run AutodiscoveryRun an immediate discovery to search for new resources
View Process ListView running processes on this system

Package Types

Table 1.102. Package Types

NameCategoryDescription
Installed SoftwareDeployableInstalled Windows Software

1.8.1. Platforms - Process Service

Overview

Table 1.103. Overview

Description:A generic process monitoring service to track native process information based on a pid file or process query
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

Table 1.104. 

NameDescriptionRequiredInternal Name
TypeChoice of using a pid file or a PIQL query to find the process to monitor yes type
Pid FileFully qualified path to the pid file for the process to monitor no pidFile
PiqlProcess Information Query Language for process to monitor no piql
Full Process TreeIf true, the entire process tree will be monitored yes fullProcessTree

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

Table 1.105. Metrics

NameTypeDescriptionInternal Name
User TimemeasurementThe aggregate amount of CPU user time spent by all processesProcess.cpu.user
User Time per MinutemeasurementThe aggregate amount of CPU user time spent by all processesProcess.cpu.user
Kernel TimemeasurementThe aggregate amount of CPU kernel time spent by all processesProcess.cpu.sys
Kernel Time per MinutemeasurementThe aggregate amount of CPU kernel time spent by all processesProcess.cpu.sys
CPU PercentagemeasurementThe percentage of CPU currently being used by all processesProcess.cpu.percent
Physical MemorymeasurementThe aggregate amount of resident memory used by all processesProcess.memory.resident
Virtual MemorymeasurementThe aggregate amount of virtual memory used by all processesProcess.memory.size
Open File DescriptorsmeasurementThe aggregate number of file descriptors open by all processesProcess.fileDescriptor.total

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

1.8.2. Platforms - File System Service

Overview

Table 1.106. Overview

Description: 
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

none

Metrics

Table 1.107. Metrics

NameTypeDescriptionInternal Name
Free SpacemeasurementThe total free bytes on filesystemfileSystemUsage.free
Used PercentagemeasurementThe percentage of disk usedfileSystemUsage.usePercent
CapacitytraitThe total size of the filesystemfileSystemUsage.total
Volume TypetraitThe filesystem's generic type namefileSystem.typeName
Drive TypetraitThe filesystem's operating system-specific type namefileSystem.sysTypeName
nametraitThe name of this devicefileSystem.devName
Free FilesmeasurementThe number of free file nodes on the filesystemfileSystemUsage.freeFiles
FlagstraitThe filesystem's flagsfileSystem.flags
UsedmeasurementThe total bytes used on the filesystemfileSystemUsage.used
Disk ReadsmeasurementThe number of physical disk readsfileSystemUsage.diskReads
Disk Reads per MinutemeasurementThe number of physical disk readsfileSystemUsage.diskReads
Disk WritesmeasurementThe number of physical disk writesfileSystemUsage.diskWrites
Disk Writes per MinutemeasurementThe number of physical disk writesfileSystemUsage.diskWrites
Disk Read BytesmeasurementThe number of physical disk bytes readfileSystemUsage.diskReadBytes
Disk Read Bytes per MinutemeasurementThe number of physical disk bytes readfileSystemUsage.diskReadBytes
Disk Write BytesmeasurementThe number of physical disk bytes writtenfileSystemUsage.diskWriteBytes
Disk Write Bytes per MinutemeasurementThe number of physical disk bytes writtenfileSystemUsage.diskWriteBytes
Disk QueuemeasurementThe number of I/Os currently in progressfileSystemUsage.diskQueue

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

1.8.3. Platforms - Network Adapter Service

Overview

Table 1.108. Overview

Description: 
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

none

Metrics

Table 1.109. Metrics

NameTypeDescriptionInternal Name
Inet4AddresstraitIP address of the network adapterTrait.net4.address
Interface FlagstraitFlag constants for network related operationsTrait.interfaceFlags
Bytes ReceivedmeasurementThe total number of bytes received across this network interface since it startedrxBytes
Bytes Received per MinutemeasurementThe total number of bytes received across this network interface since it startedrxBytes
Packets ReceivedmeasurementThe total number of packets received across this network interface since it startedrxPackets
Packets Received per MinutemeasurementThe total number of packets received across this network interface since it startedrxPackets
Bytes TransmittedmeasurementThe total number of bytes transmitted across this network interface since it startedtxBytes
Bytes Transmitted per MinutemeasurementThe total number of bytes transmitted across this network interface since it startedtxBytes
Packets TransmittedmeasurementThe total number of packets transmitted across this network interface since it startedtxPackets
Packets Transmitted per MinutemeasurementThe total number of packets transmitted across this network interface since it startedtxPackets
Receive Errorsmeasurement'errors' statistic for received packets across this network interface since it startedrxErrors
Receive Errors per Minutemeasurement'errors' statistic for received packets across this network interface since it startedrxErrors
Receive Packets Droppedmeasurement'dropped' statistic for received packets across this network interface since it startedrxDropped
Receive Packets Dropped per Minutemeasurement'dropped' statistic for received packets across this network interface since it startedrxDropped
Receive Overrurnsmeasurement'overruns' statistic for received packets across this network interface since it startedrxOverruns
Receive Overrurns per Minutemeasurement'overruns' statistic for received packets across this network interface since it startedrxOverruns
Receive Framemeasurement'frame' statistic for received packets across this network interface since it startedrxFrame
Receive Frame per Minutemeasurement'frame' statistic for received packets across this network interface since it startedrxFrame
Transmit Errorsmeasurement'errors' statistic for transmitted packets across this network interface since it startedtxErrors
Transmit Errors per Minutemeasurement'errors' statistic for transmitted packets across this network interface since it startedtxErrors
Transmit Packets Droppedmeasurement'dropped' statistic for transmitted packets across this network interface since it startedtxDropped
Transmit Packets Dropped per Minutemeasurement'dropped' statistic for transmitted packets across this network interface since it startedtxDropped
Transmit Overrunsmeasurement'overruns' statistic for transmitted packets across this network interface since it startedtxOverruns
Transmit Overruns per Minutemeasurement'overruns' statistic for transmitted packets across this network interface since it startedtxOverruns
Transmit Collisionsmeasurement'collisions' statistic for transmitted packets across this network interface since it startedtxCollisions
Transmit Collisions per Minutemeasurement'collisions' statistic for transmitted packets across this network interface since it startedtxCollisions
Transmit Carriermeasurement'carrier' statistic for transmitted packets across this network interface since it startedtxCarrier
Transmit Carrier per Minutemeasurement'carrier' statistic for transmitted packets across this network interface since it startedtxCarrier

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

1.8.4. Platforms - CPU Service

Overview

Table 1.110. Overview

Description: 
Singleton: no
Plugin:Platforms

Child Resource Types

none

Connection Properties

none

Metrics

Table 1.111. Metrics

NameTypeDescriptionInternal Name
IdlemeasurementIdle percentage of this CPUCpuPerc.idle
System LoadmeasurementPercentage of this CPU running in system modeCpuPerc.sys
User LoadmeasurementPercentage of this CPU running in user modeCpuPerc.user
Wait LoadmeasurementPercentage of this CPU waiting on I/OCpuPerc.wait
User TimemeasurementThe total system CPU user timeCpu.user
User Time per MinutemeasurementThe total system CPU user timeCpu.user
Nice TimemeasurementThe total system CPU nice timeCpu.nice
Nice Time per MinutemeasurementThe total system CPU nice timeCpu.nice
System TimemeasurementThe total system CPU kernel timeCpu.sys
System Time per MinutemeasurementThe total system CPU kernel timeCpu.sys
Idle TimemeasurementThe total system CPU idle timeCpu.idle
Idle Time per MinutemeasurementThe total system CPU idle timeCpu.idle
Wait TimemeasurementThe total system CPU I/O wait timeCpu.wait
Wait Time per MinutemeasurementThe total system CPU I/O wait timeCpu.wait
VendortraitVendor of this CPUCpuTrait.vendor
CPU ModeltraitModel of this CPUCpuTrait.model
CPU SpeedtraitSpeed of this CPU in MhzCpuTrait.mhz
Cache sizetraitCache Size of this CPUCpuTrait.cacheSize

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none