kangweidi / PING

0 stars 0 forks source link

@globalping ping bootcamp.latam.express.dhl.com from Berlin --limit 2 #1

Open kangweidi opened 1 month ago

kangweidi commented 1 month ago

@globalping ping bootcamp.latam.express.dhl.com from Berlin --limit 2

globalping commented 1 month ago

Here are the results for ping bootcamp.latam.express.dhl.com from Berlin --limit 2

EU, DE, Berlin, ASN:15366, DNS:NET Internet Service GmbH


PING group9.sites.hscoscdn00.net (199.60.103.30) 56(84) bytes of data.
64 bytes from 199.60.103.30 (199.60.103.30): icmp_seq=1 ttl=59 time=3.24 ms
64 bytes from 199.60.103.30 (199.60.103.30): icmp_seq=2 ttl=59 time=2.36 ms
64 bytes from 199.60.103.30 (199.60.103.30): icmp_seq=3 ttl=59 time=2.18 ms

--- group9.sites.hscoscdn00.net ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 2.175/2.593/3.243/0.465 ms

>**EU, DE, Berlin, ASN:396982, Google LLC (gcp-europe-west10)**

PING (199.60.103.30) 56(84) bytes of data. 64 bytes from 199.60.103.30 (199.60.103.30): icmp_seq=1 ttl=62 time=13.5 ms 64 bytes from 199.60.103.30 (199.60.103.30): icmp_seq=2 ttl=62 time=9.83 ms 64 bytes from 199.60.103.30 (199.60.103.30): icmp_seq=3 ttl=62 time=9.89 ms

--- ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1002ms rtt min/avg/max/mdev = 9.834/11.079/13.514/1.721 ms

kangweidi commented 1 month ago

@globalping ping --help

globalping commented 1 month ago

The ping command allows sending ping requests to a target. Often used to test the network latency and stability.

Examples: Ping google.com from 2 probes in New York

ping google.com from New York --limit 2

Ping google.com using probes from previous measurement

ping google.com from rvasVvKnj48cxNjC

Ping 1.1.1.1 from 2 probes from USA or Belgium with 10 packets

ping 1.1.1.1 from USA,Belgium --limit 2 --packets 10

Ping jsdelivr.com from a probe that is from the AWS network and is located in Montreal with latency output

ping jsdelivr.com from aws+montreal --latency

Usage:

@globalping ping [target] from [location] [flags]

Flags:

  -h, --help          Help for ping
      --packets int   Specifies the desired amount of ECHO_REQUEST packets to be sent (default 3)

Global Flags:

  -F, --from string   Comma-separated list of location values to match against or measurement ID. For example the partial or full name of a continent, region (e.g eastern europe), country, US state, city or network (default "world"). (default "world")
      --latency       Output only the stats of a measurement (default false). Only applies to the dns, http and ping commands
  -L, --limit int     Limit the number of probes to use (default 1)
      --share         Prints a link at the end the results, allowing to vizualize the results online (default false)
kangweidi commented 1 month ago

@globalping ping -F --help

globalping commented 1 month ago

The ping command allows sending ping requests to a target. Often used to test the network latency and stability.

Examples: Ping google.com from 2 probes in New York

ping google.com from New York --limit 2

Ping google.com using probes from previous measurement

ping google.com from rvasVvKnj48cxNjC

Ping 1.1.1.1 from 2 probes from USA or Belgium with 10 packets

ping 1.1.1.1 from USA,Belgium --limit 2 --packets 10

Ping jsdelivr.com from a probe that is from the AWS network and is located in Montreal with latency output

ping jsdelivr.com from aws+montreal --latency

Usage:

@globalping ping [target] from [location] [flags]

Flags:

  -h, --help          Help for ping
      --packets int   Specifies the desired amount of ECHO_REQUEST packets to be sent (default 3)

Global Flags:

  -F, --from string   Comma-separated list of location values to match against or measurement ID. For example the partial or full name of a continent, region (e.g eastern europe), country, US state, city or network (default "world"). (default "world")
      --latency       Output only the stats of a measurement (default false). Only applies to the dns, http and ping commands
  -L, --limit int     Limit the number of probes to use (default 1)
      --share         Prints a link at the end the results, allowing to vizualize the results online (default false)