<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 6/14/2012 10:27 AM, Neil Simmonds
      wrote:<br>
    </div>
    <blockquote
cite="mid:1BF7D566CC4F514288455EF3C9B7CF8309B3A49D@EXSVIRTUAL.express.findel.co.uk"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 11 (filtered
        medium)">
      <o:smarttagtype
        namespaceuri="urn:schemas-microsoft-com:office:smarttags"
        name="PlaceType">
        <o:smarttagtype
          namespaceuri="urn:schemas-microsoft-com:office:smarttags"
          name="PlaceName">
          <o:smarttagtype
            namespaceuri="urn:schemas-microsoft-com:office:smarttags"
            name="place">
            <!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
            <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Bookman Old Style";
        panose-1:2 5 6 4 5 5 5 2 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
            <div class="Section1">
              <p class="MsoNormal"><font face="Arial" size="2"><span
                    style="font-size:10.0pt;
                    font-family:Arial">Hi all,<o:p></o:p></span></font></p>
              <p class="MsoNormal"><font face="Arial" size="2"><span
                    style="font-size:10.0pt;
                    font-family:Arial"><o:p> </o:p></span></font></p>
              <p class="MsoNormal"><font face="Arial" size="2"><span
                    style="font-size:10.0pt;
                    font-family:Arial">Before I start looking at
                    potentially re-inventing the wheel,
                    does anyone have a BBWin external script for
                    monitoring Disk IO and paging on a
                    Windows server that they would be willing to share?</span></font><br>
              </p>
            </div>
          </o:smarttagtype></o:smarttagtype></o:smarttagtype></blockquote>
    <br>
    This doesn't directly answer your question, but for what it's
    worth...<br>
    <br>
    After fighting with Xymon metric collection/new graphs some years
    ago, last year I discovered Graphite
    (<a class="moz-txt-link-freetext" href="http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/">http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/</a>). 
    I was trying to do something relatively simple (track ping response
    time to my storage system) but it was somewhat annoying to get the
    data into Xymon and IIRC it was very annoying to deal with data for
    which I did not want the default RRD retention parameters to apply.<br>
    <br>
    I now use Xymon for monitoring and alerting, Graphite for metrics,
    trending and analysis.  I rsync the RRD data from Xymon to Graphite
    (which can use it directly) to take advantage of the Xymon agent
    collection.  I have written Xymon scripts to allow monitoring and
    alerting based on metric levels
    (<a class="moz-txt-link-freetext" href="https://github.com/dmsasser/graphiteutils">https://github.com/dmsasser/graphiteutils</a>).<br>
    <br>
    So, effectively my *very* external script for monitoring Disk IO
    is...<br>
    <ul>
      <li>host sFlow collector on Windows to get stats</li>
      <li>sFlow2Graphite.pl script (open source)</li>
      <li>Graphite data collection and display</li>
      <li>Xymon consuming graphite data and triggering alerts on levels.</li>
    </ul>
    <p><br>
      Incidentally, if you're monitoring virtual machines in Vmware you
      can get the data directly from ESX, which might be easier.<br>
    </p>
    <p>I can share more information about configuration/setup if
      desired.<br>
    </p>
    <p>--<br>
      Dewey<br>
    </p>
  </body>
</html>