Search code examples
cassandracassandra-3.0pcap

Is there any Cassandra PCAP analyser


I wanna to extract CQL from Cassandra traffic!

Is there any program or tools to take a Cassandra pcap file and extract Queries and other information from the traffic? I read about wirelatency, but I don't wanna run third party program on Cassandra machines.

Any experience can be helpful?


Solution

  • Wireshark should have built-in support for CQL native protocol. See Cassandra documentation as well.