6.1

Table Of Contents
<property name="DEFAULT_PROGRAM" value="controlscript.bat"/>
<actions include="start"/>
</server>
</plugin>
iostat Script Example
<pluginname="IoDevice">
<property name="version"
value="1.0"/>
<service name="I/O Device">
<config>
<option name="script"
description="Collector script"
default="pdk/scripts/device_iostat.pl"/>
<option name="device"
description="Device name"
default="sda"/>
</config>
<filter name="template"
value="exec:file=%script%,args=%device%"/>
<metric name="Availability"
template="${template}:Availability"
indicator="true"/>
<metric name="Read Requests Merged per Second"
category="THROUGHPUT"
template="${template}:rrqm/s"/>
<metric name="Write Requests Merged per Second"
category="THROUGHPUT"
template="${template}:wrqm/s"/>
<metric name="Read Requests per Second"
category="THROUGHPUT"
indicator="true"
template="${template}:r/s"/>
<metric name="Write Requests per Second"
category="THROUGHPUT"
indicator="true"
template="${template}:w/s"/>
<metric name="Sectors Read per Second"
category="THROUGHPUT"
template="${template}:rsec/s"/>
<metric name="Sectors Writen per Second"
Chapter 1 Introduction to Plug-in Development
VMware, Inc. 15