Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a precise ping measurment [closed]

Currently the windows ping command returns a value of milliseconds that is an integer.

I would like to get a very accurate measurement lets say 4 digits after the point.

Are there any tools that do that?

like image 846
Tomasi Avatar asked Oct 17 '10 02:10

Tomasi


1 Answers

hrPing does microsecond level accuracy round trip ping timing: hrPing

For a great list of alternatives that do microsecond ping round trip timing on Windows, see the following web site:

Accurate (microsecond level) ping utilities for Windows

like image 126
Michael Goldshteyn Avatar answered Sep 19 '22 21:09

Michael Goldshteyn