RE: Monitoring resources comsumption at context level

2019-04-05 Thread Jäkel , Guido
From: Christopher Schultz [mailto:ch...@christopherschultz.net] >Sent: Friday, April 05, 2019 12:35 AM >To: users@tomcat.apache.org >Subject: Re: Monitoring resources comsumption at context level > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Fellipe, > >On 4/4/19 16:51, Fellipe

RE: Monitoring resources comsumption at context level

2019-04-05 Thread Jäkel , Guido
>Some years ago I googled something that is called "Classmexer" (as a >subproject(?) of something that is called "Javamex" > > https://www.javamex.com/classmexer/ > I just noticed, that I also have bookmarked an post called "Instrumentation Memory Counter"

Re: Monitoring resources comsumption at context level

2019-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fellipe, On 4/4/19 16:51, Fellipe Theophilo wrote: > Hi Cris, thank you for reply. So, I've talked to the developer team > about this and they told me that they want to be able to know at > OBJECT level or at CLASS level what is consuming more

Re: Monitoring resources comsumption at context level

2019-04-04 Thread Fellipe Theophilo
Hi Cris, thank you for reply. So, I've talked to the developer team about this and they told me that they want to be able to know at OBJECT level or at CLASS level what is consuming more resources, to make easier to debug the code. For example, suppose that some JVM is having high resource

Re: Monitoring resources comsumption at context level

2019-04-03 Thread John Dale
I was interested in doing this at one point in the past. A solution that I found that was useful... If you have control of the code for your application, review it. Where in the code are you allocating resources of significance? For my purposes, I decided to disregard thread/request/connection

Re: Monitoring resources comsumption at context level

2019-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fellipe, On 4/2/19 17:04, Fellipe Theophilo wrote: > Hi everyone, I'm trying to find a way to monitor metrics of > resources comsumption at context level. I've opened this thread: >

Monitoring resources comsumption at context level

2019-04-02 Thread Fellipe Theophilo
Hi everyone, I'm trying to find a way to monitor metrics of resources comsumption at context level. I've opened this thread: https://stackoverflow.com/questions/55070370/monitoring-multiple-java-applications-at-once-with-one-zabbix-java-gateway But no one knows a solution. By using jConsole and