Most voted "ping" questions
16 questions
Sort by count of
-
5
votes2
answers4322
viewsHow 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 is normal the letters of cmd are…
-
5
votes2
answers6624
viewsUsing PING with PHP
I have a function that needs to drip 5 machines on the internal network. I am using the command below: //EXECUTA O PING exec("ping " . $host, $output, $result); What happens is this. If I put any ip…
-
2
votes1
answer519
viewsPing - store positive results in a list
I have this code, it’s working fine, but the problem is that I would like to save the hits (ping with feedback) in a list, but I don’t know how to do this screening successes/failures. import…
-
2
votes1
answer163
viewsPing via android
Is there any way to show the average ping on android? I saw some tutorials but the most I could was the following: public void fExecutarPing(View view){ List<String> listaResponstaPing = new…
-
1
votes0
answers30
viewsUse of Data Franchise for Uninterrupted Ping
I have a network monitoring project where I will ping several hosts through a 3g/4g connection to each host. I need to decide which franchise I will hire and since the current plans simply cut…
-
1
votes2
answers358
viewsPing on server with C#
Is there a . Net class with the ping feature? I have the server IP in a string type attribute and would like to drip the server to see if it is online or offline. Does anyone know ?
-
1
votes2
answers736
viewsFast website when accessed by IP, but super slow via Domain Name
I’m having a problem that when accessing my VPS server using IP, access is immediate but when access using HTTP, the page takes up to 10 seconds to open, I did some tests on my local machine and…
-
1
votes1
answer3590
viewsPing by cmd in bat file
Whoa, does anyone know why this is happening? when I test p ping by cmd it works, but when I test for a.bat file it keeps consulting endlessly and hangs... someone can help me…
-
1
votes1
answer90
viewsHow 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…
-
1
votes0
answers136
viewsMonitoring Ping . BAT
Sorry, guys, I’m a total layman. I need to create a file. Bat that after inserting an IP. It monitors the ping and emits a log in case the device stops responding with date and time in a TXT file.…
-
1
votes1
answer61
viewsRead a txt file (Ping Application)
I have a txt file that each line contains the ip plus the server name: Example: Ip;userName (1st Line) Ip;userName (2nd line) Ip;userName (3rd Line) What I intended was that my program would read…
-
0
votes0
answers92
viewsHow can I test equipment connectivity across a network without using the ICMP protocol?
How can I test equipment connectivity across a network without using the ICMP protocol? I made a simple operating system, it has internet access etc. But, it does not have ping. How can I create a…
-
0
votes1
answer391
viewsSite view internet speed
What languages are used to create these Internet speed sites? Could you give examples of how to calculate this? Or is it something complex?
pingasked 7 years, 6 months ago Lucas de Carvalho 6,427 -
0
votes1
answer154
viewsWindows server with high latency using IIS
Does anyone have any idea how to find out or what reasons may lead to this problem: I have a server Windows 2012 spinning IIS with 9 sites. My server is from Redehost. Brazilian. When I give ping on…
-
-1
votes1
answer320
viewsServer ping and email sending questions
I have a need to create a routine that every minute test if the company server is online and if it is not possible to send an email warning the name of the unavailable server and the time. Another…
-
-1
votes2
answers1638
viewsHow to test if a host port is open?
How to find out if a particular port of a network computer is open? The more efficient the method, the better. I will need to scan an entire subnet several times a day.