mturoute檢測mtu字元
下載地址:https://www.elifulkerson.com/projects/mturoute.php
mturoute.exe June 24 2017 12:58:50 62464 PE32 executable (console) Intel 80386, for MS Windows
mturoute-src.zip June 24 2017 16:31:01 21530 Zip archive data, at least v2.0 to extract
如下圖:
使用命令詳解如下:
Behavior/Usage:
Usage: mturoute [-t] [-f] [-m MAX_PAYLOAD_SIZE] host
Flags:
-t : Toggles 'traceroute' mode. (Default is off)
-f : Allow fragmentation. This will return the max ping size that the
target host will respond to, but not necessarily the MTU.
-w : Set the number of milliseconds to wait for a response (default 3000).
-r : Set the maximum number of probe retries on timeout (default = 3).
-i : Set the interval between two echo requests.
-d : Increases the debugging level. Reports ICMP status/failures.
-m : Sets a maximum payload size to test. (Default is 10000)
-v : Print version info and exit.
-z : Fill ICMP packets with random data.
-p : Fill ICMP packets with a specified pattern.
-s : Skip speed optimizations.
-x : Redact IP addresses in output.
-h,-? : Print usage information and exit.
1、 複製mturoute.exe到c:/windows/system32/
2、或cmd命令路徑到mturoute.exe所在檔案路徑執行
例子如下:測試必應host檢測最佳mtu為1499