tcpstat

A TCP port traffic monitor.


Keywords
traffic, accounting, network
License
MIT
Install
pip install tcpstat==0.0.1

Documentation

Tcpstat

A TCP port traffic monitor written in Python.

Latest Version Downloads Scrutinizer Code Quality

Dependencies:

  • MongoDB: an open-source document database.
  • PyMongo: a native Python driver for MongoDB.
  • python-iptables: Python bindings for iptables.

Install dependencies:

sudo apt-get update
sudo apt-get install -y mongodb python-pip python-dev build-essential
sudo pip install -r /vagrant/requirements.txt

How to secure my MongoDB?

Developing:

Install

This project is under heavy development. It is subject to major, breaking changes.

Don't use it on production server or even testing server.

Wiki

GitHub wiki page

License

MIT

Bugs and Issues

  • Feel free to create issue at issue tracker
  • And please feel free to make pull requests.