PING 是一項診斷網路連線狀態的基礎工具。
但回傳結果是未包含 timestamp(時間戳記) 值,可以使用以下方式加入,這對於之後的追蹤除錯是很有用的。
範例:PING add timestamp - 加上時間戳記
下載範例檔案
20170819_PING add timestamp.txt
參數說明
192.168.1.1 | 請修改 IP 值,本範例的 IP 是 192.168.1.1 |
C:\Temp\PingTest_01.txt | 請修改為適合的資料檔案存放路徑 |
-n 2 | 設定 要傳送的回應要求數目,本範例設定為 2 。預設值為 4。
例如:-n 100
測試傳送 100 個封包,可以此觀察回應時間的:最小值、最大值、平均值、已傳送、已收到、已遺失(是否有掉包)。
|
注意事項
1. 在 CMD 命令列視窗,使用 Run_as_administrator (以系統管理者身分執行) 來執行。
示範畫面
-- 040_執行_Ping_TimeStamp
-- 041_執行_Ping_TimeStamp_ENG
-- 050_執行PING_TimeStamp_檔案_內容
-- 051_執行PING_TimeStamp_檔案_內容_ENG
-- 060_PING_TimeStamp_Notepad_1
-- 061_PING_TimeStamp_Notepad__ENG
-- 070_PING_TimeStamp_Notepad_2
-- 071_PING_TimeStamp_Notepad_2_ENG
-- 100_預設 PING 的執行結果
-- 200_以系統管理者身分執行
-- 201_Run_as_administrator
-- 250_n為10,觀察封包的回應狀態
參考資料
Ping
https://technet.microsoft.com/EN-US/library/bb490968.aspx
6 Ways to Timestamp Ping Results
https://www.raymond.cc/blog/timestamp-ping-with-hrping/
Ping with timestamp
https://stackoverflow.com/questions/24906268/ping-with-timestamp
沒有留言:
張貼留言