From: hno <> Date: Mon, 27 Jan 2003 15:35:47 +0000 (+0000) Subject: date: 2003/01/27 05:00:06; author: wessels; state: Exp; lines: +2 -0 X-Git-Tag: SQUID_3_0_PRE1~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a73b7cb0baeba9e6079087dcb4c4a1c661069e2;p=thirdparty%2Fsquid.git date: 2003/01/27 05:00:06; author: wessels; state: Exp; lines: +2 -0 Add the 'select_fds_hist' object to the cachemgr 'histogram' output. --- diff --git a/src/stat.cc b/src/stat.cc index 22a584dbaa..9ecfc1be04 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -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