/*
- * $Id: stat.cc,v 1.211 1998/03/04 23:52:37 wessels Exp $
+ * $Id: stat.cc,v 1.212 1998/03/05 00:10:30 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
static OBJH statCounters;
static OBJH statAvg5min;
static OBJH statAvg60min;
+static OBJH statUtilization;
#ifdef XMALLOC_STATISTICS
static void info_get_mallstat(int, int, StoreEntry *);
static int NCountHourHist = 0;
void
-stat_utilization_get(StoreEntry * e)
+statUtilization(StoreEntry * e)
{
storeAppendPrintf(e, "Cache Utilisation:\n");
storeAppendPrintf(e, "\n");
cachemgrRegister("60min",
"60 Minute Average of Counters",
statAvg60min, 0);
+ cachemgrRegister("utilization",
+ "Cache Utilization",
+ statUtilization, 0);
}
static void