diff options
author | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:34:32 -0500 |
---|---|---|
committer | Stephen James <stephenorjames@gmail.com> | 2020-01-11 23:37:28 -0500 |
commit | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (patch) | |
tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/troubleshooting.rst | |
parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
download | vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.tar.gz vyos-documentation-74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34.zip |
Fix some typos and capitalizations
Diffstat (limited to 'docs/troubleshooting.rst')
-rw-r--r-- | docs/troubleshooting.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index b3b8ff3d..450dcdd9 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -164,11 +164,11 @@ The `unlimited` keyword is used to specify that an unlimited number of packets can be captured (by default, 1,000 packets are captured and you're returned to the VyOS command prompt). -Interface Bandwith -^^^^^^^^^^^^^^^^^^ +Interface Bandwidth +^^^^^^^^^^^^^^^^^^^ -to take a quick view on the used bandwith of an interface use the ``monitor -bandwith`` command +to take a quick view on the used bandwidth of an interface use the ``monitor +bandwidth`` command .. code-block:: none @@ -199,7 +199,7 @@ show the following: Interface performance ^^^^^^^^^^^^^^^^^^^^^ -To take a look on the network bandwith between two nodes, the ``monitor +To take a look on the network bandwidth between two nodes, the ``monitor bandwidth-test`` command is used to run iperf. .. code-block:: none @@ -209,8 +209,8 @@ bandwidth-test`` command is used to run iperf. accept Wait for bandwidth test connections (port TCP/5001) initiate Initiate a bandwidth test -* The ``accept`` command open a listen iperf server on TCP Port 5001 -* The ``initiate`` command conncet to this server. +* The ``accept`` command opens a listening iperf server on TCP Port 5001 +* The ``initiate`` command connects to that server to perform the test. .. code-block:: none |