From 272716d1d1bec3447e598ccfb8ffdebdca1027cb Mon Sep 17 00:00:00 2001 From: robertc <> Date: Sun, 28 Jul 2002 17:31:06 +0000 Subject: [PATCH] Guido Serassio: add a description line to CacheMgr Async I/O counters table. --- src/fs/aufs/async_io.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fs/aufs/async_io.cc b/src/fs/aufs/async_io.cc index f47b5131d3..98117807b2 100644 --- a/src/fs/aufs/async_io.cc +++ b/src/fs/aufs/async_io.cc @@ -1,6 +1,6 @@ /* - * $Id: async_io.cc,v 1.13 2002/04/13 23:07:55 hno Exp $ + * $Id: async_io.cc,v 1.14 2002/07/28 11:31:06 robertc Exp $ * * DEBUG: section 32 Asynchronous Disk I/O * AUTHOR: Pete Bentley @@ -316,6 +316,7 @@ void aioStats(StoreEntry * sentry) { storeAppendPrintf(sentry, "ASYNC IO Counters:\n"); + storeAppendPrintf(sentry, "Operation\t# Requests\n"); storeAppendPrintf(sentry, "open\t%d\n", squidaio_counts.open); storeAppendPrintf(sentry, "close\t%d\n", squidaio_counts.close); storeAppendPrintf(sentry, "cancel\t%d\n", squidaio_counts.cancel); -- 2.47.3