From: Martin Mares Date: Sat, 28 Jun 2003 13:58:28 +0000 (+0000) Subject: Decreased EWMA. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bdbb3ad227a70312655ff74c8bc3181b9c84d2ee;p=netgrind.git Decreased EWMA. --- diff --git a/post/graph-http-cache b/post/graph-http-cache index 39bc104..21092be 100755 --- a/post/graph-http-cache +++ b/post/graph-http-cache @@ -11,7 +11,7 @@ open D, ">$datafile" or die; my @colnames = (); my @ewma = ( 0, 0, 0, 0 ); -my $ew = 0.9; +my $ew = 0.5; my $eww = 1-$ew; while (<>) { chomp;