Skip to content

Commit e1dbe4b

Browse files
committed
fixes
1 parent b1a4c41 commit e1dbe4b

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

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

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,46 @@ Run the test for 300 seconds, or five minutes, on both the sender and receiver V
9595

9696
1. Wait for the results.
9797

98+
When the test is complete, the output should be similar as the following example:
99+
100+
```output
101+
C:\tools>ntttcp -s -m 4,*,10.0.0.5 -t 300
102+
Copyright Version 5.39
103+
Network activity progressing...
104+
105+
106+
Thread Time(s) Throughput(KB/s) Avg B / Compl
107+
====== ======= ================ =============
108+
0 300.006 29617.328 65536.000
109+
1 300.006 29267.468 65536.000
110+
2 300.006 28978.834 65536.000
111+
3 300.006 29016.806 65536.000
112+
113+
114+
##### Totals: #####
115+
116+
117+
Bytes(MEG) realtime(s) Avg Frame Size Throughput(MB/s)
118+
================ =========== ============== ================
119+
34243.000000 300.005 1417.829 114.141
120+
121+
122+
Throughput(Buffers/s) Cycles/Byte Buffers
123+
===================== =========== =============
124+
1826.262 7.036 547888.000
125+
126+
127+
DPCs(count/s) Pkts(num/DPC) Intr(count/s) Pkts(num/intr)
128+
============= ============= =============== ==============
129+
4218.744 1.708 6055.769 1.190
130+
131+
132+
Packets Sent Packets Received Retransmits Errors Avg. CPU %
133+
============ ================ =========== ====== ==========
134+
25324915 2161992 60412 0 15.075
135+
136+
```
137+
98138
# [Linux](#tab/linux)
99139

100140
### Prepare VMs and install NTTTCP-for-Linux
@@ -151,7 +191,7 @@ Run the NTTTCP test for 300 seconds, or five minutes, on both the sender VM and
151191
When the test is complete, the output should be similar as the following example:
152192
153193
```output
154-
azureuser@vm-3:~/ntttcp-for-linux/src$ ntttcp -s -m 4,*,10.0.0.7 -t 300
194+
azureuser@vm-3:~/ntttcp-for-linux/src$ ntttcp -s -m 4,*,10.0.0.5 -t 300
155195
NTTTCP for Linux 1.4.0
156196
---------------------------------------------------------
157197
23:59:01 INFO: 4 threads created

0 commit comments

Comments
 (0)