{ "info": { "author": "Ivan Cai", "author_email": "caizixian@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: System :: Networking :: Monitoring" ], "description": "# Tcpstat\r\n \r\n A TCP port traffic monitor written in Python.\r\n [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/caizixian/tcpstat/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/caizixian/tcpstat/?branch=master)\r\n [![Build Status](https://scrutinizer-ci.com/g/caizixian/tcpstat/badges/build.png?b=master)](https://scrutinizer-ci.com/g/caizixian/tcpstat/build-status/master)\r\n \r\n ## Dependencies:\r\n \r\n * MongoDB: an open-source document database.\r\n * PyMongo: a native Python driver for MongoDB.\r\n * python-iptables: Python bindings for iptables.\r\n \r\n ## Install dependencies:\r\n \r\n ```\r\n sudo apt-get update\r\n sudo apt-get install -y mongodb python-pip python-dev build-essential\r\n sudo pip install -r /vagrant/requirements.txt\r\n ```\r\n \r\n [How to secure my MongoDB?][3]\r\n \r\n ## Developing:\r\n \r\n * Download Vagrant box at https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-i386-vagrant-disk1.box\r\n * `vagrant box add ubuntu/trusty32 trusty-server-cloudimg-i386-vagrant-disk1.box`\r\n * `vagrant up`\r\n * `vagrant provision`\r\n \r\n ## Install\r\n \r\n This project is under heavy development. It is subject to major, breaking changes.\r\n \r\n Don't use it on production server or even testing server.\r\n \r\n ## Wiki\r\n \r\n [GitHub wiki page][1]\r\n \r\n ## License\r\n \r\n MIT\r\n \r\n ## Bugs and Issues\r\n \r\n * Feel free to create issue at [issue tracker][2]\r\n * And please feel free to make pull requests.\r\n \r\n [1]:https://github.com/caizixian/tcpstat/wiki\r\n [2]:https://github.com/caizixian/tcpstat/issues\r\n [3]:https://docs.mongodb.org/manual/administration/security/", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/caizixian/tcpstat", "keywords": "traffic accounting network", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "tcpstat", "package_url": "https://pypi.org/project/tcpstat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tcpstat/", "project_urls": { "Homepage": "https://github.com/caizixian/tcpstat" }, "release_url": "https://pypi.org/project/tcpstat/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A TCP port traffic monitor.", "version": "0.0.1" }, "last_serial": 1366096, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "939501d418f339a02b12db3cb518e323", "sha256": "a1f641a29ac02c6de7e0967d6b333a78cc67838097d7a2427f5322dd45ff5b7e" }, "downloads": -1, "filename": "tcpstat-0.0.1.zip", "has_sig": true, "md5_digest": "939501d418f339a02b12db3cb518e323", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8962, "upload_time": "2014-12-31T15:10:42", "url": "https://files.pythonhosted.org/packages/78/71/5541339156d92394fed9eb14def0e18d68673451377278e6fb4f2447895b/tcpstat-0.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "939501d418f339a02b12db3cb518e323", "sha256": "a1f641a29ac02c6de7e0967d6b333a78cc67838097d7a2427f5322dd45ff5b7e" }, "downloads": -1, "filename": "tcpstat-0.0.1.zip", "has_sig": true, "md5_digest": "939501d418f339a02b12db3cb518e323", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8962, "upload_time": "2014-12-31T15:10:42", "url": "https://files.pythonhosted.org/packages/78/71/5541339156d92394fed9eb14def0e18d68673451377278e6fb4f2447895b/tcpstat-0.0.1.zip" } ] }