stagemonitor / stagemonitor-mailinglist

GitHub issues abused as a mailing list
3 stars 0 forks source link

Overhead stage monitor #14

Open Wodric opened 9 years ago

Wodric commented 9 years ago

Hi everybody,

Your tool seem really interesting for some of my personal and professional devs. But a didn't see any information about the overhead due to your monitoring system. Has you already done some performance test to experiment this? Do you think your solution is production ready?

Thanks for answer!

gedankennebel commented 9 years ago

Hi Lefevre Alexandre,

glad to hear that you are interested in stagemonitor. We are using stagemonitor already successful in several projects for our customer. The overhead of stagemonitor is very low, so that it doesn´t really impact the overall performance of the application. You can also find these informations on the mainpage of our website http://www.stagemonitor.org/ Further more this project has a 73% test coverage, including performance tests.

Am 15.08.2015 um 17:43 schrieb Lefevre Alexandre notifications@github.com:

Hi everybody,

Your tool seem really interesting for some of my personal and professional devs. But a didn't see any information about the overhead due to your monitoring system. Has you already done some performance test to experiment this? Do you think your solution is production ready?

Thanks for answer!

— Reply to this email directly or view it on GitHub https://github.com/stagemonitor/stagemonitor-mailinglist/issues/14.

Wodric commented 9 years ago

Hi Najum Ali,

Thanks for answer. Have you some examples of open sources projects which use stagemonitor?

Best regards, Alexandre

gedankennebel commented 9 years ago

You can checkout stagemonitor with spring-petclinic: https://github.com/stagemonitor/spring-petclinic

Wodric commented 9 years ago

thanks!

jardel-lima commented 6 years ago

I am testing stagemonitor in a non servlet application, it seems to be a really good apm tool that provides many informations that I need about my application. On the other hand, when I enable stagemonitor package monitoring my application's response time increases significantly, from percentil 80 of 6ms to 300ms-500ms.

I am using Aspectj to add @Traced and @Timed annotations on some of my methods and on third party classes, e.g MondoDB drive.

Is there a way to know how stagemonitor is affecting my application or why is it happened? I am using stagemonitor 0.84.0.

Thanks in advance.