blob: 881083e0479d01af8d36097a6164c9cd1a86f4e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
mbuffer is a tool for buffering data streams. It is also a replacement
for buffer with additional functionality:
- multi-target network output
- on the fly hash calculation
- display of I/O speed
- optional use of memory mapped I/O for huge buffers
- multithreaded instead of sharedmemory ipc
- multi volume support
- autoloader support
- networking support
- command-line options compatible to buffer
|