https://github.com/timob/nodeprobe
Cassandra DB Go monitoring
https://github.com/timob/nodeprobe
Last synced: 5 months ago
JSON representation
Cassandra DB Go monitoring
- Host: GitHub
- URL: https://github.com/timob/nodeprobe
- Owner: timob
- License: bsd-2-clause
- Created: 2014-09-10T16:06:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T12:36:31.000Z (over 11 years ago)
- Last Synced: 2024-06-19T23:15:11.652Z (almost 2 years ago)
- Language: Go
- Size: 133 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nodeprobe
==========
Cassandra DB monitoring library.
####Example
See nodestat example utility in source code.
####Install
Eg. On on Ubuntu with Cassandra installed in /files/data/apache-cassandra-2.0.8
````
go get github.com/timob/nodeprobe
go install github.com/timob/nodeprobe/nodestat
export LD_LIBRARY_PATH=/usr/lib/jvm/default-java/jre/lib/amd64/server
export CLASSPATH=/files/data/apache-cassandra-2.0.8/lib/apache-cassandra-2.0.8.jar:/files/data/apache-cassandra-2.0.8/lib/guava-15.0.jar
nodestat -host dbhost
````