| Package | Description |
|---|---|
| net.i2p.router.peermanager | Peer management, profiling, and capacity calculation for I2P network optimization. |
| 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 |
|---|---|
(package private) static double | ProfileOrganizer.buildSuccessRatio(Rate er,
Rate rr,
Rate sr,
Rate erC,
Rate rrC,
Rate srC)Build-success ratio from the six TEN_MINUTES rates, 1.0 when any rate
is missing or the window is empty. |
| 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,
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 |