Top "Ping" questions

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.

How to get only the reply line of a ping test on Windows

Usually, when pinging a server IP address we have this in return: Pinging <IP address> with 32 bytes of …

windows cmd ping
Ping a hostname on the network

How may I ping a hostname on a network?

c# .net ping
how to use ping in a script

I want a bash script that'll do: for c in computers: do ping $c if ping is sucessfull: ssh $c …

bash ssh ping
How to check if a web service is up and running without using ping?

How can i check if a method in a web service is working fine or not ? I cannot use ping. …

c# wcf web-services methods ping
Fast ping sweep in python

So, I'm trying to get similar results using python as I do with a bash script. Code for the bash …

python bash python-2.7 ping
Script to start traceroute if continuous ping fails, output to log

I want to continuously ping my home public IP address, and if the ping fails automatically do a traceroute to …

vbscript batch-file ping traceroute
Troubleshooting "TypeError: ord() expected string of length 1, but int found"

ERROR : TypeError: ord() expected string of length 1, but int found I am getting this error while compiling the program. File "…

python ping icmp
Docker container binds to port, but I am unable to ping it

I have a running Docker container (from this image). The container seems to be running correctly as far as I …

networking ubuntu ping docker
'ping' is not recognized as an internal or external command operable program or batch file error

When I do ping www.otbotweb.com I get the error message 'ping' is not recognized as an internal or …

windows batch-file command-prompt ping system32
How to implement Ping/Pong request for webSocket connection alive in javascript?

I use websocket in javascript. But the connection close after one minute. I am wondering somethings: 1- Is not Websocket …

javascript web websocket ping pong