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
- Host: GitHub
- URL: https://github.com/erav/dashnet
- Owner: erav
- License: mit
- Created: 2022-05-02T15:57:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T11:28:55.000Z (about 3 years ago)
- Last Synced: 2025-02-28T13:00:49.226Z (over 1 year ago)
- Topics: network, tui
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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:

