rishi007bansod
rishi007bansod

Reputation: 1479

Performance analysis of Apache ignite

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

Answers (2)

Dmitriy
Dmitriy

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

kuaw26
kuaw26

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

Related Questions