An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# netmon

Command line network monitor for linux. Written in python.

[![asciicast](https://asciinema.org/a/178907.png)](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`