Visualizing system performance data
Visualizing system performance data
Related Posts
Related Websites
| Hot: |
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
by David Winterbottom (codeinthehole.com)
URL: http://feedproxy.google.com/~r/Command-line-fu/~3/jjk4Htw9rvo/visualizing-system-performance-data
related post
- My Images
- Get the information on all the rpms installed on the system
- Nature
- Bash Tips & Tricks
- BDay Snaps
Related Posts -
EncFS - Simple article to use Encrypted filesystem in Linux h3font face="sans-serif"A nice article a href="http://www.linux.com/feature/114147"here/a./fontbr //h3h3CLI Maspan style="background-color: yellow;"span... -
create SQL-statements from textfile with awk create SQL-statements from textfile with awk $ $ awk '{printf...
Related Websites - Pentax unveils 40MP 645D medium format DSLR [/caption] Five years after announcing its development, and following a...
- SEO Software: SEO Quake Firefox Plugin richquickreview.com In this video, I demonstrate how to use the...































