| 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()Retrieve the tracked rate. |
| 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)Export rate data as XML. |
boolean | GraphGenerator.renderGraph(Rate rate,
OutputStream out)Render a single-data graph with default dimensions and options. |
boolean | GraphGenerator.renderGraph(Rate rate,
OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int end,
boolean showCredit)Render a single-data graph with the specified options. |
boolean | GraphGenerator.renderGraph(Rate rate,
OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int end,
boolean showCredit,
boolean showRestarts)Render a single-data graph with the specified options. |
| Constructor and Description |
|---|
GraphListener(Rate r)Create a listener for the given rate stat. |
| Modifier and Type | Field and Description |
|---|---|
protected Rate[] | RateStat._ratesactual 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 |