Questions tagged [pinging]
12 questions
3
votes
1 answer
Pinging in c# (uwp)
I'm trying to create a universal windows platform c# program that includes a network map.
UWP c# doesn't include any built in pinging tools and system.net.pinging won't install. How can I ping using the windows.network.sockets namespace to find out…

Adam Dernis
- 530
- 3
- 14
2
votes
1 answer
Latency detection using Batch Script
I am making a batch script that detects High latency from a pinging reply and to notify me with my connection. My script detects 300ms to 700ms numbers by saving pinging reply to log file.
ping -n 15 192.206.238.4 | find /i "Reply" > nul >…

Leojay Alfara
- 43
- 1
- 5
1
vote
3 answers
Can you cross-site ping another site using C# or JS/Ajax?
On our web application I am trying to ping a 3rd party site to see if it is up before redirecting our customers to it. So far I have not seen a way to do this other than from a desktop app or system console. Is this possible? I have heard that…

Josh Harris
- 177
- 4
- 15
1
vote
2 answers
New Relic Availability Monitoring on Staging App?
I want to set up Availability Monitoring (URL pinging) on my staging app, but on newrelic.com you can only enter 1 URL per app - so currently that's the production version.
Is there a way to ping the staging app? I can't create a new app on New…

John Trichereau
- 626
- 9
- 22
0
votes
0 answers
Should I use a single TIdIcmpClient to ping different addresses, or should I use multiple TIdIcmpClients?
I am using Delphi 11 FMX to write for Linux and Windows.
I have an auto-ping program working well on both platforms, using TIdIcmpClient.
But now, I want to write a program that will ping up to four different IP addresses, displaying a flag when an…

Crash
- 1
- 2
0
votes
0 answers
Can't configure tkinter label when using subprocess.run
I'm trying to configure a label's text to say "Connecting..." when a button is pressed, ping a website, then change the label to say "connection successful.
Here's the code I've been trying (it is all within the init of a class):
#Connect…

brixt01
- 1
0
votes
0 answers
How to detect host names in LAN
I want to detect connected device to my wifi and their information such as device name, mac address, manufacturer.
I can get connected devices IP using pinging but how can I get the device name and mac address of those?
Edit:
I want to do that in my…

Mousa Jafari
- 677
- 1
- 6
- 21
0
votes
2 answers
Wordpress ping automatically when content is viewed
Besides ping when post is published, I need my wordpress website to ping automatically when page or posts is viewed (i have imported lots of posts from old html).
I don't know what is the format in pinging. a guy told me that ping to some type of…

jeshua
- 1
0
votes
1 answer
New Relic availability monitoring for subdomains
Does New Relic support availability monitoring for subdomains? I can't seem to find any documentation on it.

LMo
- 1,429
- 2
- 15
- 32
-1
votes
1 answer
How to monitor for IPv6 address pings on a linux server
I know you can monitor for incoming pings on your server:
sudo tcpdump -vi enp2s0 proto \\icmp
But I just found out that it works only if the server is being pinged using its IPv4 address.
When I try to ping it using its IPv6 address and ping6…

Peter
- 23
- 4
-2
votes
2 answers
How to write script for pinging Program for blogger
Hai i want to write a automaic pinging for my blogger when ever i update my blog ,
suggest me if any script already available or how to start

keshava
- 1
-2
votes
5 answers
Is there a simple app for pinging a list of websites?
Basically, I just need a simple app that frequently pings external IP Addresses and web addresses to make sure the sites are up. Does anyone know of a good one of these?
I started to make one myself, but wanted to know if someone else has already…

John B
- 20,062
- 35
- 120
- 170