Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTU test reports wrong result #495

Open
timchown opened this issue Jan 17, 2025 · 1 comment
Open

MTU test reports wrong result #495

timchown opened this issue Jan 17, 2025 · 1 comment

Comments

@timchown
Copy link

We've been testing the MTU test type.

Where the remote system is 1500 and the local system 9000, 9000 is reported.
The correct 1500 is reported when the test is initiated from the 1500 system at Sheffield. Is the test simply reporting the local MTU?

Example: from ps-slough-bw.perf.ja.net (9000) to lcgperf.shef.ac.uk (1500), over IPv4 then IPv6, then on the reverse (which works).

$ pscheduler task mtu --dest lcgperf.shef.ac.uk -i 4
Submitting task...
Task URL:
https://ps-slough-bw.perf.ja.net/pscheduler/tasks/8abe6168-0201-4b4e-9ff9-b296f33ef791
Running with tool 'fwmtu'
Fetching first run...

Next scheduled run:
https://ps-slough-bw.perf.ja.net/pscheduler/tasks/8abe6168-0201-4b4e-9ff9-b296f33ef791/runs/9188d3ec-bda1-4cad-973e-2b40da6f0c98
Starts 2025-01-17T14:37:36+00:00 (~3 seconds)
Ends 2025-01-17T14:37:41+00:00 (~4 seconds)
Waiting for result...

MTU ... 9000

No further runs scheduled.

$ pscheduler task mtu --dest lcgperf.shef.ac.uk -i 6
Submitting task...
Task URL:
https://ps-slough-bw.perf.ja.net/pscheduler/tasks/5e5a5246-8a70-4b95-b7f7-bc1d0087da69
Running with tool 'fwmtu'
Fetching first run...

Next scheduled run:
https://ps-slough-bw.perf.ja.net/pscheduler/tasks/5e5a5246-8a70-4b95-b7f7-bc1d0087da69/runs/aed16bfa-6cda-4f8f-b63b-a7ab9f8ed0af
Starts 2025-01-17T14:37:52+00:00 (~3 seconds)
Ends 2025-01-17T14:37:57+00:00 (~4 seconds)
Waiting for result...

MTU ... 9000

No further runs scheduled.

$ pscheduler task mtu --source lcgperf.shef.ac.uk --dest ps-slough-bw.perf.ja.net
Submitting task...
Task URL:
https://lcgperf.shef.ac.uk/pscheduler/tasks/e0367158-d7bd-4659-a816-865db5bdb998
Running with tool 'fwmtu'
Fetching first run...

Next scheduled run:
https://lcgperf.shef.ac.uk/pscheduler/tasks/e0367158-d7bd-4659-a816-865db5bdb998/runs/7ece14e3-5f19-4002-a490-dca91a659e66
Starts 2025-01-17T14:39:09+00:00 (~3 seconds)
Ends 2025-01-17T14:39:14+00:00 (~4 seconds)
Waiting for result...

MTU ... 1500

No further runs scheduled.

@mfeit-internet2
Copy link
Member

See also perfsonar/pscheduler#1490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

2 participants