Author: Simon Cottrill
https://github.com/tastyworm/realtime_port_utilisation_monitor
| Version | Date | Author | Changes |
|---|---|---|---|
| 1.0 | 2024-06-21 | Simon Cottrill | Initial release |
This is a very simple utility built in Python with the Streamlit framework that provides a visualisation of the netstat -an command on Windows.
- 'time-series' chart displaying the number of ports in different states.
- 'last result' column chart displaying the most recent count for each state
- .CSV dump of the date and associated counts every second.
- Python
- Poetry (installed using
pip install poetry)
- From the root folder of this repository and type 'poetry update'
- Start the application by running
streamlit run rpum.py - A browser window should open, but if it doesn't go to the URL provided after starting rpum.
