[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Program to chart ppp through-put?



Ciao Jim,

On Saturday 16 January 1999, alle 01:31:54 -0500, Jim Foltz wrote:

> Is there some program that can log ppp data through-put? I'd really like to
> see what's happening while I am downloading for extended periods, like
> when I upgrade Debian.

I use this:

/usr/sbin/pppstats -w 10 >> /var/log/pppstats.log

and during the download do:

tail -f /var/log/pppstats.log

Then, later, you can plot usefull data using gnuplot.
using a line like:

plot "/tmp/pppstats.log" using 1 with linespoints, \
     "/tmp/pppstats.log" using 7 axes x1y2 with linespoints

Easy, isn't it? :-)

Happy GNU Year

-- 

Paolo Pedaletti, Como ITALYa
paolop@mmpoint.it


Reply to: