SlideShare a Scribd company logo
© 2022 AxonOps. All rights reserved. https://axonops.com
Apache Cassandra Monitoring
Made Easy with AxonOps
Johnny Miller
Co-Founder
AxonOps
info@axonops.com
https:/
/axonops.com
© 2022 AxonOps. All rights reserved. https://axonops.com
What is Apache Cassandra?
▪ database
▪ highly available and fault tolerant
▫ data center/region aware
▫ rack/availability zone aware
▫ masterless with no single point of failure
▪ low latency / high throughput
▪ linearly scalable
▪ Open-sourced in 2008, became a top-level Apache
project in 2010
© 2022 AxonOps. All rights reserved. https://axonops.com
Adoption
https:/
/db-engines.com/
© 2022 AxonOps. All rights reserved. https://axonops.com
Use Cases
▪ internet of things
▪ social media
▪ telecommunications
▪ online streaming media
▪ online advertising
▪ messaging
▪ security/fraud
▪ travel
▪ financial services
© 2022 AxonOps. All rights reserved. https://axonops.com
Masterless
Architecture
Scalable
Highly Available &
Fault Tolerant
Highly
Performant
Tunable
Consistency
Multi-DC/Region/
Cloud
Open Source
Multiple Use
Cases
© 2022 AxonOps. All rights reserved. https://axonops.com
Why do I love Cassandra?
© 2022 AxonOps. All rights reserved. https://axonops.com
However, it is not magic!
▪ Like any DB, it needs to be
▫ Monitored
▫ Managed
▫ Backed-up
▫ Secured
© 2022 AxonOps. All rights reserved. https://axonops.com
Monitoring &
Managing
Cassandra
© 2022 AxonOps. All rights reserved. https://axonops.com
nodetool
▪ Swiss Army Knife for Cassandra
▪ Has many options - steep learning curve
▪ Invokes a java process - speaks to Cassandra
over JMX
© 2022 AxonOps. All rights reserved. https://axonops.com
nodetool - demo
▪
© 2022 AxonOps. All rights reserved. https://axonops.com
Metrics exposed as JMX MBeans
© 2022 AxonOps. All rights reserved. https://axonops.com
logs
© 2022 AxonOps. All rights reserved. https://axonops.com
Backups
▪ nodetool snapshot - snapshot of the Cassandra
data at a specific point in time
▪ commit logs
© 2022 AxonOps. All rights reserved. https://axonops.com
Snapshot Triggers
▪ nodetool snapshot command
▪ Dropping keyspace/table - cassandra.yaml -
auto_snapshot: true
▪ Incremental backups - cassandra.yaml -
incremental_backups: false
▪ Snapshot before compaction - cassandra.yaml -
snapshot_before_compaction
© 2022 AxonOps. All rights reserved. https://axonops.com
Point in Time Recovery
▪ Essentially commitlog archiving and restoration
mechanism built into Cassandra
▪ Configuration file is located at:
/etc/cassandra/commitlog_archiving.properties
▪ Restore time is configured in this file
▪ Snapshotting is sufficient for most
circumstances. Only required if an exact
point-in-time-recovery is required.
© 2022 AxonOps. All rights reserved. https://axonops.com
Repair
▪ The nodetool repair command repairs inconsistencies
across all of the replicas for a given range of data.
▫ Sequential, parallel, or all DC parallel
▫ Repair specific DC
▫ Full, partition range, or subrange
▫ Concurrency - number of concurrent repairs across multiple
tables - maximum 4
▫ Specific keyspaces / tables
▪ Must be run regularly on your Cassandra Cluster
© 2022 AxonOps. All rights reserved. https://axonops.com
Operating System
▪ Storage
▪ Network
▪ IO
▪ Time (NTP)
▪ Plus more…..
© 2022 AxonOps. All rights reserved. https://axonops.com
Why AxonOps?
© 2022 AxonOps. All rights reserved. https://axonops.com
Metrics & Logs
▪ Prometheus
▪ Grafana
▪ Datadog
▪ Metricbeat
▪ Graphite
▪ Elasticsearch
▪ Etc.. etc..
© 2022 AxonOps. All rights reserved. https://axonops.com
Repairs
▪ nodetool
▪ Cassandra reaper
Bash script
▪ Etc.. etc..
© 2022 AxonOps. All rights reserved. https://axonops.com
Backups
▪ nodetool snapshot
▪ bash script
▪ Medusa
▪ Etc..etc..
© 2022 AxonOps. All rights reserved. https://axonops.com
Lots of tools, lots of complexity and
lots of cost!
© 2022 AxonOps. All rights reserved. https://axonops.com
AxonOps
▪ AxonOps is a Cassandra
management tool hosted in the
cloud by us.
▪ It provides observability, alerting, backups, and repair -
everything you need to manage your Apache
Cassandra clusters successfully.
▪ Built by Cassandra Experts with years of actual hands-on
experience.
© 2022 AxonOps. All rights reserved. https://axonops.com
AxonOps is simple
▪ Install a single agent and that’s it - all the
logs, metrics and tools necessary to manage
Cassandra in production.
▫ Pre-configured dashboards
▫ Full backup management
▫ Intelligent and Adaptive Repairs
▫ Rich suite of integrations with tools like ServiceNOW,
Slack, PagerDuty, Teams etc..
▫ Plus more!!
▪
© 2022 AxonOps. All rights reserved. https://axonops.com
Demo
© 2022 AxonOps. All rights reserved. https://axonops.com
© 2022 AxonOps. All rights reserved. https://axonops.com
Additional Resources
▪ https:/
/axonops.com
▪ https:/
/docs.axonops.com
▪ https:/
/axonops.com/slack
▪ https:/
/cassandra.apache.org
▪ https:/
/cassandra.apache.org/doc/latest/
▪ https:/
/github.com/apache/cassandra
© 2022 AxonOps. All rights reserved. https://axonops.com

