it takes to read an input buffer and write an output buffer. Statistics of average throughput and the total amount of bytes copied are printed to the standard error output. WWW: http://developer.berlios.de/projects/cpipe/ PR: ports/165593 Submitted by: "Christopher J. Umina" <chris@uminac.com>
6 lines
303 B
Text
6 lines
303 B
Text
Cpipe copies its standard input to its standard output while measuring the time
|
|
it takes to read an input buffer and write an output buffer. Statistics of
|
|
average throughput and the total amount of bytes copied are printed to the
|
|
standard error output.
|
|
|
|
WWW: http://developer.berlios.de/projects/cpipe/
|