Hello,
if I may suggest something, over the years I have found very useful jstat
and GCViewer for detecting GC suspicious behaviors. Both are of course
free, the first one giving information on a live JVM, and the second being
more interesting for an offline analysis (though it can be updated
auto
ll that in mind, I would rather go through JMX.
best regards
Eugene
Le mar. 4 juin 2019 à 18:59, Christopher Schultz
a écrit :
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Eugéne,
>
> On 6/4/19 08:03, Eugène Adell wrote:
> > Hi guys,
> >
> &
Hi guys,
I started to investigate how I could add 2 new JMX attributes, and
that doesn't look very difficult even for someone who doesn't look at
Tomcat's source code often.
My suggestion would be to add these 2 new attributes
(authenticationSucceeded and authenticationFailed) to all Realms, then