yum update
yum install tcpdump
tcpdump host 172.16.3.50 port 6379 -i ens192 -w /tmp/redis-zsetcapture.cap

其中ens192是网卡名, /tmp/redis-zsetcapture.cap是抓包的数据库,可以下载回来放到wireshark中分析

相关文章:

  • 2022-12-23
  • 2022-02-05
  • 2021-11-29
  • 2021-10-06
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-01
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案