diff options
author | pav <pav@FreeBSD.org> | 2004-10-19 04:41:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-19 04:41:21 +0800 |
commit | fcb3d9a697b2570c09a7ea27ad855675797d59d5 (patch) | |
tree | 5c3d7383802d3cd7c4f49bf38886d44d585f0fea /net/pload/files/patch-pload.man | |
parent | abc533dd640e99ae8b8fa4cf0374084962cd8ae5 (diff) | |
download | freebsd-ports-gnome-fcb3d9a697b2570c09a7ea27ad855675797d59d5.tar.gz freebsd-ports-gnome-fcb3d9a697b2570c09a7ea27ad855675797d59d5.tar.zst freebsd-ports-gnome-fcb3d9a697b2570c09a7ea27ad855675797d59d5.zip |
Add pload, an X11 program to monitor network device statistics.
It graphs information using Athena stripchart widgets.
PR: ports/72013
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Diffstat (limited to 'net/pload/files/patch-pload.man')
-rw-r--r-- | net/pload/files/patch-pload.man | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/pload/files/patch-pload.man b/net/pload/files/patch-pload.man new file mode 100644 index 000000000000..61c502ef5e87 --- /dev/null +++ b/net/pload/files/patch-pload.man @@ -0,0 +1,33 @@ +--- pload.man.orig Tue Feb 1 02:11:24 2000 ++++ pload.man Wed Sep 22 16:44:12 2004 +@@ -18,7 +18,7 @@ + .TH PLOAD 1 "" "January 2000" + + .SH NAME +-pload \- display ppp throughput statistics in an X window ++pload \- display network interface statistics in an X window + + .SH SYNOPSIS + .ta 6n +@@ -30,9 +30,9 @@ + [-iformat \fIfmt\fP] [-oformat \fIfmt\fP] + + .SH DESCRIPTION +-The \fBpload\fP program displays information about network interface (ppp) statistics. +-Additionally, for Linux 2.2 it can display statistics for any interface that +-reports to /proc/net/dev . ++The \fBpload\fP program displays network throughput statistics in an X window ++Athena stripchart graph. ++On FreeBSD, \fBpload\fP can handle any network interface. + + .SH OPTIONS + .PP +@@ -144,7 +144,7 @@ + .TP 8 + .B \-iformat \fIfmt\fP + Use string \fIfmt\fP for the inbound label. The \fIfmt\fP string will be displayed +-literally with the special tags %t %r and %M expanding to the interface total, current ++literally with the special tags %d %t %r and %M expanding to the interface name, interface total, current + rate, and maximum rate respectively. The default is "%t %r in". + + .TP 8 |