Using the REST API to add a new Cassandra monitor: Click here
To create a Cassandra database server monitor, follow the steps given below:
Note:
In case you are unable to add the monitor even after enabling JMX, try providing the below argument:
-Djava.rmi.server.hostname=[YOUR_IP]
Applications Manager monitors attributes of your Windows Server Cluster components - nodes in a cluster, cluster networks, resource groups and critical cluster events. You can also configure thresholds to the numerical attributes monitored by the server based on these details.
Click on the individual monitors listed to view the following information in the below tabs:
This tab displays the basic information like the name of the server, host name and the JMX port where the server is running. Additional parameters like Token, Gossip Active, Load, Generation No, Uptime, DataCenter, Rack Name are also displayed. These are the equivalent of the Nodetool result got using the command 'nodetool.bat/sh -h -p info'
Parameters | Description |
---|---|
Availability and Performance History | Displays the availability and performance history for the last six hours. |
CPU Usage (available till version 2.1.13) | Specifies the usage of CPU in percentage. |
Memory Utilization | Specifies the used, free and total memory of the server in mega bytes |
Exceptions (available till version 2.1.13) | Count of various exceptions such as not found, invalid, unavailable, timed out, etc. |
Storage Stats | Specifies the storage load in GB. |
Operation Stats (available till version 2.1.13) | Number of range, read and write operations per second since executor start. |
Operation Latency (available till version 2.1.13) | The latency of range, read and write operations since the last time the attribute was read. |
Bloom Filter Statistics (available from Version 2.0.9 onwards) | |
Bloom Filter False Positives | Number of false positives (Occurs when the bloom filter says a non-existential row exists) |
Bloom Filter False Positive Ratio | Fraction of all bloom filter checks resulting in a false positive |
Bloom Filter Disk Space Used | The size of the bloom filter files on disk |
Memtable Statistics (available from Version 2.0.9 onwards) | |
Memtable Columns Count | Total number of columns present in memtable |
Memtable Data Size | Amount of data stored in memtable, including column-related overhead |
Memtable Switch Count | Number of times flushing results in the memtable being switched out |
Client Details | |
Connected Native Clients | Number of Native Clients currently connected to the server instance |
Connected Thrift Clients | Number of Thrift Clients currently connected to the server instance |
Average Operational Latency (available till version 2.1.13) | |
Average Range Latency | The average latency per range operation since the last poll |
Average Read Latency | The average latency per read operation since the last poll |
Average Write Latency | The average latency per write operation since the last poll |
Operational Timeouts (available till version 2.1.13) | |
Recent Timeouts | Number of read, write and range slice operation timeouts since the last poll |
Parameters | Description |
---|---|
COMMITLOG/COMPACTION - PENDING TASKS (available till version 2.1.13) | |
Commitlog - Pending Tasks | Number of Commitlog tasks waiting in the queue to be executed. |
Compaction - Pending Tasks | Number of Compaction tasks waiting in the queue to be executed. |
COMMANDS/RESPONSES - PENDING TASKS (available till version 2.1.13) | |
Commands - Pending Tasks | Number of Command tasks waiting in the queue to be executed. |
Responses - Pending Tasks | Number of Response tasks waiting in the queue to be executed. |
Task Statistics of Thread Pools (available till version 2.1.13) | Status of various stages of thread pools like active and pending tasks, completed and blocked tasks are being displayed. These are equivalent of the Nodetool result got using the command 'nodetool.bat/sh -h <hostname> -p <portnumber> tpstats'. |
Parameters | Description |
---|---|
Cluster Details | Specifies details on live, leaving, moving, joining and unreachable nodes. |
Cluster Node Details | Health status and storage load (in GB) of the nodes in the cluster. |
This tab contains the Dropped Message and Message Timeout statistics:
Parameter | Description |
---|---|
Recent Total Timeouts | Number of timeouts since last poll |
This tab contains the configuration values of files that are part of cassandra.yaml config file.