Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E912A86CA for ; Tue, 13 Sep 2011 15:25:28 +0000 (UTC) Received: (qmail 7413 invoked by uid 500); 13 Sep 2011 15:25:26 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 7387 invoked by uid 500); 13 Sep 2011 15:25:26 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 7379 invoked by uid 99); 13 Sep 2011 15:25:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 15:25:26 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of maurizio.cucchiara@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-gw0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 15:25:20 +0000 Received: by gwj22 with SMTP id 22so688396gwj.35 for ; Tue, 13 Sep 2011 08:24:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=zYlEE1G2Lvgp0b5QLqRyC8qThgSlLG3WfJOMLXE0CoM=; b=jdGxnsDAa+X0Ij5odFUYHtWLDnql+1JOFZXuOj1oDA4Wbg8bzDSB8Wdnhu8u5VdpFc F3V7hyr8AUiyquQie4Fk9ssc2e87/LYh3juVvxfIirWIemFONTWhpsrVvvInmX7ODe/i UVneFNnmrtMdZA8ldkq0GK/CNMN7Nrc9g7e/M= Received: by 10.68.28.199 with SMTP id d7mr1052598pbh.142.1315927499220; Tue, 13 Sep 2011 08:24:59 -0700 (PDT) MIME-Version: 1.0 Sender: maurizio.cucchiara@gmail.com Received: by 10.143.28.18 with HTTP; Tue, 13 Sep 2011 08:24:39 -0700 (PDT) In-Reply-To: <1315901910844-4797559.post@n5.nabble.com> References: <1315901910844-4797559.post@n5.nabble.com> From: Maurizio Cucchiara Date: Tue, 13 Sep 2011 17:24:39 +0200 X-Google-Sender-Auth: PvOpCUknoZQ0AUE8xLrwBIBsIqo Message-ID: Subject: Re: How do i test Struts 2 jsp page rendering time. To: Struts Users Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I don't know if timer interceptor [1] is what your are looking for. Be aware that TI computes the execution time of every action and not the one of the jsp rendering. [1] http://struts.apache.org/2.2.3.1/docs/timer-interceptor.html Maurizio Cucchiara On 13 September 2011 10:18, mohan rao wrote: > Hi, > > =A0 =A0I want to test jsp page rendering time used struts-tags. I put a l= og > message at the end of the action class before returning result and again = at > first calling interceptor because it will be executed last. And after res= ult > is sending all the interceptors will be executed in reverse order. Am i > doing right or wrong? Is there any other way to test page rendering time. > Thanks. > > -- > View this message in context: http://struts.1045723.n5.nabble.com/How-do-= i-test-Struts-2-jsp-page-rendering-time-tp4797559p4797559.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org