Re: Monitoring ppp0 Packets

1998-02-19 Thread Joel Klecker
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

Re: Monitoring ppp0 Packets

1998-02-18 Thread Robert D. Hilliard
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

Re: Monitoring ppp0 Packets

1998-02-18 Thread Jens B. Jorgensen
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

Re: Monitoring ppp0 Packets

1998-02-18 Thread Frank Barknecht
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

Re: Monitoring ppp0 Packets

1998-02-18 Thread Joey Hess
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