More Related Content

Similar to Apache Cassandra Lunch 120: Apache Cassandra Monitoring Made Easy with AxonOps (20)

PDF
Apache Cassandra multi-datacenter essentials
Julien Anguenot
 
PDF
Cassandra from tarball to production
Ron Kuris
 
PDF
Mesosphere and Contentteam: A New Way to Run Cassandra
DataStax Academy
 
PPTX
Cassandra in Operation
niallmilton
 
PPT
Cassandra advanced part-ll
achudhivi
 
PPTX
Cassandra via-docker
Chris Ballance
 
PDF
Cassandra Day SV 2014: Basic Operations with Apache Cassandra
DataStax Academy
 
PDF
Cassandra multi-datacenter operations essentials
Julien Anguenot
 
PDF
Cassandra Community Webinar | Practice Makes Perfect: Extreme Cassandra Optim...
DataStax
 
PDF
Basic stuff You Need to Know about Cassandra
Yu-Chang Ho
 
PDF
Cassandra Day NY 2014: From Proof of Concept to Production
DataStax Academy
 
PDF
Cassandra at Pollfish
Pollfish
 
PDF
Cassandra at Pollfish
Stavros Kontopoulos
 
PDF
Apache Cassandra and DataStax Enterprise Explained with Peter Halliday at Wil...
DataStax Academy
 
PPTX
Dynamo cassandra
Wu Liang
 
PDF
Instaclustr introduction to managing cassandra
Instaclustr
 
PDF
Cassandra CLuster Management by Japan Cassandra Community
Hiromitsu Komatsu
 
PDF
Apache cassandra en production - devoxx 2017
Alexander DEJANOVSKI
 
PDF
Cassandra SF 2013 - In Case Of Emergency Break Glass
aaronmorton
 
PDF
Running Cassandra in AWS
DataStax Academy
 
