forked from reyjrar/graphite-scripts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
24 lines (16 loc) · 767 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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