Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/romankornev/networkmonitor
- Owner: RomanKornev
- Created: 2016-08-22T18:01:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T18:10:05.000Z (about 8 years ago)
- Last Synced: 2024-10-12T15:32:47.658Z (about 1 month ago)
- Topics: download-speed, ipython-notebook, jupyter-notebook, monitoring, network-monitoring, network-speed, notebook
- Language: Jupyter Notebook
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```