Uses of Package
net.i2p.stat

Packages that use net.i2p.stat
Package
Description
Core I2P package, contains information about the I2P version and an entry point to access important elements.
The peer manager logs information about the history and quality of network peers.
The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war.
These classes define the statistics package used extensively throughout the I2P router - both for adaptive operation of the router and for debugging.
  • Classes in net.i2p.stat used by net.i2p
    Class
    Description
    Coordinate the management of various frequencies and rates within I2P components, both allowing central update and retrieval, as well as distributed creation and use.
  • Class
    Description
    coordinate a moving rate over various periods
  • Classes in net.i2p.stat used by net.i2p.router.web
    Class
    Description
    Simple rate calculator for periodically sampled data points - determining an average value over a period, the number of events in that period, the maximum number of events (using the interval between events), and lifetime data.
    Receive the state of the rate when its coallesced
  • Classes in net.i2p.stat used by net.i2p.stat
    Class
    Description
    Manage the calculation of a moving average event frequency over a certain period.
    coordinate an event frequency over various periods
    Simple rate calculator for periodically sampled data points - determining an average value over a period, the number of events in that period, the maximum number of events (using the interval between events), and lifetime data.
    Storage space for computations of various averages.
    coordinate a moving rate over various periods
    Receive the state of the rate when its coallesced
    Component to be notified when a particular event occurs