private void emitStats() {
BufferAllocator.Stats bs = ChannelState.bufferFactory.getStats();
GCSummary gc = gcMetrics.update(Meshy.vmMetrics);
StreamStats ss = new StreamStats();
FileStats fs = new FileStats();
StringBuilder rep = new StringBuilder();
rep.append("seqReads=");
rep.append(ss.seqRead); // number of sequential nextBytes from the same target
rep.append(" totalReads=");