Hi, Jason, I think you could use JMX to monitor various metrics of Ignite.
You may start to look from classes: org.apache.ignite.mxbean.IgniteMXBean org.apache.ignite.mxbean.CacheMetricsMXBean On Mon, Jul 25, 2016 at 6:17 PM, Jason <[email protected]> wrote: > hi Ignite team, > > In the community version, how to monitor the below info: > > 1. which nodes are one cache assigned to? which partitions for each node? > > 2. how to monitor the memory usage in each node for one cache? > > 3. how to monitor the off-heap memory usage for one node? seems the node > command in IgniteVisor can only show the heap and non-heap which isn't the > same with off-heap memory. > > Thanks, > -Jason > > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-monitor-the-cache-info-tp6515.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
