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/


Unable to get the ignite cache metrics

2018-09-19 Thread kripa
Hi 
I brought ignite server on k8s cluster.
Set the below property for a cache i wanted to check the metrics
 

Then i started the client and tried to push the data into ignite cache.
I am able to see the data in the cache.
But the values for the following metrics i am getting as 0. Can some one let
me know why is this.
ignite_org_apache_ignite_internal_processors_cache_cachelocalmetricsmxbeanimpl_cacheputs
= 0
ignite_org_apache_ignite_internal_processors_cache_cachelocalmetricsmxbeanimpl_averageputtime
= 0




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