git: systat - Add -netbw option
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Aug 29 21:27:50 PDT 2013
commit 88cd039c439742f48d512d1d71d4284c65730bb8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Aug 29 21:26:09 2013 -0700
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.
Summary of changes:
usr.bin/systat/Makefile | 2 +-
usr.bin/systat/cmdtab.c | 3 +
usr.bin/systat/extern.h | 7 +
usr.bin/systat/netbw.c | 422 ++++++++++++++++++++++++++++++++++++++++++++++++
usr.bin/systat/systat.1 | 4 +
5 files changed, 437 insertions(+), 1 deletion(-)
create mode 100644 usr.bin/systat/netbw.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88cd039c439742f48d512d1d71d4284c65730bb8
--
DragonFly BSD source repository
More information about the Commits
mailing list