Add -ifstat functionality to systat. It shows the network interfaces and
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sat, 8 Nov 2003 09:30:32 +0000 (09:30 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Sat, 8 Nov 2003 09:30:32 +0000 (09:30 +0000)
commit0e23615b7c5be3584a5c661b04bf82d73b493778
treedc923403d682754ae384adb1cdcf3e3e7fdec1d4
parentbf82f9b707378adec83bc6fffddb87994374279c
Add -ifstat functionality to systat.  It shows the network interfaces and
their respective throughput.

Submitted by: Kenneth Culver <culverk@sweetdreamsracing.biz>
usr.bin/systat/Makefile
usr.bin/systat/cmdtab.c
usr.bin/systat/convtbl.c [new file with mode: 0644]
usr.bin/systat/convtbl.h [new file with mode: 0644]
usr.bin/systat/extern.h
usr.bin/systat/ifcmds.c [new file with mode: 0644]
usr.bin/systat/ifstat.c [new file with mode: 0644]
usr.bin/systat/main.c