Skip to content

Commit ecb876c

Browse files
authored
Update virtual-network-test-latency.md
Corrected invalid links and some minor grammer.
1 parent 431a700 commit ecb876c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Many other common network latency test tools, such as Ping, don't measure TCP or
2121

2222
Latte and SockPerf measure only TCP or UDP payload delivery times. These tools use the following approach to measure network latency between two physical or virtual computers:
2323

24-
1. Create a two-way communications channel between the computers by designating one as sender and one as receiver.
24+
1. Create a two-way communication 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

2727
## Tips and best practices to optimize network latency
@@ -39,7 +39,7 @@ Use the following best practices to test and analyze network latency:
3939

4040
1. Test the effects on network latency of changing any of the following components:
4141
- Operating system (OS) or network stack software, including configuration changes.
42-
- VM deployment method, such as deploying to an availability zone or proximity placement group (PPG).
42+
- VM deployment methods, such as deploying to an availability zone or proximity placement group (PPG).
4343
- VM properties, such as Accelerated Networking or size changes.
4444
- Virtual network configuration, such as routing or filtering changes.
4545

@@ -49,13 +49,13 @@ Use the following best practices to test and analyze network latency:
4949

5050
## Test VMs with Latte or SockPerf
5151

52-
Use the following procedures to install and test network latency with [Latte](https://github.com/mellanox/sockperf) for Windows or [SockPerf](https://github.com/mellanox/sockperf) for Linux.
52+
Use the following procedures to install and test network latency with [Latte](https://github.com/microsoft/latte) for Windows or [SockPerf](https://github.com/mellanox/sockperf) for Linux.
5353

5454
# [Windows](#tab/windows)
5555

5656
### Install Latte and configure VMs
5757

58-
1. [Download the latest version of latte.exe](https://github.com/microsoft/latte/releases/download/v0/latte.exe) to both VMs, into a separate folder such as *c:\\tools*.
58+
1. [Download the latest version of latte.exe](https://github.com/microsoft/latte/releases/latest/download/latte.exe) to both VMs and put it in a separate folder such as *c:/tools*.
5959

6060
1. On the *receiver* VM, create a Windows Defender Firewall `allow` rule to allow the Latte traffic to arrive. It's easier to allow the *latte.exe* program by name than to allow specific inbound TCP ports. In the command, replace the `<path>` placeholder with the path you downloaded *latte.exe* to, such as *c:\\tools\\*.
6161

@@ -78,7 +78,7 @@ Run *latte.exe* from the Windows command line, not from PowerShell.
7878

7979
The following example shows the command for a VM with an IP address of `10.0.0.4`:<br><br>`latte -a 10.0.0.4:5005 -i 65100`
8080

81-
1. On the *sender* VM, run the same command as on the receiver, except with `-c` added to indicate the *client* or sender VM. Again replace the `<receiver IP address>`, `<port>`, and `<iterations>` placeholders with your own values.
81+
1. On the *sender* VM, run the same command as on the receiver, except with `-c` added to indicate the *client* or sender VM. Again, replace the `<receiver IP address>`, `<port>`, and `<iterations>` placeholders with your own values.
8282

8383
```cmd
8484
latte -c -a <receiver IP address>:<port> -i <iterations>

0 commit comments

Comments
 (0)