logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pipebench - Shows speed of stdin/stdout communication

Author

       Pipebench was written by Thomas Habets <thomas@habets.pp.se>

pipebench                                        18th Apr, 2003                                     pipebench(1)

Bugs

       No known bugs... yet.

Description

       Measures the speed of stdin/stdout communication.

Examples

Benchmarkandshowprogressofbackup
       # (cd /home/; tar cf - .) | pipebench | (cd /mnt/backup/; tar xf -)

       Anumbertobragtoyourfriendsabout
       $ dd if=/dev/zero bs=80k count=60k 2> /dev/null | pipebench -q > /dev/null

Name

       pipebench - Shows 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 program 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 convert to units (kilo, Mega, etc...)

See Also

dd(1), cat(1)

Synopsis

pipebench [ -ehqQIoru ] [ -s file | -S file ] [ -b bufsize ]

See Also