mtuprobe
========
A tool to probe the current
[MTU](https://en.wikipedia.org/wiki/Maximum_transmission_unit) on an IPv4 path.
So far it's compatible with Linux only however it can very easily be adapted
to any other operating system.
## Installation
```
pip install mtuprobe
```
## Usage
The default options are sane and should give you good results. Suppose that
you want to know the current effective MTU towards `wikipedia.org`, in a shell
you can try:
```
% mtuprobe wikipedia.org
Max packet size: 1464
Expected ethernet MTU: 1492
```
You can check out `mtuprobe -h` to get the complete list of options.
Values are:
- **Max packet size** — Max packet size specified to `ping`, meaning the
size of the data segment of the ICMP packet
- **Expected ethernet MTU** — That's what the MTU should be if you're
transmitting over Ethernet and the header sizes are what is expected from
such a setup. This should apply most of the time but surely some weird
network setups could violate this.
Raw data
{
"_id": null,
"home_page": "https://github.com/Xowap/mtuprobe",
"name": "mtuprobe",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "R\u00e9my Sanchez",
"author_email": "remy.sanchez@hyperthese.net",
"download_url": "https://files.pythonhosted.org/packages/35/61/793dba6ac7f2c44fd9f3b180213439d5446c709d80805b2a3bc5cc7a2e80/mtuprobe-0.1.1.tar.gz",
"platform": null,
"description": "mtuprobe\n========\n\nA tool to probe the current\n[MTU](https://en.wikipedia.org/wiki/Maximum_transmission_unit) on an IPv4 path.\n\nSo far it's compatible with Linux only however it can very easily be adapted\nto any other operating system.\n\n## Installation\n\n```\npip install mtuprobe\n```\n\n## Usage\n\nThe default options are sane and should give you good results. Suppose that\nyou want to know the current effective MTU towards `wikipedia.org`, in a shell\nyou can try:\n\n```\n% mtuprobe wikipedia.org\nMax packet size: 1464\nExpected ethernet MTU: 1492\n```\n\nYou can check out `mtuprobe -h` to get the complete list of options.\n\nValues are:\n\n- **Max packet size** — Max packet size specified to `ping`, meaning the\n size of the data segment of the ICMP packet\n- **Expected ethernet MTU** — That's what the MTU should be if you're\n transmitting over Ethernet and the header sizes are what is expected from\n such a setup. This should apply most of the time but surely some weird\n network setups could violate this.\n",
"bugtrack_url": null,
"license": "WTFPL",
"summary": "A tool to find out maximum MTU size on an IPv4 path",
"version": "0.1.1",
"project_urls": {
"Documentation": "https://github.com/Xowap/mtuprobe",
"Homepage": "https://github.com/Xowap/mtuprobe",
"Repository": "https://github.com/Xowap/mtuprobe"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c285d24dd6924570501dc6b0f266e58e0c1e1aaef8c710f80330df9741d79bab",
"md5": "216d7d551bca6026a8bca4e5e735e800",
"sha256": "e6911c61e3a401cfb92347cf73ef9bcb37ddd852466827445bcd8b323e816a8f"
},
"downloads": -1,
"filename": "mtuprobe-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "216d7d551bca6026a8bca4e5e735e800",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 4841,
"upload_time": "2025-07-29T20:33:16",
"upload_time_iso_8601": "2025-07-29T20:33:16.443801Z",
"url": "https://files.pythonhosted.org/packages/c2/85/d24dd6924570501dc6b0f266e58e0c1e1aaef8c710f80330df9741d79bab/mtuprobe-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3561793dba6ac7f2c44fd9f3b180213439d5446c709d80805b2a3bc5cc7a2e80",
"md5": "b56bc45e9b61cf887d52198af70b3d49",
"sha256": "8986bd5e840ed0bf282ae2385004eb555838a8c9276fa39461a8f355279bf66c"
},
"downloads": -1,
"filename": "mtuprobe-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "b56bc45e9b61cf887d52198af70b3d49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 3455,
"upload_time": "2025-07-29T20:33:17",
"upload_time_iso_8601": "2025-07-29T20:33:17.769348Z",
"url": "https://files.pythonhosted.org/packages/35/61/793dba6ac7f2c44fd9f3b180213439d5446c709d80805b2a3bc5cc7a2e80/mtuprobe-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-29 20:33:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Xowap",
"github_project": "mtuprobe",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "mtuprobe"
}