Query: pipebench
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pipebench(1) pipebench(1)NAMEpipebench - Shows speed of stdin/stdout communicationSYNOPSISpipebench [ -ehqQIoru ] [ -s file | -S file ] [ -b bufsize ]DESCRIPTIONMeasures the speed of stdin/stdout communication.OPTIONS-h Displays a help message and exits. -e If an error occurs, exit (breaking the pipe between stdin and stdout. By default an error message is printed to stderr and the pro- gram continues. -q Only show summary stats. -Q Don't show running speed or summary stats. Same as -q -o. Can be used to play with buffer size. -o Don't show summary. -b bufsize Use this buffer size, in bytes. -r Just show raw speed, no fancy stuff. And no summary. -s file Write status to file instead of stderr. -S file Write status to file instead of stderr. -I Use 1kB = 1000B, instead of the default 1024B. -u Don't convet to units (kilo, Mega, etc...)EXAMPLESBenchmark and show progress of backup # (cd /home/; tar cf - .) | pipebench | (cd /mnt/backup/; tar xf -) A number to brag to your friends about $ dd if=/dev/zero bs=80k count=60k 2> /dev/null | ./pipebench -q > /dev/nullBUGSNo known bugs... yet.SEE ALSOdd(1), cat(1)AUTHORPipebench was written by Thomas Habets <thomas@habets.pp.se> pipebench 18th Apr, 2003 pipebench(1)
Related Man Pages |
---|
fd(4) - freebsd |
rngtest(1) - debian |
stdin(4) - debian |
stdout(4) - debian |
rngtest(1) - centos |
Similar Topics in the Unix Linux Community |
---|
stdout back to tty |
nim mksysb - 0042-124 c_ch_nfsexp error |
tar "--totals" writes to stderr not stdout? |
Pipelining with tar |
Congrats to RudiC - 3000 Thanks! |