Questions tagged as 'ping'

2
answers

Using PING with PHP

I have a function that needs to ping 5 machines on the internal network. I am using the command below: //EXECUTA O PING exec("ping " . $host, $output, $result); What happens is as follows. If I put a non-standard ip, such as "192.999.999....
asked by 13.10.2016 / 13:28
1
answer

Ping via android

Is there a way to show the average ping on android? I saw some tutorials but the most I got was this: public void fExecutarPing(View view){ List<String> listaResponstaPing = new ArrayList<String>(); ArrayAdapter<String&g...
asked by 14.03.2017 / 17:25
1
answer

Ping - save positive results to a list

I have this code, it works fine, but the problem is that I would like to save the successes (ping with return) in a list , but I do not know how to do this trace successes / failures. > import subprocess import threading def pinger_menager():...
asked by 25.03.2015 / 19:43
2
answers

Ping on server with C #

Is there any .NET class with ping functionality? I have the IP of the server in an attribute of type String and would like to ping the server to see if it is online or offline. Does anyone know?     
asked by 20.09.2016 / 17:40
3
answers

How to make decision structure to change color in a bat?

Hello, I would like to know how to make a decision in the following situation: I have a cmd window with a constant ping, I wanted the script to analyze when the ping was normal, the letters of the cmd would be green, if it went without a connect...
asked by 16.04.2016 / 21:07
1
answer

How to view DNS domain only with IP number?

When we ping a URL address type www.google.com the prompt returns us the IP 172.217.30.4, now I would like to know how to get the URL address only with the IP number through PHP, preferably. Thanks in advance for your understanding.     
asked by 06.01.2018 / 21:26
2
answers

Quick site when access by IP, but super slow via Domain Name [closed]

I'm having a problem that when accessing my VPS server using IP, access is immediate but when access using HTTP, the page takes 10 seconds to open, I did some tests on my local machine and this was the result (Image 1): ImadeaVNCaccessonthes...
asked by 30.09.2016 / 11:56
1
answer

Ping by cmd in bat file [closed]

Oops, does anyone know why this happens? When I try to ping the cmd it works, but when I test for a .bat file it keeps on querying without stopping, infinitely and crashes ... can anyone help me?     
asked by 11.06.2017 / 00:19
0
answers

Use of Data Franchise for Uninterrupted Ping

I have a network monitoring project where I will ping multiple hosts through a 3g / 4g connection to each host. I need to decide which franchise I'm going to hire, and since the current plans simply cut the traffic after the franchise has bee...
asked by 09.12.2015 / 16:18
1
answer

Website to see internet speed [closed]

What languages are used to create these internet speed sites? Could you give examples of how to calculate this? Or is it something complex?     
asked by 16.06.2017 / 13:14