I deployed hadoop 2 (HDP2), and would like to get the disk i/o metrics of my slave nodes in ganglia. I didn't find any relevant metric so far.
What metric do you suggest to use or to add to ganglia ?
Thanks
I deployed hadoop 2 (HDP2), and would like to get the disk i/o metrics of my slave nodes in ganglia. I didn't find any relevant metric so far.
What metric do you suggest to use or to add to ganglia ?
Thanks
As stated by @vishnu: Ganglia Python Module Disk-stat provided here
You can also use gmetric scripts that you would run from cron from here
Finally, you can use collectl and export disk metrics to ganglia, see here