Hello henrik
thanks for reply
i gone through cgi script but i not found any section named "Peer Cache
Statistics"
is it available only if some peer is specified in configuration file?
one more thing
i am looking for no of icp packets sent , icp packets received , queries
sent , reply sents etc... per peer basis
hypothetical example
peer1 10 icp packets sent
peer2 20 icp packets sent
and so on
we have in struct.h
Struct _StatCounters{
......
struct {
int pkts_sent;
int queries_sent;
int replies_sent;
int pkts_recv;
int queries_recv;
int replies_recv;
int hits_sent;
int hits_recv;
int replies_queued;
int replies_dropped;
kb_t kbytes_sent;
kb_t q_kbytes_sent;
kb_t r_kbytes_sent;
kb_t kbytes_recv;
kb_t q_kbytes_recv;
kb_t r_kbytes_recv;
StatHist query_svc_time;
StatHist reply_svc_time;
int query_timeouts;
int times_used;
} icp;
.......
};
icp counters records no information about peer. so can u tell me which data
structure contains such information.
waiting for reply
== atit
----- Original Message -----
From: "Henrik Nordstrom" <hno@squid-cache.org>
To: "atit jariwala" <atit@elitecore.com>
Cc: <squid-users@squid-cache.org>
Sent: Tuesday, April 08, 2003 1:27 PM
Subject: Re: [squid-users] ICP Statistics Info per Peer
> See the "Peer Cache Statistics" page.
>
> Regards
> Henrik
>
>
> atit jariwala wrote:
> >
> > Hello Squid users,
> > Squid records ICP statistics information but it not records any type of
> > identity information regarding to peer.I want to know per peer ICP
> > Statistics information. how to achieve this? Does cachemgr.cgi script
help
> > me?
> >
> > == atit
>
Received on Tue Apr 08 2003 - 02:31:22 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:50 MST