jkorell/iperf

Add support to read/write from disk

Closed this issue · 1 comments

Adding file I/O would allow iperf to check of the bottleneck was the network or 
the disk.

This should be for both the client and server, and should support /dev/zero and 
/dev/null as files,
and also maybe reading from stdin and writing to stdout too.

Looks like the "-F" flag is available for this.



Original issue reported on code.google.com by bltier...@es.net on 14 Aug 2013 at 5:57

Added.

Original comment by jef.posk...@gmail.com on 19 Oct 2013 at 2:47

  • Changed state: Fixed