zktraffic
ZooKeeper protocol analyzer and stats gathering daemon
File Explorer
Download Latest Version (.zip)- fle-dump
- zab-dump
- zk-dump
- zk-omni-dump
- zk-stats-daemon
- __init__.py
- client_message.py
- deque.py
- network.py
- process.py
- server_message.py
- sniffer.py
- util.py
- zookeeper.py
- __init__.py
- fle.py
- omni.py
- printer.py
- stats_daemon.py
- zab.py
- zk.py
- __init__.py
- endpoints_server.py
- stats_server.py
- __init__.py
- message.py
- __init__.py
- sniffer.py
- __init__.py
- omni_sniffer.py
- __init__.py
- accumulators.py
- loaders.py
- stats.py
- timer.py
- util.py
- auth.pcap
- connect_replies.pcap
- connects.pcap
- create-pyzookeeper.pcap
- create.pcap
- dump.pcap
- fire_watches.pcap
- get_children_with_four_letter.pcap
- getdata_watches.pcap
- multi.pcap
- omni.pcap
- reconfig.pcap
- set_data.pcap
- setwatches.pcap
- zab_commitandactivate.pcap
- zab_followerinfo.pcap
- zab_informandactivate.pcap
- zab_request.pcap
- zab_revalidate.pcap
- __init__.py
- common.py
- test_accumulators.py
- test_cli.py
- test_fle_messages.py
- test_omni.py
- test_packets.py
- test_parse_config.py
- test_printer_fle.py
- test_printer_zab.py
- test_printers.py
- test_process_options.py
- test_sniffer.py
- test_stats_daemon.py
- test_util.py
- test_zab.py
- __init__.py
- quorum_packet.py
- __init__.py
- .coveragerc
- .gitignore
- .travis.yml
- CHANGES.md
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- osx_requirements.txt
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/twitter/zktraffic
Downloads the entire project code from GitHub to your computer.
cd zktraffic
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
