aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-01-04 22:07:24 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-01-04 22:07:24 +0000
commitb59ba7df878187d5c46631570131d5b4546d02ec (patch)
tree5e9c2b34c41b9ea1f013d008a54a312bd6abf5ff /usr.bin/systat/Makefile
parent319e2a24deed9a2861a3ca4589c42b7bb993b917 (diff)
downloadsrc-b59ba7df878187d5c46631570131d5b4546d02ec.tar.gz
src-b59ba7df878187d5c46631570131d5b4546d02ec.zip
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>
Notes
Notes: svn path=/head/; revision=108684
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index 80f7bc31cbbd..5a0a05ed3acf 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -4,7 +4,7 @@
PROG= systat
SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \
mbufs.c netcmds.c netstat.c pigs.c swap.c icmp.c mode.c ip.c tcp.c \
- vmstat.c
+ vmstat.c convtbl.c ifcmds.c ifstat.c
DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM} ${LIBDEVSTAT}
LDADD= -lcurses -lm -lkvm -ldevstat