Posts Tagged ‘Threshold’

TPing – Latency Monitor

3 Comments »

Like most administrators, you’ve probably received a call from a user complaining that the network was “slow.” The good news is that with TPing you can monitor network latency, set maximum thresholds, and resolve problems before your users complain. Understanding your network, its performance, and its problems often requires a suite of tools that allows you to examine various aspects of your network. This tool provide solid data that let you baseline your network, troubleshoot problems, and measure anomalies and improvements.

TPing is a network monitoring tool written in Python. It uses its own low level socket programming to send ICMP ECHO_REQUEST to a host or device. With each collection, it sends 1 pings to get the latency. Results are then displayed in real-time so you can monitor network latency.

TPing  can be used to continuously monitor a number of servers, routers, workstations, or other devices and continually show real-time response rates.

TPing  is a simple console based utility that allows you to view ping results in a console window, TPing  can even track the network latency high/low limit recorded during the sample period.


(Click on the image to view full scale)

The TPing network latency application has the ability to concurrently store network latency results in a log file for later review and analysis.

The different colors are a function of packet loss. Yellow means life is good; red means you’ve got troubles.

Please download the TPing Package from here TPing and extract in same folder

For executing TPing (with Administrative Rights), syntax is :-
TPing.exe IP,MaximumLatency IP,MaximumLatency and so on
e.g. TPing.exe 192.168.0.1,100 yahoo.com,300 google.com,200

Incase of VC2008 Dlls missing error you might need to download & Install VCRedist package from here vcredist_x86