From 0b2e785a4a29d2dfa8ca48e5117008b152c2624d Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 23 May 1998 05:42:58 +0000 Subject: [PATCH] report # on-disk objects --- src/stat.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"); -- 2.47.3