8000 GitHub - pjsgsy/PingMon: Simple console IMCP (ping) monitoring tool written in .NET
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ PingMon Public

Simple console IMCP (ping) monitoring tool written in .NET

Notifications You must be signed in to change notification settings

pjsgsy/PingMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingMon

A simple console ping monitoring tool written in .NET 8.

Monitors a list of host names over ICMP until stopped, diplaying the responses, min, max, avg, and jitter for the last 100 samples.

Also shows the number of lost responses and a graphical bar indicating response times. This is coloured based on the average response time for that host so far.

Add your default hosts to monitor in the code, or supply a list of hostnames on startup.

For example

./pingmon.exe 192.168.2.1 192.168.2.43

Alt text

Written over a the course of a few cups of coffee today, so, may still contain bugs, etc!

I have added binaries, so you can download and run this without compiling, etc. Find them in the PingMon/PingMon/bin/Release /net8.0 folder

About

Simple console IMCP (ping) monitoring tool written in .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0