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 |
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 |
---|---|
(package private) Set<Rate> |
StatSummarizer.parseSpecs(String specs) |
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,
int end,
boolean showCredit)
This does the single data graphs.
|
Constructor and Description |
---|
SummaryListener(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
|