>- long minTime in milliseconds
>- long maxTime in milliseconds
>- long totalTime in milliseconds
These numbers are a given servlet deployments service(HttpServletRequest, 
HttpServletResponse)
method execution times. So there does need to be a per servlet deployment level
component to provide this information.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

----- Original Message ----- 
From: "Jules Gosnell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 13, 2003 3:14 AM
Subject: Re: [JBoss-dev] Web containers and jsr77


> Scott M Stark wrote:
> 
> >There are two layers of integration between web containers
> >and JSR77 model components I want to implement for 3.2 The
> >first is the JSR77 WebModule which is handled at the
> >AbstractWebContainer level. Subclasses of AbstractWebContainer
> >need to populate the DeploymentInfo.mbeans list with the
> >JMX ObjectNames of the war's servlets managment objects. If
> >the container is not creating JMX objects for the servlets just
> >place the name of the servlet in there.
> >
> Jetty currently does not provide MBean peers at the Servlet, but does at 
> the WebApp level.
> 
> Would it be useful to return this for each Servlet within it ? I could 
> probably get that in tonight ?
> 
> >
> >
> >The more problematic model is the ServletStats which requires
> >access to the following time statistics on a servlet's service
> >method:
> >
> >- long minTime in milliseconds
> >- long maxTime in milliseconds
> >- long totalTime in milliseconds
> >
> Jetty does provide mechanisms for collecting stats (but not at 
> individual servlet level). If you could be specific about exactly what 
> these figures represent, or point me to a doc, I'll see what I can do.
> 
> Jules



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to