https://github.com/vitexsoftware/multiflexi-mtr
check your network using MultiFlexi
https://github.com/vitexsoftware/multiflexi-mtr
multiflexi
Last synced: 11 days ago
JSON representation
check your network using MultiFlexi
- Host: GitHub
- URL: https://github.com/vitexsoftware/multiflexi-mtr
- Owner: VitexSoftware
- License: mit
- Created: 2024-11-30T12:57:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-24T18:09:34.000Z (about 2 months ago)
- Last Synced: 2025-12-26T08:56:28.978Z (about 2 months ago)
- Topics: multiflexi
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multiflexi-mtr
check your network using MultiFlexi

Example of result:
```json
{
"report": {
"mtr": {
"src": "gamer",
"dst": "1.1.1.1",
"tos": 0,
"tests": 10,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "router.vitexsoftware.brevnov.czf",
"Loss%": 0.0,
"Snt": 10,
"Last": 0.366,
"Avg": 0.396,
"Best": 0.327,
"Wrst": 0.463,
"StDev": 0.035
},
{
"count": 2,
"host": "vlan1143-router.arachne.brevnov.czf",
"Loss%": 0.0,
"Snt": 10,
"Last": 1.021,
"Avg": 1.621,
"Best": 0.54,
"Wrst": 3.156,
"StDev": 1.118
},
{
"count": 3,
"host": "vlan12.gw-tower.brevnov.czf",
"Loss%": 0.0,
"Snt": 10,
"Last": 1.061,
"Avg": 1.649,
"Best": 0.831,
"Wrst": 3.389,
"StDev": 1.0
},
{
"count": 4,
"host": "vlan772-argo.sit-asbr1.spoje.net",
"Loss%": 0.0,
"Snt": 10,
"Last": 3.579,
"Avg": 2.447,
"Best": 0.949,
"Wrst": 5.245,
"StDev": 1.525
},
{
"count": 5,
"host": "czfpha-spoj-vl3812.nfx.cz",
"Loss%": 0.0,
"Snt": 10,
"Last": 1.321,
"Avg": 2.319,
"Best": 0.869,
"Wrst": 4.325,
"StDev": 1.33
},
{
"count": 6,
"host": "nix4.cloudflare.com",
"Loss%": 0.0,
"Snt": 10,
"Last": 2.451,
"Avg": 8.016,
"Best": 1.643,
"Wrst": 20.755,
"StDev": 7.767
},
{
"count": 7,
"host": "one.one.one.one",
"Loss%": 0.0,
"Snt": 10,
"Last": 1.127,
"Avg": 1.763,
"Best": 1.127,
"Wrst": 3.302,
"StDev": 0.808
}
]
}
}
```
## MultiFlexi
**MTR** is ready for run as [MultiFlexi](https://multiflexi.eu) application.
See the full list of ready-to-run applications within the MultiFlexi platform on the [application list page](https://www.multiflexi.eu/apps.php).
[](https://www.multiflexi.eu/apps.php)
Installation
------------
The repository with packages for Debian & Ubuntu is availble:
```shell
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install multiflexi-mtr
```