- 巧學活用網管工具
- 杜劍坡主編
- 251字
- 2018-12-27 13:28:12
4.利用ping命令(-n參數)了解網絡健康狀況
“-n count”參數用于定義測試所發出的測試數據包的個數,其默認值為4。通過這個命令可以自定義發送測試ICMP數據包的個數,這對衡量網絡質量是很有幫助的。
例如:
C:\WINDOWS>ping -n 10 192.168.1.188 ping ing 192.168.1.188 with 32 bytes of data: Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 Reply from 192.168.1.188: bytes=32 time<10ms TTL=64 ping statistics for 192.168.1.188: Packets: Sent = 10,Received = 10,Lost = 0 (0% loss) Approximate round trip times in milli-seconds: Minimum = 0ms,Maximum = 0ms,Average = 0ms
這是向IP地址為192.168.1.188的計算機發送10個ICMP測試數據包,發送10個,返回10個,最大延時和最小延時均為0,丟包率為0。
推薦閱讀
- RAW攝影后期從入門到精通:Photoshop+Lightroom雙修精解
- VR、AR與MR項目開發實戰
- 零基礎玩轉AI繪畫
- 中文版Maya 2012實用教程(第2版)
- Blender 3D 2.49 Architecture, Buidlings, and Scenery
- Microsoft SharePoint 2010 Power User Cookbook: SharePoint Applied
- ASP.NET MVC 2 Cookbook
- Creo 4.0從入門到精通
- Microsoft Dynamics GP 2010 Reporting
- CorelDRAW X6核心應用案例教程(全彩慕課版)
- 原片蛻變:Photoshop CC商業修圖必修課
- 計算機輔助翻譯基礎與實訓
- Panda3d 1.7 Game Developer's Cookbook
- 新編中文版Photoshop平面設計入門與提高(第2版)
- WordPress Multisite Administration