name, total, count, sum / count, total / count, count / total + 1, count / (total / 1000)));
}
public void testHandler(Initiator handler, String payload, int dribble) throws Exception {
StreamCursor cursor = new StreamCursor(payload);
Channel channel = new TestChannel(cursor, dribble);
handler.start(channel);
}