Sunday, August 15, 2021

tcpdump command for Cassandra

 tcpdump -A -c 2 -n -tttt -i eth0 port 9042 greater 1024

 

-A : ASCI

-c : capture 2

-n : shows ip address instead of domain

-i : interface

-tttt : proper time

port : specify which port

greater : specify byte size


*** 

No comments:

Post a Comment