Index: benchmark/io/http/printer.cfa
===================================================================
--- benchmark/io/http/printer.cfa	(revision 329e26a71eb5f9e64e5157e67c327196dd41508b)
+++ benchmark/io/http/printer.cfa	(revision 8419b763c831e59988552e542bb11dc1f8fc2ead)
@@ -82,10 +82,11 @@
 			if(this.stats.accpt.accepts > 0) {
 				sout | "----- Acceptor Stats -----";
-				sout | "accept  : " | this.stats.accpt.accepts | "calls," | this.stats.accpt.eagains | "eagains," | this.stats.accpt.creates | " thrds";
+				sout | "accept  : " | eng3(this.stats.accpt.accepts) | "calls," | eng3(this.stats.accpt.eagains) | "eagains," | eng3(this.stats.accpt.creates) | " thrds";
+				sout | nl;
 			}
 
 			sout | "----- Connection Stats -----";
-			sout | "sendfile  : " | calls | "calls," | tries | "tries (" | ratio | " try/call)";
-			sout | "            " | header | "header," | splcin | "splice in," | splcot | "splice out";
+			sout | "sendfile  : " | eng3(calls) | "calls," | eng3(tries) | "tries (" | ratio | " try/call)";
+			sout | "            " | eng3(header) | "header," | eng3(splcin) | "splice in," | eng3(splcot) | "splice out";
 			sout | " - zipf sizes:";
 			for(i; zipf_cnts) {
