Skip to content

Commit d78eb2d

Browse files
committed
Add "as number" to example command output #33
1 parent ccad709 commit d78eb2d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Ping google.com from a random server in Eastern Europe
4747

4848
```sh
4949
perfops ping --from "eastern europe" google.com
50-
Node111, Moscow, Russian Federation
50+
Node111, AS2345, Moscow, Russian Federation
5151
PING google.com (173.194.222.113) 56(84) bytes of data.
5252
64 bytes from 173.194.222.113: icmp_seq=1 ttl=50 time=11.6 ms
5353
64 bytes from 173.194.222.113: icmp_seq=2 ttl=50 time=11.4 ms
@@ -62,7 +62,7 @@ Traceroute to google.com from a server located in New York
6262

6363
```sh
6464
perfops traceroute --from "New York" google.com
65-
Node15, New York City, United States
65+
Node15, AS2345, New York City, United States
6666
traceroute to google.com (172.217.10.46), 20 hops max, 60 byte packets
6767
1 vl223-ar-02.nyc-ny.atlantic.net (45.58.33.35) 0.432 ms 0.420 ms
6868
2 vl30-ar-01.nyc-ny.as6364.net (45.58.33.1) 0.452 ms 0.411 ms
@@ -83,23 +83,23 @@ Check ICMP latency from 9 servers located in Europe
8383

8484
```sh
8585
perfops latency --from europe --limit 9 google.com
86-
Node92, Arezzo, Italy
86+
Node92, AS2345, Arezzo, Italy
8787
7.705
88-
Node242, Meppel, Netherlands
88+
Node242,AS2315, Meppel, Netherlands
8989
2.753
90-
Node215, Nottingham, United Kingdom
90+
Node215, AS2325, Nottingham, United Kingdom
9191
9.861
92-
Node85, Kiev, Ukraine
92+
Node85, AS2305, Kiev, Ukraine
9393
15.332
94-
Node196, Riga, Latvia
94+
Node196, AS9345, Riga, Latvia
9595
47.940
96-
Node244, Zürich, Switzerland
96+
Node244, AS2375, Zürich, Switzerland
9797
12.591
98-
Node194, Nuremberg, Germany
98+
Node194, AS2385, Nuremberg, Germany
9999
3.697
100-
Node259, Luxembourg, Luxembourg
100+
Node259, AS2145, Luxembourg, Luxembourg
101101
7.928
102-
Node76, Vilnius, Lithuania
102+
Node76, AS2645, Vilnius, Lithuania
103103
24.506
104104
```
105105

0 commit comments

Comments
 (0)