}
row = storeSizeTable.addChild("tr");
row.addChild("th", l10n(instance.store.name()) + "\n" + " (" + l10n(instance.key.name()) + ")");
row.addChild("td", thousandPoint.format(stats.keys()));
row.addChild("td", thousandPoint.format(stats.capacity()));
row.addChild("td", SizeUtil.formatSize(stats.dataSize()));
row.addChild("td", fix3p1pct.format(stats.utilization()));
row.addChild("td", thousandPoint.format(sessionAccess.readRequests()) +
(totalAccess == null ? "" : (" ("+thousandPoint.format(totalAccess.readRequests())+")")));