Revision history for LinuxCpipe
Additions:
NAME
cpipe - copy stdin to stdout while counting bytes and reporting
progress
SYNOPSIS
cpipe [-b bsize] [-vt] [-vr] [-vw] [-ngr] [-s speed]
OPTIONS
-b buffer size in kB,
1 Int value between 1 and oo.
Default: `128'
-vt show throughput.
-vr show read-times.
-vw show write-times.
-ngr non-greedy read. Don't enforce a full buffer on read before
starting to write.
-s throughput speed limit in kB/s,
1 Double value between 1 and oo.
cpipe - copy stdin to stdout while counting bytes and reporting
progress
SYNOPSIS
cpipe [-b bsize] [-vt] [-vr] [-vw] [-ngr] [-s speed]
OPTIONS
-b buffer size in kB,
1 Int value between 1 and oo.
Default: `128'
-vt show throughput.
-vr show read-times.
-vw show write-times.
-ngr non-greedy read. Don't enforce a full buffer on read before
starting to write.
-s throughput speed limit in kB/s,
1 Double value between 1 and oo.
No Differences
Additions:
Transferrate anzeigen
Die Datenrate mit der die Bytes aus dem Pseodozufallszahlengenrator gelesen werden anzeigen
dd if=/dev/urandom bs=10000 | cpipe -vr -b 10000 > /dev/null
Die Datenrate mit der die Bytes aus dem Pseodozufallszahlengenrator gelesen werden anzeigen
dd if=/dev/urandom bs=10000 | cpipe -vr -b 10000 > /dev/null
Additions:
http://cpipe.berlios.de
Additions:
%%(bash)
dd if=/dev/hda1 | cpipe -vt -b 10000 > filesystem_sda1
%%
dd if=/dev/hda1 | cpipe -vt -b 10000 > filesystem_sda1
%%
Deletions:
Additions:
=====cpipe=====
cpipe steht für "counting pipe". Der standard input wird zum standard output kopiert und dabei die durchschnittliche Datenrate und die Anzahl der kopierten Bytes angezeigt.
%%dd if=/dev/hda1 | cpipe -vt -b 10000 > filesystem_sda1%%
cpipe steht für "counting pipe". Der standard input wird zum standard output kopiert und dabei die durchschnittliche Datenrate und die Anzahl der kopierten Bytes angezeigt.
%%dd if=/dev/hda1 | cpipe -vt -b 10000 > filesystem_sda1%%