fping might be a better tool than the stock ping you are using. What OS are you on?
- “fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping.”
- “Instead of sending to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion.”
- “Unlike ping, fping is meant to be used in scripts, so its output is designed to be easy to parse.”
Example:
fping -c1 -t500 10.0.0.1 10.0.0.2 10.0.0.3 10.0.0.4
-c
Number of request packets to send to each target.-t
Initial target timeout in milliseconds
Related Posts:
- ping response “Request timed out.” vs “Destination Host unreachable”
- Ping – Request timed out
- How to sleep for five seconds in a batch file/cmd
- Request timeout for icmp_seq
- Ping a Specific Port
- Is Ping a reliable way to check if a server is available?
- how to set the background color of the status bar during the launching phase [duplicate]
- What is a MIME type?
- How is the AND/OR operator represented as in Regular Expressions?
- How to open a “-” dashed filename using terminal?
- super() in Java
- What is useState() in React?
- Casting variables in Java
- how to use cookie-free domains (yslow)
- warning javax.* types are not being woven because the weaver option ‘-Xset:weaveJavaxPackages=true’ has not been specified
- Xcode build failure “Undefined symbols for architecture x86_64”
- git : Pull is not possible because you have unmerged files
- C++ Error: ISO C++ Forbids Comparison Between Pointer and Integer [-fpermissive]
- Relative imports for the billionth time
- Error ORA-00054 resource busy and acquire with NOWAIT specified or timeout expired in oracle11g
- Where to get php_mcrypt.dll for PHP 7.2?
- Does != have meaning in OCaml?
- Download a specific tag with Git
- How does createOrReplaceTempView work in Spark?
- “package XXX is not in GOROOT” when building a Go project
- How to convert from unicode to ASCII
- Is there direct API for Google Meet?
- How to terminate the script in JavaScript?
- jquery variable syntax [duplicate]
- Get selected value in dropdown list using JavaScript
- What is a hash map in programming and where can it be used
- Spyder does not autocomplete local variables
- How to dock “Tool Options” to “Toolbox”?
- How do I resolve “Actions must be plain objects. Use custom middleware for async actions.]”?
- java.net.SocketTimeoutException: Read timed out under Tomcat
- Git error on git pull (unable to update local ref)
- git status shows modifications, git checkout —
doesn’t remove them - How to clone all remote branches in Git
- If Python is interpreted, what are .pyc files?
- The specified DSN contains an architecture mismatch between the Driver and Application. JAVA
- Python FileNotFound
- When to use If-else if-else over switch statements and vice versa
- Cassandra “no viable alternative at input”
- What are Makefile.am and Makefile.in?
- How can I reduce the waiting (ttfb) time
- What is the difference between clang (and LLVM) and gcc / g++?
- How to increase size of DOSBox window?
- Implementing a HashMap in C
- how to ping ip addresses in php and give results
- How to set String’s font size, style in Java using the Font class?
- Too small initial heap error – stanford parser
- How can I run a Java program in Atom editor?
- All com.android.support libraries must use the exact same version specification
- How can I run a program from a batch file without leaving the console open after the program starts?
- How to determine why a Greasemonkey script is not running [duplicate]
- youtube iframe api parameter rel=0 doesn’t work
- How to specify the download location with wget?
- Error: “expected primary-expression before int”
- How do you detect where two line segments intersect?
- What is stdole2.tlb
- In the Fibonacci sequence, is fib(0) 0 or 1 ?
- Using a regex
- Beacon UUID vs BeaconLayout
- Binary Tree Height
- Curl incosistent behaviour – CLI vs Java process
- how to upload a file to my server using html
- Difference between Chocolatey and NuGet
- Regex multiple match substring
- In the following SAS statement, what do the parameters “noobs” and “label” stand for?
- Uploaded successfully to Heroku Local but getting 503 error once pushed to Heroku live
- Source Tree doesn’t launch after installation
- Access Default Widget's Controls in Customizer Pane
- can you make changes to a theme in trac while it is waiting for review?
- Create post and update in the same flow [closed]
- Search database with WPDB using a php variable
- Go top smooth function [closed]
- Using Javascript to Set Redirect Page in Contact Form 7
- Change css for certain user roles
- Block any other domains from using my server
- Redirect, Change URLs or Redirect HTTP to HTTPS in Apache – Everything You Ever Wanted to Know About mod_rewrite Rules but Were Afraid to Ask
- List all DNS records in a domain using dig?
- How to add dependency on a Windows Service AFTER the service is installed
- Monday morning mistake: sudo rm -rf –no-preserve-root /
- What’s the meaning of ‘@’ in a DNS zone file?
- Delete Amazon EC2 terminated instance
- robocopy transfer file and not folder
- What’s the difference between include_tasks and import_tasks?
- rm on a directory with millions of files
- What ports to open for mail server?
- Why is Enterprise Storage so expensive?
- Should a wildcard SSL certificate secure both the root domain as well as the sub-domains?
- Why can’t MX records point to an IP address?
- How to show all banned IP with fail2ban?
- How can I get diff to show only added and deleted lines? If diff can’t do it, what tool can?
- Adding a user to an additional group using ansible
- Best system administrator accident [closed]
- Reread partition table without rebooting?
- Storing a million images in the filesystem
- How to keep rsync from chown’ing transferred files?
- How to view connected users to open vpn server?