why not display the results (queue sizes, response time) with time deltas in 
html./pdf?
Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Michele Mazzucco" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, September 08, 2006 5:05 AM
Subject: Re: How to monitor web services?


> Hi leon,
> 
> my stateful web service is just an application router, that is, it
> forwards client requests to computational nodes (which are hidden to the
> clients), according to specified policies. The router maintains queues
> of requests (one queue for each provided service) and collects
> statistics (i.e. throughput and service time) in order to be able to
> react to changes (that is, to reconfigure the nodes allocation). I want
> to monitor those values: queue sizes, response time, etc.
> 
> Best regards,
> Michele
> 
> Leon Rosenberg wrote:
>> I thought to wait for better answers than mine, but noone seems to have
>> one.
>> Can you say what exactly you want to monitor?
>> 
>> regards
>> leon
>> 
>> On 9/7/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
>>> Hi all,
>>>
>>> I'm using Axis2 embedded into Tomcat. I've got a stateful web service
>>> which needs to be monitored.
>>> I think the best way to monitor my application is via JMX, but I've
>>> found out that axis2 is only a servlet. Is this a problem?, How could I
>>> accomplish my goal?
>>>
>>>
>>> Any help would be appreciated,
>>> Michele
>>>
>>> ---------------------------------------------------------------------
>>> To start a new topic, e-mail: users@tomcat.apache.org
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>> 
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to