Skip to content

Commit e7c733e

Browse files
Merge pull request #225722 from GitaraniSharma-MSFT/patch-69
(AzureCXP) MicrosoftDocs/azure-docs#104350
2 parents 8e50f9b + 8f62cd0 commit e7c733e

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)