Hi,
The following patch add a description line to CacheMgr Async I/O counters
table.
Index: aufs/async_io.c
===================================================================
RCS file: /cvsroot/squid/squid/src/fs/aufs/async_io.c,v
retrieving revision 1.7.6.1
diff -u -p -r1.7.6.1 async_io.c
--- aufs/async_io.c 11 Jan 2002 10:14:26 -0000 1.7.6.1
+++ aufs/async_io.c 27 Jul 2002 07:48:36 -0000
@@ -328,6 +328,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);
Regards
Guido
-
=======================================================
Serassio Guido
Via Albenga, 11/4 10134 - Torino - ITALY
E-mail: guido.serassio@serassio.it
WWW: http://www.serassio.it
Received on Sat Jul 27 2002 - 01:49:38 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:15:54 MST