Skip to content

A simple script in python to monitor your network and saving in a .csv file

License

Notifications You must be signed in to change notification settings

thiagocavalcanti/pingMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pingMonitor

A simple script in python to monitor your network and saving in a .csv file

Description

Using subprocess, the scripts pings to google address (8.8.8.8) and counts the succesful responses and also if no response is acquired. After a minute, it writes out in a csv file (so you can create graphs with it), which each column is:

Month - Day - Hour - Minute - Avg time - Positive pings - Negative pings.

It was created because of a poor service of 'Vivo' internet provider, so I used to show them that my internet was not working at all, especially in some hours of the day, such as between 5pm-7pm (time that more people arrives in the building)

About

A simple script in python to monitor your network and saving in a .csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages