Uses of Class
net.i2p.stat.RateStat

Packages that use RateStat
net.i2p.router.peermanager   
net.i2p.stat   
 

Uses of RateStat in net.i2p.router.peermanager
 

Methods in net.i2p.router.peermanager that return RateStat
 RateStat PeerProfile.getCommError()
          how long between communication errors with the peer (disconnection, etc), calculated over a 1 minute, 1 hour, and 1 day period
 RateStat PeerProfile.getDbIntroduction()
          how many new peers we get from dbSearchReplyMessages or dbStore messages, calculated over a 1 hour, 1 day, and 1 week period
 RateStat PeerProfile.getDbResponseTime()
          how long it takes to get a db response from the peer (in milliseconds), calculated over a 1 minute, 1 hour, and 1 day period
 RateStat DBHistory.getFailedLookupRate()
          how often does the peer fail to reply to a lookup request, broken into 1 hour and 1 day periods.
 RateStat TunnelHistory.getFailedRate()
           
 RateStat DBHistory.getInvalidReplyRate()
           
 RateStat TunnelHistory.getProcessFailureRate()
           
 RateStat TunnelHistory.getProcessSuccessRate()
           
 RateStat PeerProfile.getReceiveSize()
          how large received messages are, calculated over a 1 minute, 1 hour, and 1 day period
 RateStat TunnelHistory.getRejectionRate()
           
 RateStat PeerProfile.getSendFailureSize()
          how large messages that could not be sent were, calculated over a 1 minute, 1 hour, and 1 day period
 RateStat PeerProfile.getSendSuccessSize()
          how large successfully sent messages are, calculated over a 1 minute, 1 hour, and 1 day period
 RateStat PeerProfile.getTunnelCreateResponseTime()
          how long it takes to get a tunnel create response from the peer (in milliseconds), calculated over a 1 minute, 1 hour, and 1 day period
 RateStat PeerProfile.getTunnelTestResponseTime()
          how long it takes to successfully test a tunnel this peer participates in (in milliseconds), calculated over a 10 minute, 1 hour, and 1 day period
 RateStat PeerProfile.getTunnelTestResponseTimeSlow()
          how long it takes to successfully test the peer (in milliseconds) when the time exceeds 5s
 

Uses of RateStat in net.i2p.stat
 

Methods in net.i2p.stat that return RateStat
 RateStat StatManager.getRate(java.lang.String name)
           
 RateStat Rate.getRateStat()
           
 

Methods in net.i2p.stat with parameters of type RateStat
 void Rate.setRateStat(RateStat rs)