]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
date: 2003/01/27 05:00:06; author: wessels; state: Exp; lines: +2 -0
authorhno <>
Mon, 27 Jan 2003 15:35:47 +0000 (15:35 +0000)
committerhno <>
Mon, 27 Jan 2003 15:35:47 +0000 (15:35 +0000)
Add the 'select_fds_hist' object to the cachemgr 'histogram' output.

src/stat.cc

index 22a584dbaa3ae1ee579bd6a81ab196f55f4e3a8e..9ecfc1be04efe1aed47e5e807b338012bccfad38 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.368 2003/01/27 08:04:01 hno Exp $
+ * $Id: stat.cc,v 1.369 2003/01/27 08:35:47 hno Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -1011,6 +1011,8 @@ statCountersHistograms(StoreEntry * sentry)
     statHistDump(&f->icp.reply_svc_time, sentry, NULL);
     storeAppendPrintf(sentry, "dns.svc_time histogram:\n");
     statHistDump(&f->dns.svc_time, sentry, NULL);
+    storeAppendPrintf(sentry, "select_fds_hist histogram:\n");
+    statHistDump(&f->select_fds_hist, sentry, NULL);
 }
 
 static void