Package net.i2p.stat


package net.i2p.stat

These classes define the statistics package used extensively throughout the I2P router - both for adaptive operation of the router and for debugging.

  • Class
    Description
    Note - if no filter is defined in stat.logFilters at startup, this class will not be instantiated - see StatManager.
    Manage the calculation of a moving average event frequency over a certain period.
    coordinate an event frequency over various periods
    Output rate data.
    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
    Coordinate the management of various frequencies and rates within I2P components, both allowing central update and retrieval, as well as distributed creation and use.