Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/magik6k/dflow
- Owner: magik6k
- Created: 2013-11-18T20:12:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T20:27:56.000Z (about 11 years ago)
- Last Synced: 2024-12-05T16:28:42.899Z (20 days ago)
- Language: C++
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dflow
=====How to compile/install:
just do 'make', and then copy 'dflow' binary to directory like /usr/local/binUsage 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