View Library

You can download from here the definitions of various views that are not part of the main distribution.

Windows disk IO

Save this view at the session (top) level. It offers an overview of disk IO activity for all Windows hosts in the monitoring session.

<rms>
  <view>
    <description>Disk IO stats for all Windows in the current monitoring session; just add Windows agents to the monitoring session and this view will be automatically updated</description>
    <query>
      <resource id="host" iname="$host($agent)" name="Host" rid="(.*)/(agents\.windows.*)"/>
      <resource id="disk_time" iname="$host/$agent/$entity[1]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/PhysicalDisk/[% Disk Time]"/>
      <resource id="disk_reads_sec" iname="$host/$agent/$entity[1]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/PhysicalDisk/[Disk Reads/sec]"/>
      <resource id="disk_writes_sec" iname="$host/$agent/$entity[1]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/PhysicalDisk/[Disk Writes/sec]"/>
      <resource id="disk_read_bytes_sec" iname="$host/$agent/$entity[1]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/PhysicalDisk/[Disk Read Bytes/sec]"/>
      <resource id="disk_write_bytes_sec" iname="$host/$agent/$entity[1]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/PhysicalDisk/[Disk Write Bytes/sec]"/>
      <resource id="disk_qvg_queue_len" iname="$host/$agent/$entity[1]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/PhysicalDisk/[Avg. Disk Queue Length]"/>
    </query>
    <author>system</author>
    <category id="host"/>
  </view>
</rms>

Windows network IO

Save this view at the session (top) level. It offers an overview of network IO activity for all Windows hosts in the monitoring session.

<rms>
  <view>
    <description>Network IO overview for all Windows in the current monitoring session; just add Windows agents to the monitoring session and this view will be automatically updated</description>
    <query>
      <resource id="host_intf" iname="$host($agent)-$entity[2]" name="Host-Interface" rid="(.*)/(agents\.windows.*)/root/Network Interface/(.*)/"/>
      <resource id="bytes_rec_sec" iname="$host/$agent/$entity[2]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/Network Interface/(.*)/[Bytes Received/sec]"/>
      <resource id="bytes_sen_sec" iname="$host/$agent/$entity[2]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/Network Interface/(.*)/[Bytes Sent/sec]"/>
      <resource id="packets_rec_sec" iname="$host/$agent/$entity[2]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/Network Interface/(.*)/[Packets Received/sec]"/>
      <resource id="packets_sen_sec" iname="$host/$agent/$entity[2]/$counter" name="$counter" rid="(.*)/(agents\.windows.*)/root/Network Interface/(.*)/[Packets Sent/sec]"/>
    </query>
    <author>system</author>
    <category id="host_intf"/>
  </view>
</rms>