Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magik6k/dflow

pipe data-flow measurement program
https://github.com/magik6k/dflow

Last synced: 3 days ago
JSON representation

pipe data-flow measurement program

Awesome Lists containing this project

README

        

dflow
=====

How to compile/install:
just do 'make', and then copy 'dflow' binary to directory like /usr/local/bin

Usage examples:
a. watching dd progres
# dd if=/dev/sda count=8K bs=4K| dflow -b 4096 -p 33292288 | dd of=/dev/sdb bs=4K
- 33292288 is 8128 * 4096