diff options
author | kris <kris@FreeBSD.org> | 2002-05-24 11:27:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-24 11:27:15 +0000 |
commit | 7e94b2a0d111ef07f24114fd61d0d133aeddd446 (patch) | |
tree | 5cad2df9123f5191ee178a37ac2ca04996c5e82f /net/pppload/files/patch-af | |
parent | 841a0e01f367f81027190ed6b0b0ec6252a0374f (diff) | |
download | FreeBSD-ports-7e94b2a0d111ef07f24114fd61d0d133aeddd446.zip FreeBSD-ports-7e94b2a0d111ef07f24114fd61d0d133aeddd446.tar.gz |
Add back icqnix and pppload, which were prematurely deleted by will.
Diffstat (limited to 'net/pppload/files/patch-af')
-rw-r--r-- | net/pppload/files/patch-af | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/net/pppload/files/patch-af b/net/pppload/files/patch-af new file mode 100644 index 0000000..3eb62e5 --- /dev/null +++ b/net/pppload/files/patch-af @@ -0,0 +1,49 @@ +diff -u --new-file pppload-1.0/README.freebsd ./README.freebsd +--- pppload-1.0/README.freebsd Wed Dec 31 16:00:00 1969 ++++ ./README.freebsd Fri Jan 30 20:14:36 1998 +@@ -0,0 +1,45 @@ ++PPPLoad is designed to display the current throughput of a particular ++PPP link in a format that is similar to xload. Written by Sean Vyain. ++ ++This is a FreeBSD port of the linux program called pppload, available at ++http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/pppload-1.0.tar.gz ++ ++Original program homepage at: ++http://www.geocities.com/SiliconValley/Pines/1029/pppload.html ++ ++I have modified the FreeBSD port to be able to show the throughput of ++any network device that will work with netstat, e.g. tun, ppp, ed, ++etc. I just wanted a program to nicely display throughput ++statistics for the tun device. ++ ++ Examples of usage: ++For tun0 (tun is the default device,0 is the default link number): ++% pppload & ++ ++For first ne2000 clone: ++% pppload -device ed -link 0 & ++ ++for ppp2: ++% pppload -device ppp -link 2 & ++ ++BUGS ++Command line is awkward with -device and -link. ++ ++Can't detect whether the network device is up or not, so any command ++line options like -cmd -percmd -retry probably don't work. This is ++different that the original linux version. ++ ++Keeps track of all packets network device has ever used, even if it ++has gone down then up again. This is also different than the linux ++version. ++ ++Requires awk, grep, and netstat to get the data. Very short polling ++time are definitely not recommended. ++ ++Network interface names are limited to a total of 4 characters or less ++at the moment, e.g. ppp0 ed3 ze1. ++ ++ ++Documentation of this FreeBSD port is not complete. ++ ++ |