diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-03-11 21:08:19 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-03-11 21:08:19 +0100 |
commit | c1676927af530e87f849df945deaa65182db5835 (patch) | |
tree | 95f7ff938758da08637167e02f3f70fb076a62b1 /lib/Smokeping | |
parent | 021947ad8e963d89bdb00bd9de24dc962a3472bf (diff) | |
download | smokeping-c1676927af530e87f849df945deaa65182db5835.tar.gz smokeping-c1676927af530e87f849df945deaa65182db5835.tar.xz |
removed extra space
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/matchers/Avgratio.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/matchers/Avgratio.pm b/lib/Smokeping/matchers/Avgratio.pm index 8679fe9..e97fcf0 100644 --- a/lib/Smokeping/matchers/Avgratio.pm +++ b/lib/Smokeping/matchers/Avgratio.pm @@ -5,7 +5,7 @@ package Smokeping::matchers::Avgratio; Smokeping::matchers::Avgratio - detect changes in average median latency =head1 OVERVIEW - + The Avgratio matcher establishes a historic average median latency over several measurement rounds. It compares this average, against a second average latency value again build over several rounds of measurement. |