Bug 47047 - New port: misc/pipebench
Summary: New port: misc/pipebench
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 13:10 UTC by Michael L. Hostbaek
Modified: 2003-01-17 13:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.06 KB, text/plain)
2003-01-14 13:10 UTC, Michael L. Hostbaek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael L. Hostbaek 2003-01-14 13:10:02 UTC
	New port!
	Pipebench shows current throughput/amount of data through a pipe.
Comment 1 corecode@corecode.ath.cx 2003-01-14 16:45:36 UTC
Lately Michael L.Hostbaek told:

> sed 's/^X//' >pipebench/pkg-descr << 'END-of-pipebench/pkg-descr'
> XPipebench shows the current throughput and amount of data going through a 
> Xpipe. It can be used to show the progress of a large md5sum process: 
> Xcat bigfile | pipebench | md5sum.  

you are given this week's most useless use of cat award. save a process
today!

pipebench < bigfile | md5sum

btw: this is horrible, sorry. piping a bigfile through the kernel just
to see the progress is evil; better let the receiving process read the
file itself (or even mmap() it)

but i can imagine there are other usefull or useable situations for this
program

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Michael L. Hostbaek 2003-01-14 16:52:56 UTC
Simon 'corecode' Schubert (corecode) writes:
> 
> you are given this week's most useless use of cat award. save a process
> today!

hehehe.. Yeah, not the most elegant way of doing things. The text is
taking of the freshmeat project page.

> 
> but i can imagine there are other usefull or useable situations for this
> program

Perhaps.

/mich


--
Best Regards,
	Michael Landin Hostbaek 
	FreeBSDCluster.org - an International Community

	*/ PGP-key available upon request /*
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-01-17 12:59:48 UTC
State Changed
From-To: open->closed

Commited, thanks!