Run a ten-cycle path quality report
Build a paste-ready command, then review its compatibility and effects before running it.
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 signalsStart: 2026-07-24T12:15:00+0200Representative 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 -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-rwzcOptionConfigures mtr with the -rwzc option.
0310ArgumentPasses 10 to mtr.
04<host>ParameterA value supplied in the Fill parameters section.
Example input
mtr -rwzc 10 example.com
Example output
Start: 2026-07-24T12:15:00+0200
HOST: api-01 Loss% Snt Last Avg Best Wrst StDev
1.|-- 192.0.2.1 0.0% 10 0.4 0.5 0.3 0.9 0.2
2.|-- 93.184.216.34 0.0% 10 18.2 18.4 17.9 19.1 0.4
Illustrative output — exact values vary by system and data.
Official sources