Package net.i2p.router
Class StatisticsManager
java.lang.Object
net.i2p.router.StatisticsManager
Publishes some statistics about the router in the netDB.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve a snapshot of the statistics that should be published.Retrieve a snapshot of the statistics that should be published.void
renderStatusHTML
(Writer out)
-
Field Details
-
PROP_PUBLISH_RANKINGS
- See Also:
-
-
Constructor Details
-
StatisticsManager
-
-
Method Details
-
publishStatistics
Retrieve a snapshot of the statistics that should be published. This includes all standard options (as of 0.9.24, network ID and caps) -
publishStatistics
Retrieve a snapshot of the statistics that should be published. This includes all standard options (as of 0.9.24, network ID and caps)- Parameters:
h
- current router hash, non-null- Since:
- 0.9.24
-
renderStatusHTML
-