From: wessels <> Date: Fri, 10 Apr 1998 05:26:08 +0000 (+0000) Subject: add averages to digest blob X-Git-Tag: SQUID_3_0_PRE1~3522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e2a29159b6d79f4ffabe7c48dd679bd76fe92a;p=thirdparty%2Fsquid.git add averages to digest blob --- diff --git a/src/stat.cc b/src/stat.cc index 88eae243a2..cc13540f74 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.231 1998/04/09 21:32:11 wessels Exp $ + * $Id: stat.cc,v 1.232 1998/04/09 23:26:08 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -1125,6 +1125,8 @@ statDigestBlob(StoreEntry * sentry) { storeAppendPrintf(sentry, "\nCounters:\n"); statCountersDump(sentry); + storeAppendPrintf(sentry, "\n5 Min Averages:\n"); + statAvgDump(sentry, 5, 0); storeAppendPrintf(sentry, "\nHistograms:\n"); statCountersHistograms(sentry); storeAppendPrintf(sentry, "\nPeer Digests:\n");