ping
How to ping proxies ? ie in IP:PORT format
Well I decided to try make a proxy checker, like Charion or Elite proxy checker. These programs accept large lists of proxies in the IP:PORT format, ping them tell you the response time[详细]
2023-02-01 19:59 分类:问答Check if device "connected" / available
I have written a program in C which communicate开发者_JAVA百科s through udp with an Arduino. My question is, how can I \"ping\" an ip address and only get a 1 or 0 (available or not) in C (unix).[详细]
2023-02-01 15:23 分类:问答Is pinging to a site a good way of checking whether it's down or not?
I\'m trying to write a small website monitoring program, that can check my web hosts to see whether they are down or not, and to calculate the uptime or warn me if it\'s down. It\'s going to be a sta开[详细]
2023-02-01 13:42 分类:问答Ping from openvz VM is not available
This openvz box was working properly few weeks ago, and now it can\'t ping the outside world. I\'m not expert on networking, and I thought the initial working setup will last longer.[详细]
2023-01-31 03:49 分类:问答How to send Ping6 request using Java library (JpCap)
I would like to monitor the ipv6 devices using ping6 request. Please let me know is there any open source library is available to send and receive Ping6 request. I tried with JpCap but couldn\'t succe[详细]
2023-01-30 23:47 分类:问答C# perform a TNSPing programmatically
Is it possible to开发者_运维技巧 perform a TNSPing on an Oracle Database programmatically? I\'m aware I could probably call the TNSPing program and parse any output generated but I\'m looking for a m[详细]
2023-01-29 06:18 分类:问答ICMP Ping packet is not generating a reply when using Scapy
I recently began exploring Scapy. A wonderful tool indeed! I have a problem... When I monitor my network card using Wireshark and I do a regular ping from the systems command prompt with the standar[详细]
2023-01-26 13:33 分类:问答Configurable rate and pattern when implement tcp ping in C
i am trying to implement a tcp ping function. And I hope to make the rate and开发者_运维问答 pattern of sending messages configurable. For example, send 5000 msg in 5 seconds, burst 2000 at first then[详细]
2023-01-25 06:33 分类:问答Suppress system("ping") output in C++
I have written a simple program that pings three sites and then reacts to whether they are reachable or not.[详细]
2023-01-22 13:23 分类:问答Test if webpage is responding via php
I\'m trying to build a basic \"status\" page using php that will tell my users if various services (webpages we use) are at least serving up pages (which isn\'t 100% guarantee of working but its prett[详细]
2023-01-21 09:05 分类:问答