I\'m trying to make a script that would given a list of UNC shares order them by their ping response time.
I\'m trying to do this in PHP. I need to check if a specified host is \"up\" I thought of pinging the specified host (though I\'m not sure how I would, since that woul开发者_开发问答d require root. -
I\'m trying to ping the broadcast address 255.255.255.255 on WinXP SP3. If I use the command line, I get host error:
Alright so I need to constantly monitor multiple routers and computers, to make sure they remain online. I have found a great script here that will notify me via growl(so i can get instant notificatio
How do I get the IP address of a certain website using Flex 4 via an AIR applicatio开发者_运维问答n? I know that this is do-able using ping website.com but how can I replicate the same only this time,
I hope to explain properly. I\'m working on a project that runs more than 6000 simultaneous asynchronous pings every X minutes. If I try to run the component from a button on a windows form it works.
I have a rails project. I scaffolded Site and Server, their models are below. When a new site is created I want to associate it with the right server by fetching the IP that the url points to. I will
I am coding in 开发者_如何学运维linux using Qt. I understand that with popen or QProcess I can launch terminal from my program, but how do I write into to it? I google around people are suggesting for
How to calculate the speed of an internet connection by some average ping rates.What are the calculations involved in it.IS it possible to calculate upload/download limit by ping rate
I\'m trying to get the IP address of a website that does not respond开发者_StackOverflow社区 to pings -- they time out.