atit jariwala wrote: > > I am using Squid 2.5 STABLE 1, > i am using cachemgr.cgi for squid performance monitoring > I want to know how this script is generated? > > This script is using various statistics information (e.g svc_time , disk io > etc) > i want to how these data comes to script....
cachemgr.cgi makes a http request to Squid and then converts the tabular data returned into HTML. See access.log when using cachemgr. Regards Henrik
