RE: Thoughts about performance monitoring in Tapestry

2006-10-10 Thread Mark Stang
ssage- From: Robin Ericsson [mailto:[EMAIL PROTECTED] Sent: Tue 10/10/2006 2:16 AM To: Tapestry users Subject: Re: Thoughts about performance monitoring in Tapestry On 10/9/06, Mark Stang <[EMAIL PROTECTED]> wrote: > Try JProfiler. It can track where you application is spending all

Re: Thoughts about performance monitoring in Tapestry

2006-10-10 Thread Robin Ericsson
On 10/9/06, Mark Stang <[EMAIL PROTECTED]> wrote: Try JProfiler. It can track where you application is spending all of its time. One thing that came up earlier is that OGNL is a hog. However, we haven't found Tapestry to be the issue, but the rest of the app... For simple expressions, try

Re: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Darío Vasconcelos
y points he can profile those. Mark Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: Konstantin Ignatyev [mailto:[EMAIL PROTECTED] Sent: Mon 10/9/2006 4:21 PM To: Tapestry users Subject: RE: Thoughts about performan

RE: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Mark Stang
3.507.2833 Ping Identity -Original Message- From: Konstantin Ignatyev [mailto:[EMAIL PROTECTED] Sent: Mon 10/9/2006 4:21 PM To: Tapestry users Subject: RE: Thoughts about performance monitoring in Tapestry --- Mark Stang <[EMAIL PROTECTED]> wrote: > > The time spent

RE: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Konstantin Ignatyev
--- Mark Stang <[EMAIL PROTECTED]> wrote: > > The time spent in each page is at the bottom of each > page. Each page logs how long it took to render > itself. > > For one page: > > > And for another: > > > > However, that is a total time, > Please look up old discussions rega

RE: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Mark Stang
CTED] Sent: Mon 10/9/2006 3:34 PM To: Tapestry users Subject: Re: Thoughts about performance monitoring in Tapestry Well, actually the tool that I'm using (PerformaSure by Quest) is pretty professional, I guess I'm getting as many clues as possible. My questions were more in the direction o

Re: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Konstantin Ignatyev
regards, > > > > Mark > > > > Mark J. Stang > > Senior Engineer/Architect > > office: +1 303.468.2900 > > mobile: +1 303.507.2833 > > Ping Identity > > > > > > > > -Original Message- > > From: James Carman > [mailto:[EMAIL PROTECTED] >

Re: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Darío Vasconcelos
er/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Mon 10/9/2006 1:52 PM To: Tapestry users Subject: Re: Thoughts about performance monitoring in Tapestry Have you tried turning on Tapestry's &

RE: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Mark Stang
.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Mon 10/9/2006 1:52 PM To: Tapestry users Subject: Re: Thoughts about performance monitoring in Tapestry Have you tried turning on Tapestry's "friendly URLs"?

Re: Thoughts about performance monitoring in Tapestry

2006-10-09 Thread James Carman
Have you tried turning on Tapestry's "friendly URLs"? That would give you some better URLs to deal with maybe. > Hi, > > I'm currently analyzing an application built completely with Tapestry, > and additionally uses Spring, Hibernate, and EJBs. The main tool for > the performance analysis is an a

Thoughts about performance monitoring in Tapestry

2006-10-09 Thread Darío Vasconcelos
Hi, I'm currently analyzing an application built completely with Tapestry, and additionally uses Spring, Hibernate, and EJBs. The main tool for the performance analysis is an agent that is deployed in WebLogic and reads HTTP requests, bean calls, and mostly everything that happens inside the appl