Skip to content

TheDen/netmon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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