Hi all,

I'd like to be able to timestamp the test results on the Server side.
So instead of something like this:
------------------------------------------------------------
Server listening on UDP port 5001
Receiving 1470 byte datagrams
UDP buffer size: 8.00 KByte (default)
------------------------------------------------------------
[904] local 10.1.1.1 port 5001 connected with 10.6.2.5 port 32781
[ ID]   Interval         Transfer        Bandwidth         Jitter
  Lost/Total Datagrams
[904]   0.0- 1.0 sec   1.17 MBytes   9.84 Mbits/sec   1.830 ms   0/ 837   (0%)
[904]   1.0- 2.0 sec   1.18 MBytes   9.94 Mbits/sec   1.846 ms   5/
850   (0.59%)
[904]   2.0- 3.0 sec   1.19 MBytes   9.98 Mbits/sec   1.802 ms   2/
851   (0.24%)
[904]   3.0- 4.0 sec   1.19 MBytes   10.0 Mbits/sec   1.830 ms   0/ 850   (0%)
[904]   4.0- 5.0 sec   1.19 MBytes   9.98 Mbits/sec   1.846 ms   1/
850   (0.12%)
[904]   5.0- 6.0 sec   1.19 MBytes   10.0 Mbits/sec   1.806 ms   0/ 851   (0%)
[904]   6.0- 7.0 sec   1.06 MBytes   8.87 Mbits/sec   1.803 ms   1/
755   (0.13%)
[904]   7.0- 8.0 sec   1.19 MBytes   10.0 Mbits/sec   1.831 ms   0/ 850   (0%)
[904]   8.0- 9.0 sec   1.19 MBytes   10.0 Mbits/sec   1.841 ms   0/ 850   (0%)
[904]   9.0-10.0 sec   1.19 MBytes   10.0 Mbits/sec   1.801 ms   0/ 851   (0%)
[904]   0.0-10.0 sec   11.8 MBytes   9.86 Mbits/sec   2.618 ms   9/
8409  (0.11%)

I'd like to have something like this:
------------------------------------------------------------
Server listening on UDP port 5001
Receiving 1470 byte datagrams
UDP buffer size: 8.00 KByte (default)
------------------------------------------------------------
[904] local 10.1.1.1 port 5001 connected with 10.6.2.5 port 32781
[ ID]   Interval         Transfer        Bandwidth         Jitter
  Lost/Total Datagrams
[904]   21:41:34.83   1.17 MBytes   9.84 Mbits/sec   1.830 ms   0/ 837   (0%)
[904]   21:41:35.83   1.18 MBytes   9.94 Mbits/sec   1.846 ms   5/ 850
  (0.59%)
[904]   21:41:36.83   1.19 MBytes   9.98 Mbits/sec   1.802 ms   2/ 851
  (0.24%)
[904]   21:41:37.83   1.19 MBytes   10.0 Mbits/sec   1.830 ms   0/ 850   (0%)
[904]   21:41:38.83   1.19 MBytes   9.98 Mbits/sec   1.846 ms   1/ 850
  (0.12%)
[904]   21:41:39.83   1.19 MBytes   10.0 Mbits/sec   1.806 ms   0/ 851   (0%)
[904]   21:41:40.83   1.06 MBytes   8.87 Mbits/sec   1.803 ms   1/ 755
  (0.13%)
[904]   21:41:41.83   1.19 MBytes   10.0 Mbits/sec   1.831 ms   0/ 850   (0%)
[904]   21:41:42.83   1.19 MBytes   10.0 Mbits/sec   1.841 ms   0/ 850   (0%)
[904]   21:41:43.83   1.19 MBytes   10.0 Mbits/sec   1.801 ms   0/ 851   (0%)
[904]   0.0-10.0 sec   11.8 MBytes   9.86 Mbits/sec   2.618 ms   9/
8409  (0.11%)

I'd be happy with time/date in any format (down to the second at
least).  I'm thinking just the time from the PC on which the Server is
running.

I'd even take something like this:

...
[904]   0.0- 1.0 sec   1.17 MBytes   9.84 Mbits/sec   1.830 ms   0/ 837   (0%)
21:41:34.83
[904]   1.0- 2.0 sec   1.18 MBytes   9.94 Mbits/sec   1.846 ms   5/
850   (0.59%)
21:41:35.83
...

Anyone know a way to make this happen in 2.0.x?

Thanks,
Jeff

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Iperf-users mailing list
Iperf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iperf-users

Reply via email to