All Projects → pyinx → zk-sniffer

pyinx / zk-sniffer

Licence: other
sniffer and parse zookeeper packet

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to zk-sniffer

SnifferUI
基于MFC和WinPcap库开发的网络抓包和协议分析软件
Stars: ✭ 86 (+126.32%)
Mutual labels:  sniffer, packet-analyser, packet-capture
Divert.Net
.NET Wrapper for WinDivert
Stars: ✭ 51 (+34.21%)
Mutual labels:  packet-analyser, packet-capture
sniffer
🤒 A modern alternative network traffic sniffer.
Stars: ✭ 428 (+1026.32%)
Mutual labels:  traffic, sniffer
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+18142.11%)
Mutual labels:  packet-analyser, packet-capture
Node pcap
libpcap bindings for node
Stars: ✭ 849 (+2134.21%)
Mutual labels:  sniffer, packet-capture
Tcpdump
the TCPdump network dissector
Stars: ✭ 1,731 (+4455.26%)
Mutual labels:  sniffer, packet-capture
Tanji
Habbo Packet Sniffer/Analyzer
Stars: ✭ 33 (-13.16%)
Mutual labels:  packet-analyser, packet-capture
Snifter
Snifter is a raw socket IP packet capturing library/app for Windows, with a tiny CPU and memory footprint
Stars: ✭ 38 (+0%)
Mutual labels:  sniffer, packet-capture
Libpcap
the LIBpcap interface to various kernel packet capture mechanism
Stars: ✭ 1,785 (+4597.37%)
Mutual labels:  sniffer, packet-capture
DivertPInvoke
PInvoke wrapper for WinDivert
Stars: ✭ 22 (-42.11%)
Mutual labels:  packet-analyser, packet-capture
zk cpp
zookeeper client of cpp, base on zookeeper c api
Stars: ✭ 34 (-10.53%)
Mutual labels:  zookeeper
dis-seckill-test
⭐⭐⭐SpringBoot+Zookeeper+Dubbo打造分布式高并发商品秒杀系统
Stars: ✭ 20 (-47.37%)
Mutual labels:  zookeeper
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (+100%)
Mutual labels:  zookeeper
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (+10.53%)
Mutual labels:  zookeeper
fdb-zk
ZooKeeper server on top of FoundationDB
Stars: ✭ 22 (-42.11%)
Mutual labels:  zookeeper
mini-rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
Stars: ✭ 221 (+481.58%)
Mutual labels:  zookeeper
dis-seckill
⭐⭐⭐⭐SpringBoot+Zookeeper+Dubbo打造分布式高并发商品秒杀系统
Stars: ✭ 187 (+392.11%)
Mutual labels:  zookeeper
youtube-or-pornhub
Service identification on ciphered traffic.
Stars: ✭ 26 (-31.58%)
Mutual labels:  traffic
icestick-lpc-tpm-sniffer
FPGA-based LPC bus sniffing tool for Lattice iCEstick Evaluation Kit
Stars: ✭ 41 (+7.89%)
Mutual labels:  sniffer
NRF24 Sniffer
Sniffer for Nordic NRF24L01+ modules with MySensors support
Stars: ✭ 103 (+171.05%)
Mutual labels:  sniffer

Why to do

  • 需要统计zk的事物日志
  • zk自带的事物日志信息太少,不够实时
  • 需要统计每个请求的耗时和返回状态码
  • 需要统计每个事物的请求数和QPS
  • 需要统计每个node的QPS和事物操作

What is this

  • zookeepr抓包工具,并把包解析成事物日志
  • 满足上面的所有需求
  • 便于问题定位和资源监控

How to use

###### read data from device
# ./zk-sniffer -port=4181 -device=eth0
###### read data from pcap file
# ./zk-sniffer -port=4181 -file=1.pcap
###### output data struct
Timestamp ClientAddr ServerAddr OpType Path Zxid ReqLength RespLength Latency(ms)

Screenshot

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].