/*
- * $Id: stat.cc,v 1.238 1998/04/14 16:38:23 rousskov Exp $
+ * $Id: stat.cc,v 1.239 1998/04/15 00:34:34 rousskov Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
statHistDump(&f->icp.query_svc_time, sentry, NULL);
storeAppendPrintf(sentry, "\nicp.reply_svc_time histogram:\n");
statHistDump(&f->icp.reply_svc_time, sentry, NULL);
+ storeAppendPrintf(sentry, "\nicp.server_svc_time histogram:\n");
+ statHistDump(&f->icp.server_svc_time, sentry, NULL);
storeAppendPrintf(sentry, "\nicp.client_svc_time histogram:\n");
statHistDump(&f->icp.client_svc_time, sentry, NULL);
+ storeAppendPrintf(sentry, "\ncd.server_svc_time histogram:\n");
+ statHistDump(&f->cd.server_svc_time, sentry, NULL);
storeAppendPrintf(sentry, "\ncd.client_svc_time histogram:\n");
statHistDump(&f->cd.client_svc_time, sentry, NULL);
storeAppendPrintf(sentry, "\ncd.peer_choice_count histogram:\n");