\n");
+ buf.append("
");
+ buf.append(_t("Statistics gathered during this router's uptime")).append(" (");
+ long uptime = _context.router().getUptime();
+ buf.append(DataHelper.formatDuration2(uptime));
+ buf.append("). ").append( _t("The data gathered is quantized over a 1 minute period, so should just be used as an estimate."));
+ buf.append(' ').append( _t("These statistics are primarily used for development and debugging."));
+ buf.append("
");
+
+ buf.append("
");
-
- buf.append(_t("Statistics gathered during this router's uptime")).append(" (");
- long uptime = _context.router().getUptime();
- buf.append(DataHelper.formatDuration2(uptime));
- buf.append("). ").append( _t("The data gathered is quantized over a 1 minute period, so should just be used as an estimate."));
- buf.append(' ').append( _t("These statistics are primarily used for development and debugging."));
out.write(buf.toString());
buf.setLength(0);
-
+
for (Map.Entry
> entry : groups.entrySet()) {
String group = entry.getKey();
Set stats = entry.getValue();
@@ -82,7 +86,7 @@ public class StatsGenerator {
buf.append(stat);
buf.append("\">");
buf.append(stat);
- buf.append("
");
+ buf.append(": ");
if (_context.statManager().isFrequency(stat))
renderFrequency(stat, buf);
else
@@ -214,7 +218,7 @@ public class StatsGenerator {
buf.append(")");
}
if (curRate.getSummaryListener() != null) {
- buf.append(" ").append(_t("Graph Data")).append(" - ");
buf.append("