Skip to content

Commit 213a47c

Browse files
committed
one more change
1 parent 6e896bf commit 213a47c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/virtual-network/virtual-network-bandwidth-testing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Run the NTTTCP test for 300 seconds, or five minutes, on both the sender VM and
135135
136136
To run NTTTCP throughput tests between a Windows VM and a Linux VM, enable no-sync mode by using the `-ns` flag on Windows or the `-N` flag on Linux.
137137
138-
#### Windows VM
138+
# [Windows](#tab/windows)
139139
140140
To test with the Windows VM as the receiver, run the following command:
141141
@@ -148,7 +148,7 @@ To test with the Windows VM as the sender, run the following command:
148148
ntttcp -s -m [<number of VM cores> x 2],*,<Linux VM IP address> -ns -t 300
149149
```
150150
151-
#### Linux VM
151+
# [Linux](#tab/linux)
152152
153153
To test with the Linux VM as the receiver, run the following command:
154154
@@ -161,6 +161,7 @@ To test with the Linux VM as the sender, run the following command:
161161
```bash
162162
ntttcp -s -m [<number of VM cores> x 2],*,<Windows VM IP address> -N -t 300
163163
```
164+
---
164165
165166
## Test Cloud Service instances
166167

articles/virtual-network/virtual-network-test-latency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Latte and SockPerf measure only TCP or UDP payload delivery times. These tools u
2424
1. Create a two-way communications channel between the computers by designating one as sender and one as receiver.
2525
1. Send and receive packets in both directions and measure the round-trip time (RTT).
2626

27-
## Tips and best practices for optimizing network latency
27+
## Tips and best practices to optimize network latency
2828

2929
To optimize VMs for network latency, observe the following recommendations when you create the VMs:
3030

@@ -63,7 +63,7 @@ Use the following procedures to install and test network latency with [Latte](ht
6363
netsh advfirewall firewall add rule program=<path>latte.exe name="Latte" protocol=any dir=in action=allow enable=yes profile=ANY
6464
```
6565

66-
### Test latency between VMs
66+
### Run Latte on the VMs
6767

6868
Run *latte.exe* from the Windows command line, not from PowerShell.
6969

0 commit comments

Comments
 (0)