New issue 24 by richih.mailinglist: Save data to log file
http://code.google.com/p/iperf/issues/detail?id=24
Explaination of new feature
-L or --log-file will save all data to a log file.
iperf will quit with an error if the target file exists unless -A or
--append is specified.
Both a client & server option.
Justification of new feature
I need to keep logs, sometimes.
Hmm, is there some reason this is preferred over just using shell
redirection?
I would prefer to be able to output a complete test as one txt file. They
can collect in a directory. Then get sucked into a db for later use.
I thought it was the --output command argument that would save the data to
a specified file, but it doesnt work or I could be doing something wrong.
-c <IPaddress> --output data.txt
Somehow I could not find that data.txt file.