@@ -446,7 +446,7 @@ The following are some examples of how to use the tools from the command line:
446446NDT uses a command line client called ** web100clt** . There are many options available, but in general you must supply a
447447server 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
452452Testing 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
498498An example of invoking BWCTL can be seen below. In this example we are sending data from the host we are on to another
499499located 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
503503bwctl: Using tool: iperf
504504bwctl: 93 seconds until test results available
@@ -530,7 +530,7 @@ RECEIVER END
530530This test reveals that over the course of 10 seconds we achieved an average bandwidth of 979Mbps and sent a total of
5315311178MB 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
535535bwctl: Using tool: iperf
536536bwctl: 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
567567for both the & # 39;-c' and '-s' and perform tests between these two hosts without being physically logged
568568into 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
572572bwctl: Using tool: iperf
573573bwctl: 82 seconds until test results available
@@ -606,7 +606,7 @@ OWAMP is a tool that measures latency, loss, out of orderness, and duplication o
606606destination. Note that this test measures each direction ** independently** versus that of the traditional round trip
607607tool ** ping** . Below is an example of a test:
608608
609- ``` text
609+ ` ` ` bash
610610[user@host ~ ]$ owping owamp.wash.net.internet2.edu
611611Approximately 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 ---
0 commit comments