Apache Cassandra multi-datacenter essentials
Julien Anguenot
 
Cassandra from tarball to production
Ron Kuris
 
Mesosphere and Contentteam: A New Way to Run Cassandra
DataStax Academy
 
Cassandra in Operation
niallmilton
 
Cassandra advanced part-ll
achudhivi
 
Cassandra via-docker
Chris Ballance
 
Cassandra Day SV 2014: Basic Operations with Apache Cassandra
DataStax Academy
 
Cassandra multi-datacenter operations essentials
Julien Anguenot
 
Cassandra Community Webinar | Practice Makes Perfect: Extreme Cassandra Optim...
DataStax
 
Basic stuff You Need to Know about Cassandra
Yu-Chang Ho
 
Cassandra Day NY 2014: From Proof of Concept to Production
DataStax Academy
 
Cassandra at Pollfish
Pollfish
 
Cassandra at Pollfish
Stavros Kontopoulos
 
Apache Cassandra and DataStax Enterprise Explained with Peter Halliday at Wil...
DataStax Academy
 
Dynamo cassandra
Wu Liang
 
Instaclustr introduction to managing cassandra
Instaclustr
 
Cassandra CLuster Management by Japan Cassandra Community
Hiromitsu Komatsu
 
Apache cassandra en production - devoxx 2017
Alexander DEJANOVSKI
 
Cassandra SF 2013 - In Case Of Emergency Break Glass
aaronmorton
 
Running Cassandra in AWS
DataStax Academy
 

More from Anant Corporation (20)

PPTX
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
PPTX
QLoRA Fine-Tuning on Cassandra Link Data Set (1/2) Cassandra Lunch 137
Anant Corporation
 
PDF
Kono.IntelCraft.Weekly.AI.LLM.Landscape.2024.02.28.pdf
Anant Corporation
 
PDF
Data Engineer's Lunch 96: Intro to Real Time Analytics Using Apache Pinot
Anant Corporation
 
PDF
NoCode, Data & AI LLM Inside Bootcamp: Episode 6 - Design Patterns: Retrieval...
Anant Corporation
 
PDF
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPT
Anant Corporation
 
PPTX
YugabyteDB Developer Tools
Anant Corporation
 
PPTX
Episode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Anant Corporation
 
PPTX
Machine Learning Orchestration with Airflow
Anant Corporation
 
PDF
Cassandra Lunch 130: Recap of Cassandra Forward Talks
Anant Corporation
 
PDF
Data Engineer's Lunch 90: Migrating SQL Data with Arcion
Anant Corporation
 
PDF
Data Engineer's Lunch 89: Machine Learning Orchestration with AirflowMachine ...
Anant Corporation
 
PDF
Cassandra Lunch 129: What’s New: Apache Cassandra 4.1+ Features & Future
Anant Corporation
 
PDF
Data Engineer's Lunch #86: Building Real-Time Applications at Scale: A Case S...
Anant Corporation
 
PDF
Data Engineer's Lunch #85: Designing a Modern Data Stack
Anant Corporation
 
PPTX
CL 121
Anant Corporation
 
PDF
Data Engineer's Lunch #83: Strategies for Migration to Apache Iceberg
Anant Corporation
 
PPTX
Apache Cassandra Lunch 119: Desktop GUI Tools for Apache Cassandra
Anant Corporation
 
PPTX
Data Engineer's Lunch #82: Automating Apache Cassandra Operations with Apache...
Anant Corporation
 
PPTX
Data Engineer's Lunch #60: Series - Developing Enterprise Consciousness
Anant Corporation
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
QLoRA Fine-Tuning on Cassandra Link Data Set (1/2) Cassandra Lunch 137
Anant Corporation
 
Kono.IntelCraft.Weekly.AI.LLM.Landscape.2024.02.28.pdf
Anant Corporation
 
Data Engineer's Lunch 96: Intro to Real Time Analytics Using Apache Pinot
Anant Corporation
 
