Cacti vs collectd: What are the differences?
Cacti: Cacti stores all of the necessary information to create graphs and populate them with data in a MySQL database. Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box; collectd: System and applications metrics collector. 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). Or if you just want pretty graphs of your private server and are fed up with some homegrown solution you're at the right place, too.
Cacti and collectd belong to "Monitoring Tools" category of the tech stack.
Some of the features offered by Cacti are:
- Unlimited number of graph items can be defined for each graph optionally utilizing CDEFs or data sources from within cacti.
- Automatic grouping of GPRINT graph items to AREA, STACK, and LINE[1-3] to allow for quick re-sequencing of graph items.
- Auto-Padding support to make sure graph legend text lines up.
On the other hand, collectd provides the following key features:
collectd is an open source tool with 2.26K GitHub stars and 1.08K GitHub forks. Here's a link to collectd's open source repository on GitHub.