Searched refs:printPerf (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/client/
H A DPerformanceTest.java80 printPerf(final String s) { method in class:PerformanceTest
96 printPerf("--- Baseline statistics for connection --- ");
104 printPerf("Time to call MBeanServerConnection.isRegistered() " + ITER + " times: " + (now() - start) + " ms");
117 printPerf("Upload bandwidth (" + uploadBytes.length + " bytes): " + uploadKBPerSec + "kb/sec");
124 printPerf("Download bandwidth (" + uploadBytes.length + " bytes): " + downloadKBPerSec + "kb/sec\n");
141 printPerf("Upload bandwidth, test size = " + (TEST_SIZE / (float) (MB)) + "MB X " + ITER + " iterations.");
159 printPerf("Upload bandwidth (" + chunkSize / K + "K chunks): " + uploadKBPerSec + "kb/sec");
245 printPerf(msg);
257 printPerf("-- QueryMgr --- ");
291 printPerf( "testTarget
[all...]

Completed in 10 milliseconds