Re: [squid-users] Profiling patch redo, need help.

From: Pranav Desai <pranavadesai@dont-contact.us>
Date: Wed, 30 Aug 2006 15:17:26 -0700

Hello,

For this patch I have to use the following structures to store the timestamps.
ConnStateData (for clientIn/Out)
HttpStateData (for serverIn/Out)
StoreEntry (for diskIn/Out)

With this is becomes kind of difficult to present the result in one
place. Do you think its possible to use StoreEntry struct for
everything, since it seems like the all the above structs use
StoreEntry.

Let me know if you have any other suggestions as well.

Thanks for your time.

-- Pranav

Some results for the patch:
from wget -r -l 1 www.google.com

2006/08/30 15:08:09| PROFILING: clientIn http://www.google.com/
1156975689.70644/63/105
2006/08/30 15:08:09| PROFILING: serverOut / 1156975689.159148/129/168
2006/08/30 15:08:09| PROFILING: serverIn / 1156975689.159355/103444/107351
2006/08/30 15:08:09| PROFILING: clientOut / 1156975689.262965/194/3988
2006/08/30 15:08:09| PROFILING: clientIn
http://www.google.com/robots.txt 1156975689.268151/32/61
2006/08/30 15:08:09| PROFILING: serverOut /robots.txt 1156975689.357594/161/227
2006/08/30 15:08:09| PROFILING: serverIn /robots.txt
1156975689.357879/110398/111290
2006/08/30 15:08:09| PROFILING: clientOut /robots.txt 1156975689.468400/167/849
2006/08/30 15:08:11| PROFILING: clientIn
http://www.google.com/intl/en/images/logo.gif 1156975691.101383/43/81
2006/08/30 15:08:11| PROFILING: serverOut /intl/en/images/logo.gif
1156975691.203600/94/131
2006/08/30 15:08:11| PROFILING: serverIn /intl/en/images/logo.gif
1156975691.203767/109384/247216
2006/08/30 15:08:11| PROFILING: diskOut
http://www.google.com/intl/en/images/logo.gif
1156975691.317039/276/133993
2006/08/30 15:08:11| PROFILING: clientOut /intl/en/images/logo.gif
1156975691.313285/179/137957
2006/08/30 15:08:11| PROFILING: clientIn
http://www.google.com/imghp?hl=en&ie=UTF-8&tab=wi
1156975691.451883/31/60
2006/08/30 15:08:11| PROFILING: serverOut /imghp?hl=en&ie=UTF-8&tab=wi
1156975691.452076/75/119
2006/08/30 15:08:11| PROFILING: serverIn /imghp?hl=en&ie=UTF-8&tab=wi
1156975691.452212/393940/398887
2006/08/30 15:08:11| PROFILING: clientOut /imghp?hl=en&ie=UTF-8&tab=wi
1156975691.846269/254/4921
2006/08/30 15:08:11| PROFILING: clientIn
http://www.google.com/maphp?hl=en&ie=UTF-8&tab=wl
1156975691.851874/29/58
2006/08/30 15:08:11| PROFILING: serverOut /maphp?hl=en&ie=UTF-8&tab=wl
1156975691.970916/95/135
2006/08/30 15:08:12| PROFILING: serverIn /maphp?hl=en&ie=UTF-8&tab=wl
1156975691.971091/137047/537778
2006/08/30 15:08:12| PROFILING: clientOut /maphp?hl=en&ie=UTF-8&tab=wl
1156975692.108259/161/400726
2006/08/30 15:08:12| PROFILING: clientIn
http://www.google.com/intl/en/options/ 1156975692.509833/30/59
2006/08/30 15:08:12| PROFILING: serverOut /intl/en/options/
1156975692.748149/93/130
2006/08/30 15:08:13| PROFILING: serverIn /intl/en/options/
1156975692.748318/115016/355249
2006/08/30 15:08:13| PROFILING: clientOut /intl/en/options/
1156975692.863462/195/240267
2006/08/30 15:08:13| PROFILING: clientIn
http://www.google.com/language_tools?hl=en 1156975693.104599/36/67
2006/08/30 15:08:13| PROFILING: serverOut /language_tools?hl=en
1156975693.233595/100/137
2006/08/30 15:08:14| PROFILING: serverIn /language_tools?hl=en
1156975693.233769/316264/1075800
2006/08/30 15:08:14| PROFILING: clientOut /language_tools?hl=en
1156975693.550152/162/759534
2006/08/30 15:08:14| PROFILING: clientIn
http://www.google.com/intl/en/ads/ 1156975694.666853/41/79
2006/08/30 15:08:14| PROFILING: serverOut /intl/en/ads/ 1156975694.755357/91/128
2006/08/30 15:08:14| PROFILING: serverIn /intl/en/ads/
1156975694.755520/234571/239791
2006/08/30 15:08:14| PROFILING: clientOut /intl/en/ads/
1156975694.990272/187/5136
2006/08/30 15:08:14| PROFILING: clientIn
http://www.google.com/services/ 1156975694.996256/29/58
2006/08/30 15:08:15| PROFILING: serverOut /services/ 1156975695.98481/94/132
2006/08/30 15:08:15| PROFILING: serverIn /services/
1156975695.98681/98387/438090
2006/08/30 15:08:15| PROFILING: clientOut /services/
1156975695.197195/163/339670
2006/08/30 15:08:15| PROFILING: clientIn
http://www.google.com/intl/en/about.html 1156975695.537512/37/67
2006/08/30 15:08:15| PROFILING: serverOut /intl/en/about.html
1156975695.650173/97/130
2006/08/30 15:08:15| PROFILING: serverIn /intl/en/about.html
1156975695.650343/119268/222970
2006/08/30 15:08:15| PROFILING: clientOut /intl/en/about.html
1156975695.769738/171/103661

On 8/30/06, Pranav Desai <pranavadesai@gmail.com> wrote:
> On 8/29/06, Pranav Desai <pranavadesai@gmail.com> wrote:
> > On 8/29/06, Adrian Chadd <adrian@creative.net.au> wrote:
> > > On Mon, Aug 28, 2006, Pranav Desai wrote:
> > >
> > > > I think I did join, but I never received the acknowledgement mail.
> > > > Maybe I will try it again.
> > >
> > > I've manually added you now.
> > >
> >
> > Great ! thanks.
> > > > >You can just include the patch in the body of your email rather than as
> > > > >an attachment. Or, if its more than a couple hundred lines long, just
> > > > >put it on a website somewhere.
> > > > >
> > > > >
> > > > Here is the patch
> > > >
> > > > http://pd.dnsalias.org/download/profiling_patch
> > >
>
> Please download the updated patch. I had missed some files.
>
> cd squid-2.6.STABLE3
> patch -p1 < profiling_patch
> export CFLAGS="-DPROFILE_OBJECTS"
> ./configure
> make
>
> -- Pranav
>
> > > Ok! Have you run it yet? What kind of results are you seeing?
> > >
> >
> > Yes, I have run some really basic test, few requests, it seems correct
> > since the timing at each step seems reasonable and also the duration
> > of the entire request processing matches the time shown in access.log.
> >
> > >
> > >
> > > Adrian
> > >
> > >
> >
> >
> > --
> >
> > ------------------------------
> > http://pd.dnsalias.org
> >
>
>
> --
>
> ------------------------------
> http://pd.dnsalias.org
>

-- 
------------------------------
http://pd.dnsalias.org
Received on Wed Aug 30 2006 - 16:17:28 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Sep 01 2006 - 12:00:02 MDT