From: wessels <> Date: Sat, 23 May 1998 05:42:58 +0000 (+0000) Subject: report # on-disk objects X-Git-Tag: SQUID_3_0_PRE1~3269 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b2e785a4a29d2dfa8ca48e5117008b152c2624d;p=thirdparty%2Fsquid.git report # on-disk objects --- diff --git a/src/stat.cc b/src/stat.cc index fce3dcd4c0..23217cac62 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,6 +1,6 @@ /* - * $Id: stat.cc,v 1.251 1998/05/22 23:14:21 wessels Exp $ + * $Id: stat.cc,v 1.252 1998/05/22 23:42:58 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -606,6 +606,8 @@ info_get(StoreEntry * sentry) hot_obj_count); storeAppendPrintf(sentry, "\t%6d Filemap bits set\n", storeDirMapBitsInUse()); + storeAppendPrintf(sentry, "\t%6d on-disk objects\n", + n_disk_objects); #if XMALLOC_STATISTICS storeAppendPrintf(sentry, "Memory allocation statistics\n");