On 14 November 2012 00:22, Mike Burger <span dir="ltr"><<a href="mailto:Mike.Burger@freedommortgage.com" target="_blank">Mike.Burger@freedommortgage.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div bgcolor="white" lang="EN-US" link="blue" vlink="purple"><p class="MsoNormal"><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:11pt">Does the parser look for specific column placement? If it does, shouldn’t it look for white/blank space(s) as data column delimiters?</span></p>

</div></blockquote><div><br></div><div>Some parsers don't use whitespace delimeters, but instead use column position.  But I don't know if the vmstat parser does the same.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div bgcolor="white" lang="EN-US" link="blue" vlink="purple"><p class="MsoNormal"><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:11pt">vmstat command line appears to be “vmstat 300 2”…that’s 300 captures in 2 second intervals (10 minutes worth of captures).</span></p>

</div></blockquote><div><br></div><div>No, I think you'll find that it's two captures in 300 second intervals.  The first sample is the total/average since last boot, and the second sample is the total/average since the first one.  The first sample is discarded.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="white" lang="EN-US" link="blue" vlink="purple"><p class="MsoNormal"><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:11pt"> As there are two vmstat processes running at any time, with a secondary command of “mv  /usr/local/hobbit/tmp/hobbit_</span><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:11pt">vmstat.PID /usr/local/hobbit/tmp/hobbit_</span><span style="color:rgb(31,73,125);font-family:Calibri,sans-serif;font-size:11pt">vmstat.HOSTNAME”, is there a chance that the files are clobbering each other when they’re moved? </span></p>

</div></blockquote><div><br></div><div>Yes, perhaps.  I only have one vmstat command running at any one time.  You might try killing both off and see what happens.</div><div><br></div><div>J</div><div><br></div></div>