NetworkMonitor
Tool that monitors network usage
network_monitor.pyw
- polling script for data gatheringNetworkMonitor.ipynb
- Jupyter Notebook for analysis
Installation
For the polling script:
pip install psutil ujson
Put the link to the script in startup folder for continuous monitoring.
For the notebook:
pip install pandas seaborn