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
category="THROUGHPUT"
template="${template}:wsec/s"/>
<metric name="Average Sector Request Size"
category="THROUGHPUT"
template="${template}:avgrq-sz"/>
<metric name="Average Queue Length"
category="PERFORMANCE"
template="${template}:avgqu-sz"/>
<metric name="Average Wait Time"
category="PERFORMANCE"
indicator="true"
units="ms"
template="${template}:await"/>
<metric name="Average Service Time"
category="PERFORMANCE"
units="ms"
template="${template}:svctm"/>
<metric name="CPU Usage"
category="PERFORMANCE"
units="percent"
template="${template}:%util"/>
</service>
</plugin>
sendmail Plug-in Descriptor
<?xml version="1.0"?>
<!DOCTYPE plugin [
<!ENTITY multi-process-metrics SYSTEM "/pdk/plugins/multi-process-metrics.xml">
]>
<!--
NOTE: This copyright does *not* cover user programs that use HQ
program services by normal system calls through the application
program interfaces provided as part of the Hyperic Plug-in Development
Kit or the Hyperic Client Development Kit - this is merely considered
normal use of the program, and does *not* fall under the heading of
"derived work".
Copyright (C) [2004-2008], Hyperic, Inc.
This file is part of HQ.
HQ is free software; you can redistribute it and/or modify
it under the terms version 2 of the GNU General Public License as
published by the Free Software Foundation. This program is distributed
in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more
Endpoint Operations Management Agent Plug-in Development Kit
16 VMware, Inc.