2006-03-18 jrandom

* Added a new graphs.jsp page to show all of the stats being harvested
This commit is contained in:
jrandom
2006-03-19 00:23:23 +00:00
committed by zzz
parent f3849a22ad
commit 1ef33906ed
8 changed files with 152 additions and 15 deletions

View File

@@ -31,6 +31,9 @@ public class StatSummarizer implements Runnable {
}
}
/** list of SummaryListener instances */
List getListeners() { return _listeners; }
private static final String DEFAULT_DATABASES = "bw.sendRate.60000" +
",bw.recvRate.60000" +
",tunnel.testSuccessTime.60000" +