]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add averages to digest blob
authorwessels <>
Fri, 10 Apr 1998 05:26:08 +0000 (05:26 +0000)
committerwessels <>
Fri, 10 Apr 1998 05:26:08 +0000 (05:26 +0000)
src/stat.cc

index 88eae243a29b05b16beda615ae9b3c7510e7ef4b..cc13540f74bf42df40d80a9cd3626716c529b781 100644 (file)
@@ -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");