At 15:34 +1100 1998-02-18, Ian Perry wrote:
>I would like to know if there is a way where I can monitor the number of
>ppp0 packets transmitted and received as a continuous update on the screen.
Try netload, it is in the `netdiag' package along with several other neat
utilities.
--
Joel "Espy" Kl
Try /usr/sbin/pppstats, from the ppp package.
Bob
On Wed, 18 Feb 1998, "Ian Perry" <[EMAIL PROTECTED]> wrote:
>
> I would like to know if there is a way where I can monitor the number of
> ppp0 packets transmitted and received as a continuous update on the screen.
> Similar to the way the tail
while true
do
grep ppp0 /proc/net/dev
sleep 1
done
Ian Perry wrote:
> I would like to know if there is a way where I can monitor the number of
> ppp0 packets transmitted and received as a continuous update on the screen.
> Similar to the way the tail command will show the last entries in a f
Ian Perry hat gesagt: // Ian Perry wrote:
> I would like to know if there is a way where I can monitor the number of
> ppp0 packets transmitted and received as a continuous update on the screen.
> Similar to the way the tail command will show the last entries in a file
> as they happen. I know I
Ian Perry wrote:
> I would like to know if there is a way where I can monitor the number of
> ppp0 packets transmitted and received as a continuous update on the screen.
> Similar to the way the tail command will show the last entries in a file
> as they happen. I know I can use ifconfig to show
5 matches
Mail list logo