Install the complete package with local command reference and every published mode.
install pingpingUse
-i exposes resolved addresses, -4 and -6 isolate address-family problems, and -t adds timing and the final URL. -k is only a trust diagnostic: success with it shows reachability, not a valid certificate.
ping <host|url|me> [options]ping meuse the current host
ping example.comshow the HTTP status code
ping https://example.com -kcheck HTTPS without verifying the TLS certificate (diagnostics)
-fshow the final HTTP response headers
-ishow resolved IPv4 and IPv6 addresses
-tshow HTTP status, final URL and response time
-4force the HTTP request over IPv4 when cURL is available
-6force the HTTP request over IPv6 when cURL is available
-kdisable TLS certificate verification for an explicit HTTPS diagnostic
-4 and -6 are useful on dual-stack hosting when one address family is broken but the other still works. They require cURL because PHP streams cannot reliably force the address family. -k is deliberately narrow: it helps distinguish TLS trust failures from basic HTTPS reachability, but a successful result with -k does not mean the certificate is valid or safe.
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install pingInstall the reduced package. Local reference is omitted;
install ping -mInstall exactly this published version.
install ping -v 1.2.5Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade pingRemove the extension block while leaving the core and unrelated modules intact.
install ping -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
ping me | ping me -t200
HTTP 200
Time 12.4 ms
URL https://lil.dogping me200ping example.com -iHost example.com
IPv4 93.184.216.34
IPv6 2606:2800:220:1:248:1893:25c8:1946ping example.com -tHTTP 200
Time 84.0 ms
URL https://example.comping example.com -4200ping example.com -6200ping https://example.com -k200ping "bad host"Invalid hostReorders