Class Mongo::Server::RoundTripTimeAverager
In: lib/mongo/server/round_trip_time_averager.rb
Parent: Object

@api private

Methods

measure   new  

Constants

RTT_WEIGHT_FACTOR = 0.2.freeze   The weighting factor (alpha) for calculating the average moving round trip time.

Attributes

average_round_trip_time  [R] 
last_round_trip_time  [R] 

Public Class methods

Public Instance methods

[Validate]