Export path quality as JSON
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 signals{"report":{"mtr":{"src":"api-01","dst":"example.com","tests":5},"hubs":[{"count":1,"host":"192.0.2.1","Loss%":0.0}]}}Representative 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 -j -c 5 {{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-jOptionConfigures mtr with the -j option.
03-cOptionConfigures mtr with the -c option.
05<host>ParameterA value supplied in the Fill parameters section.
Example input
mtr -j -c 5 example.com
Example output
{"report":{"mtr":{"src":"api-01","dst":"example.com","tests":5},"hubs":[{"count":1,"host":"192.0.2.1","Loss%":0.0}]}}
Illustrative output — exact values vary by system and data.
Official sources