https://github.com/quving/networkwatcher
A little script that monitors and plots the network performance.
https://github.com/quving/networkwatcher
Last synced: 2 months ago
JSON representation
A little script that monitors and plots the network performance.
- Host: GitHub
- URL: https://github.com/quving/networkwatcher
- Owner: Quving
- Created: 2019-08-08T18:27:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:01:47.000Z (over 2 years ago)
- Last Synced: 2025-01-30T23:48:57.147Z (4 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Networkwatcher
## Description
This repository contains scripts to monitor your current network (what ever through which network interface) in respect of reponse-time and package-loss.
## Instructions
### Record your network
To do that, you have to record first.``` python record.py. ```
That command creates a txt-file with the naming pattern record_YYYY-MM-DD.txt.
### Visualize the records.
``` python plot.py record_YYYY-MM-DD.txt ```