Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romankornev/networkmonitor

Tool that monitors network usage
https://github.com/romankornev/networkmonitor

download-speed ipython-notebook jupyter-notebook monitoring network-monitoring network-speed notebook

Last synced: 3 days ago
JSON representation

Tool that monitors network usage

Awesome Lists containing this project

README

        

# NetworkMonitor
Tool that monitors network usage

![NetworkMonitor](http://i.imgur.com/olp1LSh.png)

- ```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
```