ikshwak / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

Add support to read/write from disk #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Added.

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