Skip to content

Commit e533894

Browse files
author
root
committed
chore(docs): convert ambiguous 'text' fences to specific languages (bash) for command examples
1 parent 750d7f6 commit e533894

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

docs/network-troubleshooting/osg-debugging-document.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ The following are some examples of how to use the tools from the command line:
446446
NDT uses a command line client called **web100clt**. There are many options available, but in general you must supply a
447447
server name, and some debugging flags to get additional output. Here is a simple invocation:
448448

449-
```text
449+
```bash
450450
[user@host ~]$ web100clt -n ndt.chic.net.internet2.edu
451451

452452
Testing network path for configuration and performance problems -- Using IPv6 address
@@ -498,7 +498,7 @@ BWCTL is invoked from the command line with a number of options. Of these the f
498498
An example of invoking BWCTL can be seen below. In this example we are sending data from the host we are on to another
499499
located in Kansas City MO, on the Internet2 network:
500500

501-
```text
501+
```bash
502502
[user@host ~]$ bwctl -f m -t 10 -i 1 -c nms-rthr.kans.net.internet2.edu
503503
bwctl: Using tool: iperf
504504
bwctl: 93 seconds until test results available
@@ -530,7 +530,7 @@ RECEIVER END
530530
This test reveals that over the course of 10 seconds we achieved an average bandwidth of 979Mbps and sent a total of
531531
1178MB of data. We can reverse the direction of this test in the next example:
532532
533-
```text
533+
```bash
534534
[user@host ~]$ bwctl -f m -t 10 -i 1 -s nms-rthr.kans.net.internet2.edu
535535
bwctl: Using tool: iperf
536536
bwctl: 75 seconds until test results available
@@ -567,7 +567,7 @@ end) then test to resources in the middle. Note that BWCTL supports a 3 mode op
567567
for both the '-c' and '-s' and perform tests between these two hosts without being physically logged
568568
into either:
569569
570-
```text
570+
```bash
571571
[user@host ~]$ bwctl -f m -t 10 -i 1 -s nms-rthr.kans.net.internet2.edu -c nms-rthr1.hous.net.internet2.edu
572572
bwctl: Using tool: iperf
573573
bwctl: 82 seconds until test results available
@@ -606,7 +606,7 @@ OWAMP is a tool that measures latency, loss, out of orderness, and duplication o
606606
destination. Note that this test measures each direction **independently** versus that of the traditional round trip
607607
tool **ping**. Below is an example of a test:
608608
609-
```text
609+
```bash
610610
[user@host ~]$ owping owamp.wash.net.internet2.edu
611611
Approximately 12.6 seconds until results available
612612
--- owping statistics from [eth-1.nms-rlat.newy32aoa.net.internet2.edu]:60455 to [owamp.wash.net.internet2.edu]:47148 ---

docs/perfsonar/tools_scripts/fasterdata-tuning.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ cat /proc/cmdline | grep -E "iommu=pt|intel_iommu=on|amd_iommu=on"
7878

7979
bash docs/perfsonar/tools_scripts/fasterdata-tuning.sh --mode audit --target measurement
8080

81-
```text
81+
```bash
8282

8383
Apply tuning (requires root):
8484

8585
```
8686

8787
sudo bash docs/perfsonar/tools_scripts/fasterdata-tuning.sh --mode apply --target dtn
8888

89-
```text
89+
```bash
9090

9191
Limit apply to specific NICs (comma-separated):
9292

@@ -95,7 +95,7 @@ Limit apply to specific NICs (comma-separated):
9595
sudo bash docs/perfsonar/tools_scripts/fasterdata-tuning.sh --mode apply --target measurement --ifaces
9696
"ens1f0np0,ens1f1np1"
9797

98-
```text
98+
```bash
9999

100100
Apply packet pacing to DTN nodes (limit traffic to 5 Gbps):
101101

@@ -104,15 +104,15 @@ Apply packet pacing to DTN nodes (limit traffic to 5 Gbps):
104104
sudo bash docs/perfsonar/tools_scripts/fasterdata-tuning.sh --mode apply --target dtn --apply-packet-pacing --packet-
105105
pacing-rate 5gbps
106106

107-
```text
107+
```bash
108108

109109
Audit without applying changes (DTN target with custom pacing rate):
110110

111111
```
112112

113113
bash docs/perfsonar/tools_scripts/fasterdata-tuning.sh --mode audit --target dtn --packet-pacing-rate 10gbps
114114

115-
```text
115+
```bash
116116

117117
Notes
118118
-----
@@ -137,7 +137,7 @@ Example (preview only):
137137

138138
sudo bash docs/perfsonar/tools_scripts/fasterdata-tuning.sh --mode apply --apply-iommu --dry-run
139139

140-
```text
140+
```bash
141141

142142
To actually apply and pass specific IOMMU args:
143143

docs/personas/quick-deploy/install-perfsonar-testpoint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,4 +1746,3 @@ filename.
17461746
```
17471747
17481748
---
1749-
``` text

0 commit comments

Comments
 (0)