Skip to content

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.

License

Notifications You must be signed in to change notification settings

feederco/Diamond

This branch is 3 commits ahead of, 59 commits behind python-diamond/Diamond:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de3a04b · Jun 29, 2024
Apr 9, 2022
Apr 3, 2017
Jan 15, 2022
Mar 11, 2022
May 30, 2013
Feb 25, 2020
Jun 29, 2024
Apr 27, 2016
Jul 6, 2012
Nov 5, 2012
Feb 18, 2017
Mar 15, 2018
Dec 21, 2014
Oct 4, 2012
Apr 29, 2016
Jul 5, 2018
Feb 12, 2016
Feb 25, 2020
Mar 15, 2018
Feb 12, 2016
Jul 18, 2015
Apr 9, 2022
Mar 15, 2018
Jan 3, 2012
Oct 14, 2017
Jun 25, 2014

Repository files navigation

Diamond

Join the chat at https://gitter.im/python-diamond/Diamond Build Status

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.

Getting Started

Steps to getting started:

  • Read the documentation
  • Install via pip install diamond. The releases on GitHub are not recommended for use. Use pypi-install diamond on Debian/Ubuntu systems with python-stdeb installed to build packages.
  • Copy the diamond.conf.example file to diamond.conf.
  • Optional: Run diamond-setup to help set collectors in diamond.conf.
  • Modify diamond.conf for your needs.
  • Run diamond with one of: diamond or initctl start diamond or /etc/init.d/diamond restart.

Success Stories

  • Diamond has successfully been deployed to a cluster of 1000 machines pushing 3 million points per minute.
  • Diamond is deployed on Fabric's infrastructure, polling hundreds of metric sources and pushing millions of points per minute.
  • Have a story? Please share!

Repos

Historically Diamond was a brightcove project and hosted at BrightcoveOS. However none of the active developers are brightcove employees and so the development has moved to python-diamond. We request that any new pull requests and issues be cut against python-diamond. We will keep BrightcoveOS updated and still honor issues/tickets cut on that repo.

Diamond Related Projects

Contact

About

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%