| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Jetty
Revision: 3595
Author: gregw
Date: 03 Sep 2008 20:00:28
Changes:| ... | ...@@ -350,11 +350,9 @@ | |
| 350 | 350 | last=_got; |
| 351 | 351 | sleep+=100; |
| 352 | 352 | } |
| 353 | System.err.println("Got:"+_got+" of "+(nclients/rooms*rooms_per_client*publish)); | |
| 354 | ||
| 355 | 353 | long end=System.currentTimeMillis(); |
| 356 | 354 | |
| 357 | System.err.println("Got "+_got+" at "+(_got*1000/(end-start))+ | |
| 355 | System.err.println("Got "+_got+" of "+(nclients/rooms*rooms_per_client*publish)+" at "+(_got*1000/(end-start))+ | |
| 358 | 356 | "/s, latency min/ave/max ="+_minLatency+"/"+(_totalLatency/_got)+"/"+_maxLatency+"ms, "+ |
| 359 | 357 | _over+" over "+_targetLatency+"ms"); |
| 360 | 358 | } |