Package | Description |
---|---|
net.i2p.router.web | |
net.i2p.stat |
These classes define the statistics package used extensively throughout
the I2P router - both for adaptive operation of the router
and for debugging.
|
Modifier and Type | Method and Description |
---|---|
Rate |
SummaryListener.getRate() |
Modifier and Type | Method and Description |
---|---|
boolean |
StatSummarizer.getXML(Rate rate,
OutputStream out) |
boolean |
StatSummarizer.renderPng(Rate rate,
OutputStream out) |
boolean |
StatSummarizer.renderPng(Rate rate,
OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
boolean showCredit)
This does the single data graphs.
|
Constructor and Description |
---|
SummaryListener(Rate r) |
Modifier and Type | Method and Description |
---|---|
Rate |
RateStat.getRate(long period) |