| Package | Description |
|---|---|
| net.i2p.router.web |
The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war.
|
| net.i2p.stat |
Statistical collection and analysis framework used throughout the I2P router for adaptive operation, performance monitoring, and debugging.
|
| Modifier and Type | Method and Description |
|---|---|
Rate |
GraphListener.getRate() |
| Modifier and Type | Method and Description |
|---|---|
Set<Rate> |
GraphGenerator.parseSpecs(String specs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GraphGenerator.getXML(Rate rate,
OutputStream out) |
boolean |
GraphGenerator.renderPng(Rate rate,
OutputStream out) |
boolean |
GraphGenerator.renderPng(Rate rate,
OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int end,
boolean showCredit)
This does the single data graphs.
|
| Constructor and Description |
|---|
GraphListener(Rate r) |
| Modifier and Type | Field and Description |
|---|---|
protected Rate[] |
RateStat._rates
actual rate objects for this statistic
|
| Modifier and Type | Method and Description |
|---|---|
Rate |
RateStat.getRate(long period)
Returns rate with requested period if it exists,
otherwise null
|