I was looking for a recent version of CallProfiler. It's cannonical page on: http://www.zope.org/Members/richard/CallProfiler/ mentions that it's reported not to work in 2.5.x and that it'd be integrated into Zope 2.6, which makes me believe that the version available for download won't work with 2.6 either. What is the status of this wonderful product wrt Zope 2.6? -- Ideas don't stay in some minds very long because they don't like solitary confinement.
Hello Leonardo, Tuesday, October 15, 2002, 2:51:26 AM, you wrote: LRA> I was looking for a recent version of CallProfiler. LRA> It's cannonical page on: LRA> http://www.zope.org/Members/richard/CallProfiler/ LRA> mentions that it's reported not to work in 2.5.x and that it'd be LRA> integrated into Zope 2.6, which makes me believe that the version LRA> available for download won't work with 2.6 either. LRA> What is the status of this wonderful product wrt Zope 2.6? I can give you no official info, as i was just as confused a few days ago, but i can tell about my own experience. Having read somewhere that CP was to be integrated into 2.6 i didn't bring the product files for it over to my 2.6-directory when upgrading from 2.4 to 2.6. This gave me a broken icon in the controlpanel that i could not get rid of, but otherwise everything was working. I could not find anything resembling CP though, so i copied the files over, restarted, and everything worked, just like before. Seems to me there is no CallProfiler integrated in 2.6 (but that might just be not noticing it...) , - it also seems like installing CP under 2.6 works just fine.. :) -- Geir Bækholt web-developer geirh@funcom.com funcom oslo | webdev-team
On Wed, 2002-10-16 at 05:20, Geir Bækholt wrote:
Hello Leonardo, Tuesday, October 15, 2002, 2:51:26 AM, you wrote:
LRA> I was looking for a recent version of CallProfiler. LRA> It's cannonical page on: LRA> http://www.zope.org/Members/richard/CallProfiler/ LRA> mentions that it's reported not to work in 2.5.x and that it'd be LRA> integrated into Zope 2.6, which makes me believe that the version LRA> available for download won't work with 2.6 either. LRA> What is the status of this wonderful product wrt Zope 2.6?
I can give you no official info, as i was just as confused a few days ago, but i can tell about my own experience.
Having read somewhere that CP was to be integrated into 2.6 i didn't bring the product files for it over to my 2.6-directory when upgrading from 2.4 to 2.6. This gave me a broken icon in the controlpanel that i could not get rid of, but otherwise everything was working. I could not find anything resembling CP though, so i copied the files over, restarted, and everything worked, just like before. Seems to me there is no CallProfiler integrated in 2.6 (but that might just be not noticing it...) , - it also seems like installing CP under 2.6 works just fine..
Thanks, I'll give it a try. Even then, I'd like to know from the Zope development community what currently are the plans for CallProfiler. Cheers, Leo -- Ideas don't stay in some minds very long because they don't like solitary confinement.
Well, sorta... CallProfiler wasn't profiling ZPTs because they've been renamed/moved from Products.PageTemplates.PageTemplates.PageTemplates to Products.PageTemplates.ZopePageTemplate.ZopePageTemplate. Here's a patch to make it work again. BTW, does anyone know what a MLDTMLMethod from a MLDTML product (in CallProfiler/CallProfiler.py:124-125) is? Anyway, I'm still wondering whatever happened to the CallProfiler integration plans. I see there are anthony-CallProfiler-something branches in CVS, but I couldn't make anything of them (probably my CVS inexperience). Anyone knows anything about this? Cheers, Leo PS: Richard, I'm CCing this to you because you mentioned you're accepting patches and I don't know if you subscribe to zope-dev. -- Ideas don't stay in some minds very long because they don't like solitary confinement. --- CallProfiler/CallProfiler.py-orig 2002-02-08 04:07:01.000000000 -0200 +++ CallProfiler/CallProfiler.py 2002-10-17 13:04:55.000000000 -0200 @@ -118,8 +118,8 @@ self.name, s, self.name) profileable_modules = { - 'Page Template': Profileable('Products.PageTemplates.PageTemplates', - 'PageTemplates', '__call__'), + 'Page Template': Profileable('Products.PageTemplates.ZopePageTemplate', + 'ZopePageTemplate', '__call__'), 'DTML Method': Profileable('OFS.DTMLMethod', 'DTMLMethod', '__call__'), 'MLDTMLMethod': Profileable('Products.MLDTML.MLDTML', 'MLDTMLMethod', '__call__'),
On Fri, 18 Oct 2002 6:07 am, Leonardo Rochael Almeida wrote:
CallProfiler wasn't profiling ZPTs because they've been renamed/moved from Products.PageTemplates.PageTemplates.PageTemplates to Products.PageTemplates.ZopePageTemplate.ZopePageTemplate. Here's a patch to make it work again.
I'll see about patching it and release a new version for 2.5 (not supporting 2.4 any more).
BTW, does anyone know what a MLDTMLMethod from a MLDTML product (in CallProfiler/CallProfiler.py:124-125) is?
It's our in-house multilingual support ;)
Anyway, I'm still wondering whatever happened to the CallProfiler integration plans. I see there are anthony-CallProfiler-something branches in CVS, but I couldn't make anything of them (probably my CVS inexperience). Anyone knows anything about this?
Sorry, both Anthony and I ran out of tuits before the 2.6 release. I believe the final integration was simply lost somewhere between Anthony and Brian - but they'd know what the exact situation is.
PS: Richard, I'm CCing this to you because you mentioned you're accepting patches and I don't know if you subscribe to zope-dev.
Thanks, but I'm on -dev ;) Richard
participants (3)
-
Geir Bækholt -
Leonardo Rochael Almeida -
Richard Jones