Visualizing system performance data

2010-06-25 90 words 1 min read

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category

<font SIZE="6"><a HREF="http://feedproxy.google.com/~r/Command-line-fu/~3/jjk4Htw9rvo/visualizing-system-performance-data">Visualizing system performance data

$ vmstat 2 10 | awk 'NR > 2 {print NR, $13}' | gnuplot -e “set terminal png;set output 'v.png';plot '-' u 1:2 t 'cpu' w linespoints;" draw `vmstat ` data using gnuplot

  • <a HREF="http://www.commandlinefu.com/commands/view/3581/visualizing-system-performance-data">View this command to comment, vote or add to favourites
  • <a HREF="http://feeds2.feedburner.com/commands/by/Sunng">View all commands by <a HREF="http://feeds2.feedburner.com/commands/by/Sunng">Sunng

<a HREF="http://www.commandlinefu.com"><img SRC="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/header-logo.jpg" ALIGN="bottom" ALT="commandlinefu.com"/>

by David Winterbottom (<a HREF="http://codeinthehole.com">codeinthehole.com)

<a HREF="http://feedads.g.doubleclick.net/~a/1m3nMw3l24_rxJkc2DXDHqqXYCU/0/da"><img SRC="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/~a/1m3nMw3l24_rxJkc2DXDHqqXYCU/0/di" ALIGN="bottom" BORDER="0"/>
<a HREF="http://feedads.g.doubleclick.net/~a/1m3nMw3l24_rxJkc2DXDHqqXYCU/1/da"><img SRC="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/~a/1m3nMw3l24_rxJkc2DXDHqqXYCU/1/di" ALIGN="bottom" BORDER="0"/>

<img SRC="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/~r/Command-line-fu/~4/jjk4Htw9rvo" WIDTH="1" HEIGHT="1" ALIGN="bottom" BORDER="0"/>

URL: <a HREF="http://feedproxy.google.com/~r/Command-line-fu/~3/jjk4Htw9rvo/visualizing-system-performance-data">http://feedproxy.google.com/~r/Command-line-fu/~3/jjk4Htw9rvo/visualizing-system-performance-data

Related Articles:


author

Authored By Amit Agarwal

Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.

We notice you're using an adblocker. If you like our webite please keep us running by whitelisting this site in your ad blocker. We’re serving quality, related ads only. Thank you!

I've whitelisted your website.

Not now
This website uses cookies to ensure you get the best experience on our website. Learn more Got it