Comment 8 for bug 937694

Revision history for this message
Akira Yoshiyama (yosshy) wrote :

How about cstream?
http://www.cons.org/cracauer/cstream.html

It has nice features below:
* Exact throughput limiting
* Built-in data creation and sink (not using /dev/null and /dev/zero)
* Customizable reporting including bytes written
* Blocksize customization like dd

For example:

# cstream -t 10M -T1 -v1 -n 1G -i - -o /tmp/dummy1G
10485760 B 10.0 MB 1.00 s 10484060 B/s 10.00 MB/s
20979712 B 20.0 MB 2.00 s 10485237 B/s 10.00 MB/s
...