Skip to content

mishu-/graphite-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Some general purposes scripts for sending data to Graphite.

* lib/
 * carbon-lib.sh - provides simple access to sending
   data with to your carbon server.

   References /etc/sysconfig/carbon-endpoint

* bin/
 * linux_basic_performance_data.sh - makes heavy use of /proc to
   extract performance metrics for linux systems and send them to
   a carbon cache.

 * time_to_graphite.sh - Wrapper script to time a command, sending
   timings to carbon for archival and graphing.

   usage: time_to_graphite.sh git-status git status

 * perf_elastic_search.pl - grab data from ElasticSearch and send it
   to graphite or cacti.

   usage:   perf_elastic_search.pl --host=search1 --carbon-server=graphite
            perf_elastic_search.pl --host=search2 --format=cacti

About

A Collections of Scripts for Working with Graphite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 57.3%
  • Shell 42.7%