RE: Unable to get the ignite cache metrics

2018-09-28 Thread V, Krupa (Nokia - IN/Bangalore)
I have used the parameter: 
ignite_org_apache_ignite_internal_processors_cache_cacheclustermetricsmxbeanimpl_averageputtime
 
I am still getting zero only.

-Original Message-
From: ezhuravlev  
Sent: Thursday, September 20, 2018 8:48 PM
To: user@ignite.apache.org
Subject: Re: Unable to get the ignite cache metrics

Hi,

Looks like you try to access local cache metrics on client node, which will be 
empty, because clients doesn't store cache. Try to use 
CacheClusterMetricsMXBeanImpl instead.

Evgenii



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Unable to get the ignite cache metrics

2018-09-20 Thread ezhuravlev
Hi,

Looks like you try to access local cache metrics on client node, which will
be empty, because clients doesn't store cache. Try to use
CacheClusterMetricsMXBeanImpl instead.

Evgenii



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/