Date: Sat, 4 Jan 2003 14:07:24 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat Makefile cmdtab.c convtbl.c convtbl.h extern.h ifcmds.c ifstat.c systat.1 Message-ID: <200301042207.h04M7OOo093189@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/01/04 14:07:24 PST
Modified files:
usr.bin/systat Makefile cmdtab.c extern.h systat.1
Added files:
usr.bin/systat convtbl.c convtbl.h ifcmds.c ifstat.c
Log:
Add "ifstat" display:
ifstat Display the network traffic going through active interfaces
on the system. Idle interfaces will not be displayed until
they receive some traffic.
For each interface being displayed, the current, peak and
total statistics are displayed for incoming and outgoing
traffic. By default, the ifstat display will automatically
scale the units being used so that they are in a human-read-
able format. The scaling units used for the current and peak
traffic columns can be altered by the scale command.
Submitted by: Trent Nelson <trent@arpa.com>
Revision Changes Path
1.13 +1 -1 src/usr.bin/systat/Makefile
1.8 +3 -0 src/usr.bin/systat/cmdtab.c
1.1 +98 -0 src/usr.bin/systat/convtbl.c (new)
1.1 +132 -0 src/usr.bin/systat/convtbl.h (new)
1.12 +8 -1 src/usr.bin/systat/extern.h
1.1 +95 -0 src/usr.bin/systat/ifcmds.c (new)
1.1 +425 -0 src/usr.bin/systat/ifstat.c (new)
1.37 +23 -0 src/usr.bin/systat/systat.1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301042207.h04M7OOo093189>
