@@ -95,6 +95,46 @@ Run the test for 300 seconds, or five minutes, on both the sender and receiver V
95
95
96
96
1 . Wait for the results.
97
97
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
+
98
138
# [ Linux] ( #tab/linux )
99
139
100
140
### 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
151
191
When the test is complete, the output should be similar as the following example:
152
192
153
193
```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
155
195
NTTTCP for Linux 1.4.0
156
196
---------------------------------------------------------
157
197
23:59:01 INFO: 4 threads created
0 commit comments