Re: Which open source or free tool do you use to monitor cassandra clusters?

2021-06-16 Thread Alex Ott
Look onto https://github.com/datastax/metric-collector-for-apache-cassandra On Wed, Jun 16, 2021 at 5:21 PM Surbhi Gupta wrote: > Hi, > > Which open source or free tool do you use to monitor cassandra clusters > which have similar features like Opscenter? > > Thanks > Surbhi > > -- With best

Re: Which open source or free tool do you use to monitor cassandra clusters?

2021-06-16 Thread Joe Obernberger
I've been using Grafana+Prometheus and the jmx_prometheus_javaagent-0.15.0.jar agent on the cassandra cluster. Then use CassandraReaper for scheduled repairs. Used this guide: https://www.cloudwalker.io/2020/05/17/monitoring-cassandra-with-prometheus/ -Joe On 6/16/2021 11:21 AM, Surbhi Gupta

Which open source or free tool do you use to monitor cassandra clusters?

2021-06-16 Thread Surbhi Gupta
Hi, Which open source or free tool do you use to monitor cassandra clusters which have similar features like Opscenter? Thanks Surbhi

Regarding static column added in compact tables through Cassandra-stress tool

2021-06-16 Thread Radha Wadhera
Hi, I have Cassandra 3.11 installed on my setup.* I used the Cassandra-stress tool to create data for my cluster.* *# cassandra-stress write n=800 -log file=/tmp/1 level=verbose -mode native cql3 user=cassandra password=cassandra -node nodeip* I saw that two tables were created "counter1 and