Skip to content

Commit 5236a94

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
move-cluster-health-stats-to-6.3 (#2130)
Co-authored-by: jason-price-mongodb <[email protected]>
1 parent de472b5 commit 5236a94

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

source/reference/command/connPoolStats.txt

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The command returns the output of the following form:
9494
"totalCreated" : <num>,
9595
"totalRefreshing" : <num>,
9696
"replicaSetMatchingStrategy" : <string>,
97-
"acquisitionWaitTimes" : { // Added in MongoDB 6.1
97+
"acquisitionWaitTimes" : { // Added in MongoDB 6.3
9898
"(-inf, 0ms)" : { "count" : <num> },
9999
"[0ms, 50ms)" : { "count" : <num> },
100100
"[50ms, 100ms)" : { "count" : <num> },
@@ -125,139 +125,139 @@ The command returns the output of the following form:
125125
"poolAvailable" : <num>,
126126
"poolCreated" : <num>,
127127
"poolRefreshing" : <num>,
128-
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.1
128+
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.3
129129
"cfg1.example.net:27019" : {
130130
"inUse" : <num>,
131131
"available" : <num>,
132132
"created" : <num>,
133133
"refreshing" : <num>,
134-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
134+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
135135
},
136136
},
137137
"NetworkInterfaceTL-TaskExecutorPool-1" : {
138138
"poolInUse" : <num>,
139139
"poolAvailable" : <num>,
140140
"poolCreated" : <num>,
141141
"poolRefreshing" : <num>,
142-
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.1
142+
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.3
143143
"cfg1.example.net:27019" : {
144144
"inUse" : <num>,
145145
"available" : <num>,
146146
"created" : <num>,
147147
"refreshing" : <num>,
148-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
148+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
149149
}
150150
},
151151
"NetworkInterfaceTL-TaskExecutorPool-2" : {
152152
"poolInUse" : <num>,
153153
"poolAvailable" : <num>,
154154
"poolCreated" : <num>,
155155
"poolRefreshing" : <num>,
156-
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.1
156+
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.3
157157
"cfg1.example.net:27019" : {
158158
"inUse" : <num>,
159159
"available" : <num>,
160160
"created" : <num>,
161161
"refreshing" : <num>,
162-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
162+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
163163
}
164164
},
165165
"NetworkInterfaceTL-TaskExecutorPool-3" : {
166166
"poolInUse" : <num>,
167167
"poolAvailable" : <num>,
168168
"poolCreated" : <num>,
169169
"poolRefreshing" : <num>,
170-
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.1
170+
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.3
171171
"cfg1.example.net:27019" : {
172172
"inUse" : <num>,
173173
"available" : <num>,
174174
"created" : <num>,
175175
"refreshing" : <num>,
176-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
176+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
177177
}
178178
},
179179
"NetworkInterfaceTL-ShardRegistry" : {
180180
"poolInUse" : <num>,
181181
"poolAvailable" : <num>,
182182
"poolCreated" : <num>,
183183
"poolRefreshing" : <num>,
184-
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.1
184+
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.3
185185
"cfg1.example.net:27019" : {
186186
"inUse" : <num>,
187187
"available" : <num>,
188188
"created" : <num>,
189189
"refreshing" : <num>,
190-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
190+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
191191
},
192192
"cfg2.example.net:27019" : {
193193
"inUse" : <num>,
194194
"available" : <num>,
195195
"created" : <num>,
196196
"refreshing" : <num>,
197-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
197+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
198198
},
199199
"cfg3.example.net:27019" : {
200200
"inUse" : <num>,
201201
"available" : <num>,
202202
"created" : <num>,
203203
"refreshing" : <num>,
204-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
204+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
205205
},
206206
"shard1.example.net:27018" : {
207207
"inUse" : <num>,
208208
"available" : <num>,
209209
"created" : <num>,
210210
"refreshing" : <num>,
211-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
211+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
212212
},
213213
"shard2.example.net:27018" : {
214214
"inUse" : <num>,
215215
"available" : <num>,
216216
"created" : <num>,
217217
"refreshing" : <num>,
218-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
218+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
219219
}
220220
},
221221
"global" : {
222222
"poolInUse" : <num>,
223223
"poolAvailable" : <num>,
224224
"poolCreated" : <num>,
225225
"poolRefreshing" : <num>,
226-
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.1
226+
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.3
227227
"cfg3.example.net:27019" : {
228228
"inUse" : <num>,
229229
"available" : <num>,
230230
"created" : <num>,
231231
"refreshing" : <num>,
232-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
232+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
233233
},
234234
"cfg1.example.net:27019" : {
235235
"inUse" : <num>,
236236
"available" : <num>,
237237
"created" : <num>,
238238
"refreshing" : <num>,
239-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
239+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
240240
},
241241
"cfg2.example.net:27019" : {
242242
"inUse" : <num>,
243243
"available" : <num>,
244244
"created" : <num>,
245245
"refreshing" : <num>,
246-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
246+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
247247
},
248248
"shard2.example.net:27018" : {
249249
"inUse" : <num>,
250250
"available" : <num>,
251251
"created" : <num>,
252252
"refreshing" : <num>,
253-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
253+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
254254
},
255255
"shard1.example.net:27018" : {
256256
"inUse" : <num>,
257257
"available" : <num>,
258258
"created" : <num>,
259259
"refreshing" : <num>,
260-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
260+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
261261
}
262262
}
263263
},
@@ -267,35 +267,35 @@ The command returns the output of the following form:
267267
"available" : <num>,
268268
"created" : <num>,
269269
"refreshing" : <num>,
270-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
270+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
271271
},
272272
"cfg1.example.net:27019" : {
273273
"inUse" : <num>,
274274
"available" : <num>,
275275
"created" : <num>,
276276
"refreshing" : <num>,
277-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
277+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
278278
},
279279
"cfg2.example.net:27019" : {
280280
"inUse" : <num>,
281281
"available" : <num>,
282282
"created" : <num>,
283283
"refreshing" : <num>,
284-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
284+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
285285
},
286286
"shard2.example.net:27018" : {
287287
"inUse" : <num>,
288288
"available" : <num>,
289289
"created" : <num>,
290290
"refreshing" : <num>,
291-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
291+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
292292
},
293293
"shard1.example.net:27018" : {
294294
"inUse" : <num>,
295295
"available" : <num>,
296296
"created" : <num>,
297297
"refreshing" : <num>,
298-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
298+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
299299
}
300300
},
301301
"replicaSets" : {
@@ -518,14 +518,14 @@ Output
518518
"poolAvailable" : <num>,
519519
"poolCreated" : <num>,
520520
"poolRefreshing" : <num>,
521-
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.1
521+
"acquisitionWaitTimes" : <document>, // Added in MongoDB 6.3
522522
"[host1]" : {
523523
"inUse" : <num>, "available" : <num>, "created" : <num>, "refreshing" : <num>,
524-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
524+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
525525
},
526526
"[host2]" : {
527527
"inUse" : <num>, "available" : <num>, "created" : <num>, "refreshing" : <num>,
528-
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.1
528+
"acquisitionWaitTimes" : <document> // Added in MongoDB 6.3
529529
},
530530
...
531531
}
@@ -575,7 +575,7 @@ Output
575575

576576
.. data:: connPoolStats.pools.[pool].acquisitionWaitTimes
577577

578-
.. versionadded:: 6.1
578+
.. versionadded:: 6.3
579579

580580
Reports the wait times for requests to acquire a connection from
581581
:binary:`~bin.mongos` to :binary:`~bin.mongod`. For details, see
@@ -612,7 +612,7 @@ Output
612612

613613
.. data:: connPoolStats.hosts.[host].acquisitionWaitTimes
614614

615-
.. versionadded:: 6.1
615+
.. versionadded:: 6.3
616616

617617
Reports the wait times for requests to acquire a connection from
618618
:binary:`~bin.mongos` to :binary:`~bin.mongod`. For details, see

0 commit comments

Comments
 (0)