A photo of Mitesh Shah

Mitesh Shah

Linux Expert | Automation Enthusiast | Security Consultant

Email Skype Github Twitter Resume Hire Me Keybase LinkedIn Stackoverflow


How to Install Collectd

Overview

Collectd

  • Collectd – The system statistics collection daemon.
  • collectd gathers statistics about the system it is running on and stores this information.
  • Those statistics can then be used to find current performance bottlenecks (i.e. performance analysis) and predict future system load (i.e. capacity planning)

Install Collectd

Install Collectd on Debian/Ubuntu

$ sudo apt-get install collectd collectd-utils

Install Collectd on CentOS

$ sudo yum install epel-release
$ sudo yum install collectd




Post Navigation