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

https://github.com/erav/dashnet

A tui shell application displaying netstat-like data written in python
https://github.com/erav/dashnet

network tui

Last synced: 11 months ago
JSON representation

A tui shell application displaying netstat-like data written in python

Awesome Lists containing this project

README

          

DASHNET

A tui shell application displaying netstat-like data written in python.

- filter records with any regex
- reload current state to the shell screen every second
- pause the reload when desired
- split data into several views
- toggle between IPs and host names
- toggle between port numbers or service names

External dependencies:

- proc: https://proc.readthedocs.io
- psutil: https://github.com/giampaolo/psutil

Screenshots:

![Utilization View](docs/images/utilization_view.png)

![List View](docs/images/list_view.png)