You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michele Mazzucco <Mi...@ncl.ac.uk> on 2006/09/07 16:31:02 UTC

How to monitor web services?

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: How to monitor web services?

Posted by Michele Mazzucco <Mi...@ncl.ac.uk>.
Hi Martin,

hmm..., but if I'm right SOAPMonitor intercepts messages while I want to
visualize statistics.

Michele

Martin Gainty wrote:
> Have you looked into using SOAPMonitorApplet?
> (Ditto on Leon's suggestion on understanding what you're expecting to see )
> M-
> *********************************************************************
> 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: "Leon Rosenberg" <ro...@googlemail.com>
> To: "Tomcat Users List" <us...@tomcat.apache.org>
> Sent: Friday, September 08, 2006 4:05 AM
> Subject: Re: How to monitor web services?
> 
> 
>> 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 <Mi...@ncl.ac.uk> 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: users-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: users-help@tomcat.apache.org
>>>
>>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: How to monitor web services?

Posted by Martin Gainty <mg...@hotmail.com>.
Have you looked into using SOAPMonitorApplet?
(Ditto on Leon's suggestion on understanding what you're expecting to see )
M-
*********************************************************************
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: "Leon Rosenberg" <ro...@googlemail.com>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Friday, September 08, 2006 4:05 AM
Subject: Re: How to monitor web services?


>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 <Mi...@ncl.ac.uk> 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: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
>

Re: How to monitor web services?

Posted by Martin Gainty <mg...@hotmail.com>.
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" <Mi...@ncl.ac.uk>
To: "Tomcat Users List" <us...@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 <Mi...@ncl.ac.uk> 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: users-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: users-help@tomcat.apache.org
>>>
>>>
>> 
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
>

Re: How to monitor web services?

Posted by Michele Mazzucco <Mi...@ncl.ac.uk>.
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 <Mi...@ncl.ac.uk> 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: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: How to monitor web services?

Posted by Leon Rosenberg <ro...@googlemail.com>.
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 <Mi...@ncl.ac.uk> 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: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org