NoCode, Data & AI LLM Inside Bootcamp: Episode 6 - Design Patterns: Retrieval...
Anant Corporation
 
Automate your Job and Business with ChatGPT #3 - Fundamentals of LLM/GPT
Anant Corporation
 
YugabyteDB Developer Tools
Anant Corporation
 
Episode 2: The LLM / GPT / AI Prompt / Data Engineer Roadmap
Anant Corporation
 
Machine Learning Orchestration with Airflow
Anant Corporation
 
Cassandra Lunch 130: Recap of Cassandra Forward Talks
Anant Corporation
 
Data Engineer's Lunch 90: Migrating SQL Data with Arcion
Anant Corporation
 
Data Engineer's Lunch 89: Machine Learning Orchestration with AirflowMachine ...
Anant Corporation
 
Cassandra Lunch 129: What’s New: Apache Cassandra 4.1+ Features & Future
Anant Corporation
 
Data Engineer's Lunch #86: Building Real-Time Applications at Scale: A Case S...
Anant Corporation
 
Data Engineer's Lunch #85: Designing a Modern Data Stack
Anant Corporation
 
Data Engineer's Lunch #83: Strategies for Migration to Apache Iceberg
Anant Corporation
 
Apache Cassandra Lunch 119: Desktop GUI Tools for Apache Cassandra
Anant Corporation
 
Data Engineer's Lunch #82: Automating Apache Cassandra Operations with Apache...
Anant Corporation
 
Data Engineer's Lunch #60: Series - Developing Enterprise Consciousness
Anant Corporation
 
Ad

Recently uploaded (20)

PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Ad

