forked from ganglia/gmetric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Author: Scott Dworkis | ||
|
||
Description: | ||
|
||
uses cassandra nodetool to sample deltas for counters and | ||
instantaneous values for cfstats and tpstats. note i have only tested | ||
with a special csv mode of gmetric... you can bypass this mode and use | ||
vanilla gmetric with --nocsv, but beware it will generate over 100 | ||
forks on a trivial cassandra schema. the patch for the csv enabled | ||
gmetric is here: | ||
|
||
http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=273 | ||
|
||
Language: perl | ||
|
||
Category: Database | ||
|
||
Dependencies: cassandra |