Re: [Zope] External Method = Slow; Shell Script = Fast
----- Original Message ----- From: "Edward Pollard" <edward.pollard@uleth.ca> To: "Jonathan" <dev101@magma.ca> Sent: Wednesday, November 01, 2006 5:21 PM Subject: Re: [Zope] External Method = Slow; Shell Script = Fast
Hi Jon,
ZopeProfiler seems to come with no instructions to install. Can you advise?
Ed
I haven't installed it for years, but i seem to remember that it installed just like a normal product (ie. install in the Products directory, restart zope, it shows up automagically - in linux that is, i don't do windows). Wasn't there a README when you unpacked the tarball? Maybe someone else on the list has more recent experience... Jonathan
ZopeProfiler seems to come with no instructions to install. Can you advise?
I haven't installed it for years, but i seem to remember that it installed just like a normal product (ie. install in the Products directory, restart zope, it shows up automagically - in linux that is, i don't do windows). Wasn't there a README when you unpacked the tarball?
Maybe someone else on the list has more recent experience... AFAIK profiling is integrated into Zope right now. Take a look at zope.conf and you'll find proper section. Although I'm not sure how it works. I've used ZopeProfiler product.
To install ZopeProfiler product you have to copy it to Products/ folder of your zope instance, restart your Zope and go to ControlPanel in ZMI. You should see new link there: Zope Profiler. When you want to start profiling you hit Enable, do your things and then hit Disable and watch results. -- Maciej Wisniowski
On 11/2/06 6:52 AM, "Maciej Wisniowski" <maciej.wisniowski@coig.katowice.pl> wrote:
To install ZopeProfiler product you have to copy it to Products/ folder of your zope instance, restart your Zope and go to ControlPanel in ZMI. You should see new link there: Zope Profiler. When you want to start profiling you hit Enable, do your things and then hit Disable and watch results.
I was aware the built-in profiling existed but I've never found it very easy to work with. However, when I installed ZopeProfiler it complained the built-in profiling was enabled, which was news to me. I turned it off and my problem dissolved. And then I called our server team and gave them a stern talking to. :-) --- Edward J. Pollard, B.Sc Webmaster, University of Lethbridge Ext. 1828
+-------[ Edward Pollard ]---------------------- | | I was aware the built-in profiling existed but I've never found it very easy | to work with. However, when I installed ZopeProfiler it complained the | built-in profiling was enabled, which was news to me. | | I turned it off and my problem dissolved. | | And then I called our server team and gave them a stern talking to. :-) And can you sell off 3/4 of your hardware now too? d8) -- Andrew Milton akm@theinternet.com.au
--On 2. November 2006 09:08:13 -0600 Edward Pollard <edward.pollard@uleth.ca> wrote:
On 11/2/06 6:52 AM, "Maciej Wisniowski" <maciej.wisniowski@coig.katowice.pl> wrote:
To install ZopeProfiler product you have to copy it to Products/ folder of your zope instance, restart your Zope and go to ControlPanel in ZMI. You should see new link there: Zope Profiler. When you want to start profiling you hit Enable, do your things and then hit Disable and watch results.
I was aware the built-in profiling existed but I've never found it very easy to work with. However, when I installed ZopeProfiler it complained the built-in profiling was enabled, which was news to me.
The profiler is *never* enabled by default. *You* must have enabled it somehow :-) -aj
participants (5)
-
Andreas Jung -
Andrew Milton -
Edward Pollard -
Jonathan -
Maciej Wisniowski