Tcpstat
A TCP port traffic monitor written in Python.
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
Developing:
- Download Vagrant box at https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-i386-vagrant-disk1.box
vagrant box add ubuntu/trusty32 trusty-server-cloudimg-i386-vagrant-disk1.box
vagrant up
vagrant provision
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
License
MIT
Bugs and Issues
- Feel free to create issue at issue tracker
- And please feel free to make pull requests.