Skip to content

Commit 8f62cd0

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#104350
Edited line 74, 78 and 83 and replaced the long dash/hyphen with a short dash/hyphen. Fixes MicrosoftDocs/azure-docs#104350
1 parent 64f1abf commit 8f62cd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ netsh advfirewall firewall add rule program=c:\\tools\\ntttcp.exe name="ntttcp"
7171

7272
Start NTTTCP on the RECEIVER (**run from CMD**, not from PowerShell):
7373

74-
ntttcp -r m [2\*\#num\_cores],\*,a.b.c.r -t 300
74+
ntttcp -r -m [2\*\#num\_cores],\*,a.b.c.r -t 300
7575

7676
If the VM has four cores and an IP address of 10.0.0.4, it would look like this:
7777

78-
ntttcp -r m 8,\*,10.0.0.4 -t 300
78+
ntttcp -r -m 8,\*,10.0.0.4 -t 300
7979

8080

8181
Start NTTTCP on the SENDER (**run from CMD**, not from PowerShell):
8282

83-
ntttcp -s m 8,\*,10.0.0.4 -t 300 
83+
ntttcp -s -m 8,\*,10.0.0.4 -t 300 
8484

8585
Wait for the results.
8686

0 commit comments

Comments
 (0)