|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^3: measuring IN/OUT traffic on your computerby ambrus (Abbot) |
| on Aug 31, 2007 at 09:19 UTC ( #636278=note: print w/ replies, xml ) | Need Help?? |
|
That's easy too. Firstly change the print statement so it would print the time (in epoch seconds) and the rate separated by spaces. Write that output to a file, and then graph that file with gnuplot. I actually have a perl program that draws a graph by calling gnuplot, here are a few parts of its code (I did it as a work so I don't want to publish all of it). The part not shown here opens a tempfile and writes into it the numbers in the simple format mentioned above. I also print some overall statistics to stdout. The following sub graphs the data then (it might need some adaptation for your purposes).
Update 2008-01-29: see Plot a spiral with gnuplot.
In Section
Cool Uses for Perl
|
|
||||||||||||||||||||||||||