diff options
author | Daniil Baturin <daniil@baturin.org> | 2020-01-12 11:46:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 11:46:37 +0700 |
commit | bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a (patch) | |
tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/troubleshooting.rst | |
parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
parent | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (diff) | |
download | vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.tar.gz vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.zip |
Merge pull request #183 from StephenOrJames/master
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 |