jkorell/iperf

additional test summary info

Closed this issue · 4 comments


I'd like to see the following added to the verbose output (and to the JSON 
output)

RTT: from the tcpinfo struct: tcpinf.tcpi_rtt
MTU: from getsockopt of  TCP_MAXSEG 

and both transmit and receiver side send and receive buffer sizes: 
 ie: getsockopt of both SO_SNDBUF and SO_RCVBUF  on both the client and server


Original issue reported on code.google.com by bltier...@es.net on 1 Feb 2013 at 10:48

Also, it would be good if any/all error message be in JSON format when using 
the -J flag.

For example:

{
   "status" : "failure",
   "error_msg" : "Couldn't connect to port XYZ",
}

Original comment by bltier...@es.net on 4 Feb 2013 at 9:32

Is this now complete?

Original comment by bltier...@es.net on 2 Nov 2013 at 3:11

note there is some overlap with this and issue 99

Original comment by bltier...@es.net on 7 Nov 2013 at 3:39

TCP_MAXSEG is done, and the rest is in #99, so closing

Original comment by bltier...@es.net on 9 Nov 2013 at 5:11

  • Changed state: Done