new CountStatisticImpl("TotalAuthFailures"));
totalAuthSuccesses = new MutableCountStatisticImpl(
new CountStatisticImpl("TotalAuthSuccesses"));
long t = System.currentTimeMillis();
String description = _stringMgr.getString("throughput.description");
throughput = new NumberStatisticImpl(
"Throughput", description, "Requests Per Second", t, t,
new Double(0.0));
requestSize = new MutableCountStatisticImpl(
new CountStatisticImpl("RequestSize", DEFAULT_SIZE_UNIT));
responseSize = new MutableCountStatisticImpl(