"The numbet of Errors during the observed period", 0);
bytesSentCount = new CountStatisticImpl("Bytes Sent", StatisticImpl.UNIT_COUNT,
"The number of bytes sent during the observerd period", 0);
bytesReceivedCount = new CountStatisticImpl("Bytes Received", StatisticImpl.UNIT_COUNT,
"The number of bytes received during the observerd period", 0);
openConnectionCount = new RangeStatisticImpl("" + "Open Connections", StatisticImpl.UNIT_COUNT,
"Range for connections opened during the observed period", 0); // all 0's
busyThreads = new BoundedRangeStatisticImpl("Busy Threads", StatisticImpl.UNIT_COUNT,
"BoundedRange for Threads currently busy serving requests", 0, 0, 0);
addStat("RequestTime", requestTime); // better name
addStat("activeRequestCount", activeRequestCount);