performance monitoring tools for multi-tenant web application

Posted by Anton on Stack Overflow See other posts from Stack Overflow or by Anton
Published on 2010-05-03T18:32:03Z Indexed on 2010/05/03 18:38 UTC
Read the original article Hit count: 272

We have a need to monitor performance of our java web app. We are looking for some tolls which can help us with this task. The major difficulty is that we are SaaS provider with multi-tenant server architecture with hundreds of customers running on the same hardware. So far we tried commercial products like DynaTrace and Coradinat but unfortunately they don't get the job done so far. What we need is a simple report which would tell us if we had performance problems on each customer site in a specified period of time. Mostly it will be response time per customer but also we will need some more specifics based on the URLs.

please let me know if someone had any experience with setting up such monitoring.

Thanks!

© Stack Overflow or respective owner

Related posts about multi-tenant

Related posts about java