Skip to content

RomanKornev/NetworkMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetworkMonitor

Tool that monitors network usage

NetworkMonitor

  • network_monitor.pyw - polling script for data gathering
  • NetworkMonitor.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