Apache Cassandra Lunch 120: Apache Cassandra Monitoring Made Easy with AxonOps

  • 1. © 2022 AxonOps. All rights reserved. https://axonops.com Apache Cassandra Monitoring Made Easy with AxonOps Johnny Miller Co-Founder AxonOps [email protected] https:/ /axonops.com
  • 2. © 2022 AxonOps. All rights reserved. https://axonops.com What is Apache Cassandra? ▪ database ▪ highly available and fault tolerant ▫ data center/region aware ▫ rack/availability zone aware ▫ masterless with no single point of failure ▪ low latency / high throughput ▪ linearly scalable ▪ Open-sourced in 2008, became a top-level Apache project in 2010
  • 3. © 2022 AxonOps. All rights reserved. https://axonops.com Adoption https:/ /db-engines.com/
  • 4. © 2022 AxonOps. All rights reserved. https://axonops.com Use Cases ▪ internet of things ▪ social media ▪ telecommunications ▪ online streaming media ▪ online advertising ▪ messaging ▪ security/fraud ▪ travel ▪ financial services
  • 5. © 2022 AxonOps. All rights reserved. https://axonops.com Masterless Architecture Scalable Highly Available & Fault Tolerant Highly Performant Tunable Consistency Multi-DC/Region/ Cloud Open Source Multiple Use Cases
  • 6. © 2022 AxonOps. All rights reserved. https://axonops.com Why do I love Cassandra?
  • 7. © 2022 AxonOps. All rights reserved. https://axonops.com However, it is not magic! ▪ Like any DB, it needs to be ▫ Monitored ▫ Managed ▫ Backed-up ▫ Secured
  • 8. © 2022 AxonOps. All rights reserved. https://axonops.com Monitoring & Managing Cassandra
  • 9. © 2022 AxonOps. All rights reserved. https://axonops.com nodetool ▪ Swiss Army Knife for Cassandra ▪ Has many options - steep learning curve ▪ Invokes a java process - speaks to Cassandra over JMX
  • 10. © 2022 AxonOps. All rights reserved. https://axonops.com nodetool - demo ▪
  • 11. © 2022 AxonOps. All rights reserved. https://axonops.com Metrics exposed as JMX MBeans
  • 12. © 2022 AxonOps. All rights reserved. https://axonops.com logs
  • 13. © 2022 AxonOps. All rights reserved. https://axonops.com Backups ▪ nodetool snapshot - snapshot of the Cassandra data at a specific point in time ▪ commit logs
  • 14. © 2022 AxonOps. All rights reserved. https://axonops.com Snapshot Triggers ▪ nodetool snapshot command ▪ Dropping keyspace/table - cassandra.yaml - auto_snapshot: true ▪ Incremental backups - cassandra.yaml - incremental_backups: false ▪ Snapshot before compaction - cassandra.yaml - snapshot_before_compaction
  • 15. © 2022 AxonOps. All rights reserved. https://axonops.com Point in Time Recovery ▪ Essentially commitlog archiving and restoration mechanism built into Cassandra ▪ Configuration file is located at: /etc/cassandra/commitlog_archiving.properties ▪ Restore time is configured in this file ▪ Snapshotting is sufficient for most circumstances. Only required if an exact point-in-time-recovery is required.
  • 16. © 2022 AxonOps. All rights reserved. https://axonops.com Repair ▪ The nodetool repair command repairs inconsistencies across all of the replicas for a given range of data. ▫ Sequential, parallel, or all DC parallel ▫ Repair specific DC ▫ Full, partition range, or subrange ▫ Concurrency - number of concurrent repairs across multiple tables - maximum 4 ▫ Specific keyspaces / tables ▪ Must be run regularly on your Cassandra Cluster
  • 17. © 2022 AxonOps. All rights reserved. https://axonops.com Operating System ▪ Storage ▪ Network ▪ IO ▪ Time (NTP) ▪ Plus more…..
  • 18. © 2022 AxonOps. All rights reserved. https://axonops.com Why AxonOps?
  • 19. © 2022 AxonOps. All rights reserved. https://axonops.com Metrics & Logs ▪ Prometheus ▪ Grafana ▪ Datadog ▪ Metricbeat ▪ Graphite ▪ Elasticsearch ▪ Etc.. etc..
  • 20. © 2022 AxonOps. All rights reserved. https://axonops.com Repairs ▪ nodetool ▪ Cassandra reaper Bash script ▪ Etc.. etc..
  • 21. © 2022 AxonOps. All rights reserved. https://axonops.com Backups ▪ nodetool snapshot ▪ bash script ▪ Medusa ▪ Etc..etc..
  • 22. © 2022 AxonOps. All rights reserved. https://axonops.com Lots of tools, lots of complexity and lots of cost!
  • 23. © 2022 AxonOps. All rights reserved. https://axonops.com AxonOps ▪ AxonOps is a Cassandra management tool hosted in the cloud by us. ▪ It provides observability, alerting, backups, and repair - everything you need to manage your Apache Cassandra clusters successfully. ▪ Built by Cassandra Experts with years of actual hands-on experience.
  • 24. © 2022 AxonOps. All rights reserved. https://axonops.com AxonOps is simple ▪ Install a single agent and that’s it - all the logs, metrics and tools necessary to manage Cassandra in production. ▫ Pre-configured dashboards ▫ Full backup management ▫ Intelligent and Adaptive Repairs ▫ Rich suite of integrations with tools like ServiceNOW, Slack, PagerDuty, Teams etc.. ▫ Plus more!! ▪
  • 25. © 2022 AxonOps. All rights reserved. https://axonops.com Demo
  • 26. © 2022 AxonOps. All rights reserved. https://axonops.com
  • 27. © 2022 AxonOps. All rights reserved. https://axonops.com Additional Resources ▪ https:/ /axonops.com ▪ https:/ /docs.axonops.com ▪ https:/ /axonops.com/slack ▪ https:/ /cassandra.apache.org ▪ https:/ /cassandra.apache.org/doc/latest/ ▪ https:/ /github.com/apache/cassandra
  • 28. © 2022 AxonOps. All rights reserved. https://axonops.com