Package net.i2p.router
Class StatisticsManager
java.lang.Object
net.i2p.router.StatisticsManager
public class StatisticsManager extends Object
Publishes some statistics about the router in the netDB.
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_PUBLISH_RANKINGS -
Constructor Summary
Constructors Constructor Description StatisticsManager(RouterContext context) -
Method Summary
Modifier and Type Method Description PropertiespublishStatistics()Retrieve a snapshot of the statistics that should be published.PropertiespublishStatistics(Hash h)Retrieve a snapshot of the statistics that should be published.voidrenderStatusHTML(Writer out)
-
Field Details
-
PROP_PUBLISH_RANKINGS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
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
-