https://github.com/theden/netmon
▁▃▆▇ Network monitor for linux
https://github.com/theden/netmon
linux network-monitor network-monitoring
Last synced: about 1 year ago
JSON representation
▁▃▆▇ Network monitor for linux
- Host: GitHub
- URL: https://github.com/theden/netmon
- Owner: TheDen
- License: gpl-2.0
- Created: 2018-04-18T07:07:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T13:46:12.000Z (over 3 years ago)
- Last Synced: 2025-05-07T22:45:40.285Z (about 1 year ago)
- Topics: linux, network-monitor, network-monitoring
- Language: Python
- Homepage: https://pypi.python.org/pypi/netmon
- Size: 38.1 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
# netmon
Command line network monitor for linux. Written in python.
[](https://asciinema.org/a/178907)
## Install
```
pip install git+https://github.com/TheDen/netmon
```
## Run
`$ netmon`
By default `netmon` will try to detect your network device. If it fails, you can specify the network device, e.g., `netmon wlan1`
## Development
* PRs are more than welcome
* Building—`make build`
* Publishing—`make publish`
* Converting the markdown readme to `rst`—`make convert`
* `make clean`—a simple `git clean -fdx`