Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jplesperance/redis-sniffer
A Redis event sniffer and logging utility.
https://github.com/jplesperance/redis-sniffer
packet-capture packet-sniffer python redis redis-sniffer
Last synced: 3 months ago
JSON representation
A Redis event sniffer and logging utility.
- Host: GitHub
- URL: https://github.com/jplesperance/redis-sniffer
- Owner: jplesperance
- License: mit
- Created: 2015-02-28T05:18:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T01:55:15.000Z (over 1 year ago)
- Last Synced: 2024-04-24T13:20:33.793Z (7 months ago)
- Topics: packet-capture, packet-sniffer, python, redis, redis-sniffer
- Language: Python
- Homepage: http://www.eternalprojects.com/redis-sniffer
- Size: 41 MB
- Stars: 26
- Watchers: 4
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **24**星
README
# Redis Sniffer v1.1.1
[![PyPI version](https://badge.fury.io/py/redis-sniffer.svg)](http://badge.fury.io/py/redis-sniffer) [![License](http://img.shields.io/:license-mit-blue.svg)](http://jplesperance.mit-license.org) [![Requirements Status](https://requires.io/github/jplesperance/redis-sniffer/requirements.svg?branch=bugfix%2FRS-1-allow-capture-of-non-redis-traffic)](https://requires.io/github/jplesperance/redis-sniffer/requirements/?branch=bugfix%2FRS-1-allow-capture-of-non-redis-traffic) [![Build Status](https://travis-ci.org/jplesperance/redis-sniffer.svg?branch=bugfix%2FRS-1-allow-capture-of-non-redis-traffic)](https://travis-ci.org/jplesperance/redis-sniffer.svg?branch=bugfix%2FRS-1-allow-capture-of-non-redis-traffic) [![Code Climate](https://codeclimate.com/github/jplesperance/redis-sniffer/badges/gpa.svg)](https://codeclimate.com/github/jplesperance/redis-sniffer) [![codecov.io](http://codecov.io/github/jplesperance/redis-sniffer/coverage.svg?branch=master)](http://codecov.io/github/jplesperance/redis-sniffer?branch=master)## About
This tool will monitor a specific port and interface for redis traffic and captures the commands being sent to Redis and/or formatted full TCP dump data. This can be used for analysis for debugging or for replaying the transactions as a way of doing real load/performance testing.
All installation and usage documentation are now located at: https://redis-sniffer.readme.io/docs/getting-started