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?
You may try to use JMX MBeans for monitoring Apache Ignite.
Or you may use Visor GUI tool from GridGain Enterprise product.