I have used the parameter: ignite_org_apache_ignite_internal_processors_cache_cacheclustermetricsmxbeanimpl_averageputtime I am still getting zero only.
-----Original Message----- From: ezhuravlev <[email protected]> Sent: Thursday, September 20, 2018 8:48 PM To: [email protected] 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/
