Re: Performance of UI for Struts.

2003-08-21 Thread Craig R. McClanahan
On Thu, 21 Aug 2003, deepaksawdekar wrote: > Date: Thu, 21 Aug 2003 09:33:42 +0530 > From: deepaksawdekar <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Performance

Re: Performance of UI for Struts.

2003-08-21 Thread David Graham
--- deepaksawdekar <[EMAIL PROTECTED]> wrote: > Hi, > Please excuse me for the question but I want to test the performance of > my User interface developed using struts. Mainly I want to test how much > time it takes to load the page if execute method of action class doesn't > do any thing except f

Performance of UI for Struts.

2003-08-20 Thread deepaksawdekar
Hi, Please excuse me for the question but I want to test the performance of my User interface developed using struts. Mainly I want to test how much time it takes to load the page if execute method of action class doesn't do any thing except forwarding the request. Is there any tool to do this?