blob: 4ff7ddaf4ba8cac3785ed7a5e779ef0ab6412a16 (
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 raplacement
for buffer with additional functionality:
- display of i/o speed
- optional use of memory mapped i/o for huge buffer files
- multithreaded instead of sharedmemory ipc
- multi-volume support
- auto-loader support
- network support
- buffer compatible command-line options
WWW: http://www.maier-komor.de/mbuffer.html
|