Metadata-Version: 2.0
Name: Teraffic
Version: 1.2
Summary: This utility provides an easy way of viewing total network traffic since the last boot.
Home-page: https://github.com/sweepyoface/teraffic
Author: Sweepyoface
Author-email: github@sweepy.pw
License: GNU GPLv3
Keywords: network traffic raw util
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: Log Analysis
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: netifaces

Teraffic
========

This utility provides an easy way of viewing total network traffic since
the last boot.

Usage
-----

Usage: 
  teraffic.py [options]

Options:
  -h, --help  show this help message and exit
  -r, --raw   don't format the number of bytes
  -i, --in    only show ingress traffic
  -o, --out   only show egress traffic


