6.1
Table Of Contents
- Endpoint Operations Management Agent Plug-in Development Kit
- Contents
- About the Endpoint Operations Management Agent Plug-in Development Kit
- Introduction to Plug-in Development
- The Role of the Server and Agent in Plug-ins
- Technical Overview
- Plug-in Implementations
- Using Support Classes to Simplify a Plug-in
- Writing Plug-ins
- JMX Plug-in
- Script Plug-ins
- SNMP Plug-in
- JMX-Based Management
- Auto-Discovery of JMX Resources
- Configuration Properties for JMX Monitoring
- Creating a Custom JMX Plug-in
- Defining Service Types to Provide Management via Custom MBeans
- Defining an ObjectName to Access Custom MBeans
- Defining Configuration Properties to Appear in the User Interface
- Defining and Gathering Metrics
- Specifying the Availability Metric for MBeans
- Implementing Control Actions
- Defining the Server Auto-Inventory Element
- Discovering Custom Properties
- Running and Testing Plug-ins from the Command Line
- Using Auto-Discovery Support Classes in Plug-ins
- Working with Plug-in Descriptors
- Plug-In Support Classes
- Index
units="B"
name="Process Virtual Memory Size"
collectionType="dynamic"
template="sigar:Type=ProcMem,Arg=%process.query%:Size"
category="UTILIZATION">
</metric>
<metric
units="B"
name="Process Resident Memory Size"
template="sigar:Type=ProcMem,Arg=%process.query%:Resident">
</metric>
<metric
name="Process Page Faults"
collectionType="trendsup"
template="sigar:Type=ProcMem,Arg=%process.query%:PageFaults">
</metric>
<metric
units="ms"
name="Process Cpu System Time"
collectionType="trendsup"
template="sigar:Type=ProcCpu,Arg=%process.query%:Sys">
</metric>
<metric
units="ms"
name="Process Cpu User Time"
collectionType="trendsup"
template="sigar:Type=ProcCpu,Arg=%process.query%:User">
</metric>
<metric
units="ms"
name="Process Cpu Total Time"
collectionType="trendsup"
template="sigar:Type=ProcCpu,Arg=%process.query%:Total">
</metric>
<metric
indicator="true"
units="percentage"
name="Process Cpu Usage"
template="sigar:Type=ProcCpu,Arg=%process.query%:Percent">
</metric>
<metric
units="epoch-millis"
name="Process Start Time"
collectionType="static"
template="sigar:Type=ProcTime,Arg=%process.query%:StartTime"
category="AVAILABILITY">
</metric>
<metric
name="Process Open File Descriptors"
template="sigar:Type=ProcFd,Arg=%process.query%:Total">
</metric>
<metric
name="Process Threads"
template="sigar:Type=ProcState,Arg=%process.query%:Threads">
</metric>
Chapter 4 Plug-In Support Classes
VMware, Inc. 55