Hi,<br><br>I am just creating a very simple system performance monitoring script. I am parsing the output of the following command and writes it to a text file:<br><br>top -b -n 1 | egrep &#39;^Cpu&#39;<br><br>I run &quot;top&quot; as normal in the shell during the execution, but that one is oscilating a lot. However, the &quot;top -b -n 1&quot; just changes very slowly. It feels like the top -b gives some sort of &quot;average&quot; value to the values. 
<br><br>If so , how can I set it to have shorter &quot;average&quot; rate?<br><br>/Peter<br>