diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-18 01:15:22 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-18 01:15:22 +0800 |
commit | 0f06154f828c5167a8ec2f06045576da1e78c0d9 (patch) | |
tree | 7e5b711d2491e08512d33ac79ddec57d205df7db /sysutils/Makefile | |
parent | dc43c4d7b9e34fbbe2faca6a70e447253b0aa8a6 (diff) | |
download | freebsd-ports-gnome-0f06154f828c5167a8ec2f06045576da1e78c0d9.tar.gz freebsd-ports-gnome-0f06154f828c5167a8ec2f06045576da1e78c0d9.tar.zst freebsd-ports-gnome-0f06154f828c5167a8ec2f06045576da1e78c0d9.zip |
Add pipemeter 0.8.3, measure speed of data going through a pipe.
Features:
- Shows speed of data moving from input to output
- Shows percentage complete if regular file specified
- Allows tuning of block size and display interval
- Support for dd style block size specification
Author: Clint Byrum <cbyrum@spamaps.org>
WWW: http://spamaps.org/pipemeter.php
PR: 59916
Submitted by: Len Sassaman
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4694fe958526..3676bb821b79 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -246,6 +246,7 @@ SUBDIR += pfstat SUBDIR += pftop SUBDIR += pib + SUBDIR += pipemeter SUBDIR += pkg_cutleaves SUBDIR += pkg_install SUBDIR += pkg_remove |