network monitor for linux


Keywords
network, monitor, linux, network-monitor, network-monitoring
License
GPL-2.0
Install
pip install netmon==0.1.45

Documentation

netmon

Command line network monitor for linux. Written in python.

asciicast

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 rstmake convert
  • make clean—a simple git clean -fdx