Run an MTR report using TCP port 443
Build a paste-ready command, then review its compatibility and effects before running it.
mtr --tcp --port <port> -rwzc 10 <host>Complete required fields to copy the generated command.
read-onlyno known side effects Compatibility
LinuxVerified for Linux using posix, bash, zsh syntax.
Operational knowledgereview due 2027-01-20
Requirementsmtrmtr must be installed and available on PATH.
Version supportmtr Current supported releasesVerified for linux using posix, bash, zsh syntax; consult compatibility notes for platform-specific differences.
Expected signalsHOST: api-01 Loss% Snt Last Avg Best Wrst StDevRepresentative successful output; values vary with the selected target and system state.
Known errorsmtr: command not foundmtr is missing or is not available on PATH.
Verifymtr --tcp --port {{port}} -rwzc 10 {{host}}The output matches the expected target and exits without an error.Rollback noteNot required: this command is read-only and does not change system state.
Command breakdown
01mtrCommandRuns the mtr stage of this one-liner.
02--tcpOptionConfigures mtr with the --tcp option.
03--portOptionConfigures mtr with the --port option.
04<port>ParameterA value supplied in the Fill parameters section.
05-rwzcOptionConfigures mtr with the -rwzc option.
0610ArgumentPasses 10 to mtr.
07<host>ParameterA value supplied in the Fill parameters section.
Example input
mtr --tcp --port 443 -rwzc 10 example.com
Example output
HOST: api-01 Loss% Snt Last Avg Best Wrst StDev
1.|-- 192.0.2.1 0.0% 10 0.5 0.5 0.4 0.8 0.1
2.|-- 93.184.216.34 0.0% 10 18.5 18.7 18.2 19.6 0.4
Illustrative output — exact values vary by system and data.
Official sources