freebsd-dev/usr.bin/systat
Poul-Henning Kamp b59ba7df87 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>
2003-01-04 22:07:24 +00:00
..
cmds.c When we close a display, mark it as not-initialized so that we will 2003-01-04 21:58:25 +00:00
cmdtab.c Add "ifstat" display: 2003-01-04 22:07:24 +00:00
convtbl.c Add "ifstat" display: 2003-01-04 22:07:24 +00:00
convtbl.h Add "ifstat" display: 2003-01-04 22:07:24 +00:00
devs.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
devs.h WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
extern.h Add "ifstat" display: 2003-01-04 22:07:24 +00:00
fetch.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
icmp.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
ifcmds.c Add "ifstat" display: 2003-01-04 22:07:24 +00:00
ifstat.c Add "ifstat" display: 2003-01-04 22:07:24 +00:00
iostat.c remove __P 2002-03-22 01:42:45 +00:00
ip.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
keyboard.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
main.c unifdef __STDC__ 2002-03-23 23:37:07 +00:00
Makefile Add "ifstat" display: 2003-01-04 22:07:24 +00:00
mbufs.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
mode.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
mode.h WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
netcmds.c remove __P 2002-03-22 01:42:45 +00:00
netstat.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
pigs.c Remove previously unneeded and now incorrect cast of user_from_uid() 2002-04-13 21:09:55 +00:00
swap.c Back out rev 1.20; getbsize(3)'s original interface has been restored. 2002-12-30 18:14:43 +00:00
systat.1 Add "ifstat" display: 2003-01-04 22:07:24 +00:00
systat.h WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
tcp.c WARNS=2 fixes with NO_WERROR set, as there are some header issues 2001-12-12 00:13:37 +00:00
vmstat.c debug.{numvnodes,freevnodes} moved to vfs. 2002-06-06 23:01:50 +00:00