Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
undancer
2016-01-30 17:48:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aaf173b5714c5fad1b8c335a994776c55efc4c8b
aaf173b5
1 parent
915cf8b7
Updated 网络状态检测 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
3 deletions
网络状态检测.md
网络状态检测.md
View file @
aaf173b
...
...
@@ -27,8 +27,34 @@ C:\Users\undancer>ping api.boxfish.cn
C:\Users\undancer>
```
2.
nslookup
```
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\undancer>nslookup api.boxfish.cn
服务器: UnKnown
Address: 10.211.55.1
非权威应答:
名称: api.boxfish.cn
Address: 121.199.251.59
test
3.
traceroute
test
\ No newline at end of file
C:\Users\undancer>
```
3.
traceroute (
*
nix) / tracert (win)
```
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\undancer>tracert api.boxfish.cn
通过最多 30 个跃点跟踪
到 api.boxfish.cn [121.199.251.59] 的路由:
1 30 ms 31 ms 31 ms 121.199.251.59
跟踪完成。
C:\Users\undancer>
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment