Package network_monitor_udp :: Module udpmoncli :: Class Statistics
[frames] | no frames]

Class Statistics

source code

Instance Methods
 
__init__(self, count, count_restricted, missed, sum_latency, sum_latency_restricted, bins, window_start, window_end, exceptions) source code
 
get_window_length(self) source code
 
get_percentage_bins(self) source code
 
get_average_latency(self) source code
 
get_average_latency_restricted(self) source code
 
get_smart_bins(self) source code
 
accumulate(self, extra_stats)
Combines the stats from extra_stats into the existing stats.
source code
Method Details

accumulate(self, extra_stats)

source code 

Combines the stats from extra_stats into the existing stats. Expects the time windows to be adjacent.