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

Added the MTU test to the Test and Tool Reference page. #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions pscheduler_ref_tests_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ trace
:Description: Trace the path between IP hosts
:Tools: traceroute, tracepath, paris-traceroute

mtu
###########
:Description: Measure Maximum Transmission Unit (MTU)
:Tools: None

.. _pscheduler_ref_tests_tools-test_classifications:

Test Classifications
Expand Down Expand Up @@ -318,3 +323,21 @@ DNS tests support the following arguments::
--record=RECORD Record type to query (One of a, aaaa, ns, cname, soa, ptr, mx and txt)
--query=QUERY String to query
--timeout=TIMEOUT Timeout for each query attempt

mtu Tests
==========

MTU tests support the following arguments::

pscheduler task mtu --help
Usage: task [task-options] mtu [test-options]

-h, --help show this help message and exit
--source=SOURCE Sending host --source-node=SOURCE_NODE
pScheduler node on sending host, if different
--dest=DEST Receiving host
--port=PORT Receiving port. Defaults to 1060.

You may have to add a firewall rule for port 1060 for this test to function properly::

firewall-cmd --zone=public --add-port=1060/tcp --permanent