| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Jetty
Revision: 3599
Author: gregw
Date: 04 Sep 2008 00:05:17
Changes:| ... | ...@@ -352,9 +352,9 @@ | |
| 352 | 352 | } |
| 353 | 353 | long end=System.currentTimeMillis(); |
| 354 | 354 | |
| 355 | System.err.println("Sent "+publish+"x"+size+"b in bursts of "+burst+" to "+nclients+" clients in "+rooms+" rooms. Got "+_got+" of "+(nclients/rooms*rooms_per_client*publish)+" at "+(_got*1000/(end-start))+ | |
| 355 | System.err.println("Sent "+publish+"x"+size+"b in bursts of "+burst+"@"+pause+"ms to "+nclients+" clients in "+rooms+" rooms. Got "+_got+" of "+(nclients/rooms*rooms_per_client*publish)+" at "+(_got*1000/(end-start))+ | |
| 356 | 356 | "/s, latency min/ave/max ="+_minLatency+"/"+(_totalLatency/_got)+"/"+_maxLatency+"ms, "+ |
| 357 | ((_over*100+49)/_got)+"%>"+_targetLatency+"ms"); | |
| 357 | ((_over*100)/_got)+"%>"+_targetLatency+"ms"); | |
| 358 | 358 | } |
| 359 | 359 | |
| 360 | 360 | } |