3

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

mathieu
  • 2,330
  • 2
  • 24
  • 44

3 Answers3

2

You can also use Ganglia Python Module Disk-stat provided here

vishnu
  • 451
  • 4
  • 18
  • Can you explain how to use Ganglia Python Module Disk-stat? Thank you very much . github.com/ganglia/gmond_python_modules/tree/master/diskstat. – gwgyk Jun 30 '15 at 03:32
1

cloudera-manager can help monitor the cluster status including Disk I/O

zhutoulala
  • 4,792
  • 2
  • 21
  • 34
1

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

harschware
  • 13,006
  • 17
  • 55
  • 87
  • 1
    Can you explain how to use Ganglia Python Module Disk-stat? Thank you very much . https://github.com/ganglia/gmond_python_modules/tree/master/diskstat. – gwgyk Jun 30 '15 at 03:31