Ping is a computer network administration utility used to test the reachability of a host on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the originating host to a destination computer.
I have a Windows VM on Azure and I don't understand why my ping times out. I found a probable …
windows azure ping azure-virtual-machineI want to create a game-like ping in Javascript, just like the game Counter Strike for example. I'm doing an …
javascript jquery ajax pingI just figured out, that ping on a Linux platform (Ubuntu 13.10) does not timeout as described. I tried ping -w 2 …
linux pingI need to launch a background network device discovery process from a script on a regular basis, and it needs …
linux ping nmap network-monitoringI am using Powershell version 2, so I am unable to use Ping-Host as explained here Is there a way to …
powershell pingI'm using Apple's "Simple Ping" example and it has almost all features that I need, but I don't know where …
iphone ios networking pingI want to ping an IP address every 5 seconds. If the ping fails, write the date and time to a …
loops batch-file ping writetofileI use just-ping to ping Google public DNS server, which IP is 8.8.8.8. just-ping can ping a host from 50 locations worldwide. …
dns ping host low-latencyCurrently I use this code for retrieving the ping of a target system. However it works so far only under …
c++ qt ping qtnetwork qabstractsocketI am trying to reach a host and have the following code if(!InetAddress.getByName(host).isReachable(TIMEOUT)){ throw new …
java ping host