systat - Add -netbw option
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 30 Aug 2013 04:26:09 +0000 (21:26 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 30 Aug 2013 04:26:09 +0000 (21:26 -0700)
commit88cd039c439742f48d512d1d71d4284c65730bb8
treea905e5548b572db4f79252824b6ef8934c89a739
parent503c5cd4e4814065f0d0c1c3629b8bfa20cc36dc
systat - Add -netbw option

* Add a new option -netbw (or :netbw when running).  This option displays
  the aggregate and per-connection tcp receive and send data rate.

  Only active connections are shown, making it easy to pick out which
  connections are hogging the line.
usr.bin/systat/Makefile
usr.bin/systat/cmdtab.c
usr.bin/systat/extern.h
usr.bin/systat/netbw.c [new file with mode: 0644]
usr.bin/systat/systat.1