]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
report # on-disk objects
authorwessels <>
Sat, 23 May 1998 05:42:58 +0000 (05:42 +0000)
committerwessels <>
Sat, 23 May 1998 05:42:58 +0000 (05:42 +0000)
src/stat.cc

index fce3dcd4c0f5cdfb1673ae1a9786b13677f353ae..23217cac620162f58c3f184f26dd3479571ec48d 100644 (file)
@@ -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");