Book Image

Real-time Analytics with Storm and Cassandra

By : Shilpi Saxena
Book Image

Real-time Analytics with Storm and Cassandra

By: Shilpi Saxena

Overview of this book

Table of Contents (19 chapters)
Real-time Analytics with Storm and Cassandra
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Cassandra monitoring systems


Now that we have discussed the various management aspects of Cassandra, let's explore the various dashboarding and monitoring options for the Cassandra cluster. There are various free and licensed tools available that we'll discuss now.

JMX monitoring

You can use a type of monitoring for Cassandra that is based on jconsole. Here are the steps to connect to Cassandra using jconsole:

  1. In the Command Prompt, execute the jconsole command:

  2. In the next step, you have to specify the Cassandra node IP and port for connectivity:

  3. Once you are connected, JMX provides a variety of graphs and monitoring utilities:

The developers can monitor heap memory usage using the jconsole Memory tab. This will help you understand the utilization of node resources.

The limitation with jconsole is that it performs node-specific monitoring and not Cassandra-ring-based monitoring and dashboarding. Let's explore the other tools in the context.

Datastax OpsCenter

This is a datastax-provided utility...