Reputation: 1479
How can we analyze performance of Apache ignite. Task analysis in ignitevisorcmd.sh only shows duration of task, its executions(whether its finished or not). Whereas Node analysis only shows snapshot of particular time instant for cpu, memory usage etc. I want to get cpu, disk, memory utilization of certain task over its time period. So how can I get that?
Upvotes: 1
Views: 381
Reputation: 2292
Not sure if this will be exactly what you need, but you should also check hosted management console for Ignite - https://console.gridgain.com/
Upvotes: 3
Reputation: 456
You may try to use JMX MBeans for monitoring Apache Ignite.
Or you may use Visor GUI tool from GridGain Enterprise product.
Upvotes: 3