https://github.com/meain/traffic
Gives you the current traffic stats on your system
https://github.com/meain/traffic
Last synced: 23 days ago
JSON representation
Gives you the current traffic stats on your system
- Host: GitHub
- URL: https://github.com/meain/traffic
- Owner: meain
- License: mit
- Created: 2018-11-20T14:33:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T06:22:04.000Z (about 3 years ago)
- Last Synced: 2025-02-09T00:13:49.150Z (3 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Traffic
Gives you the current traffic stats on your system.
![]()
> Shows average speed and total data transferred at the exit.
[](https://pypi.python.org/pypi/webtraffic/)
[](https://pypi.python.org/pypi/webtraffic/)## Installation
```
pip3 install webtraffic
```## Usage
```
traffic - a tool to view your network speed
Usage: traffic [options] [device]- see the network stats on your main device
$ traffic
- specify a network device
$ traffic en0
- list all network devices
$ traffic -l
- view this help
$ traffic -h
```