@@ -113,7 +113,7 @@ Metrics
113
113
###### CPU performance - running queue manager
114
114
<table class =" wrapped confluenceTable " >
115
115
<tbody >
116
- <tr >
116
+ <tr >
117
117
<td class =" confluenceTd " ><strong >Metric name</strong ></td >
118
118
<td class =" confluenceTd " ><strong >Short description</strong ></td >
119
119
<td class =" confluenceTd " ><strong >Requires object</strong ></td >
@@ -144,6 +144,144 @@ Metrics
144
144
</tbody >
145
145
</table >
146
146
147
+ #### Platform persistent data stores
148
+ ###### Disk usage - platform wide
149
+ <table class =" wrapped confluenceTable " >
150
+ <tbody >
151
+ <tr >
152
+ <td class =" confluenceTd " ><strong >Metric name</strong ></td >
153
+ <td class =" confluenceTd " ><strong >Short description</strong ></td >
154
+ <td class =" confluenceTd " ><strong >Requires object</strong ></td >
155
+ <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
156
+ <td class =" confluenceTd " ><strong >Datatype</strong ></td >
157
+ </tr >
158
+ <tr >
159
+ <td class =" confluenceTd " >mq_trace_file_system_bytes_in_use</td >
160
+ <td class =" confluenceTd " >Shows the number of bytes of disk storage that are being used by the trace file system.</td >
161
+ <td class =" confluenceTd " >No</td >
162
+ <td class =" confluenceTd " >No</td >
163
+ <td class =" confluenceTd " >megabytes</td >
164
+ </tr >
165
+ <tr >
166
+ <td class =" confluenceTd " >mq_trace_file_system_free_space</td >
167
+ <td class =" confluenceTd " >Shows the disk storage that is reserved for the trace file system that is free.</td >
168
+ <td class =" confluenceTd " >No</td >
169
+ <td class =" confluenceTd " >No</td >
170
+ <td class =" confluenceTd " >percent</td >
171
+ </tr >
172
+ <tr >
173
+ <td class =" confluenceTd " >mq_errors_file_system_bytes_in_use</td >
174
+ <td class =" confluenceTd " >Shows the number of bytes of disk storage that is being used by error data.</td >
175
+ <td class =" confluenceTd " >No</td >
176
+ <td class =" confluenceTd " >No</td >
177
+ <td class =" confluenceTd " >megabytes</td >
178
+ </tr >
179
+ <tr >
180
+ <td class =" confluenceTd " >mq_errors_file_system_free_space</td >
181
+ <td class =" confluenceTd " >Shows the disk storage that is reserved for error data that is free.</td >
182
+ <td class =" confluenceTd " >No</td >
183
+ <td class =" confluenceTd " >No</td >
184
+ <td class =" confluenceTd " >percent</td >
185
+ </tr >
186
+ <tr >
187
+ <td class =" confluenceTd " >mq_fdc_file_count</td >
188
+ <td class =" confluenceTd " >Shows the current number of FDC files.</td >
189
+ <td class =" confluenceTd " >No</td >
190
+ <td class =" confluenceTd " >No</td >
191
+ <td class =" confluenceTd " >units</td >
192
+ </tr >
193
+ </tbody >
194
+ </table >
195
+
196
+ ###### Disk usage - running queue managers
197
+ <table class =" wrapped confluenceTable " >
198
+ <tbody >
199
+ <tr >
200
+ <td class =" confluenceTd " ><strong >Metric name</strong ></td >
201
+ <td class =" confluenceTd " ><strong >Short description</strong ></td >
202
+ <td class =" confluenceTd " ><strong >Requires object</strong ></td >
203
+ <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
204
+ <td class =" confluenceTd " ><strong >Datatype</strong ></td >
205
+ </tr >
206
+ <tr >
207
+ <td class =" confluenceTd " >queue_manager_file_system_bytes_in_use</td >
208
+ <td class =" confluenceTd " >Shows the number of bytes of disk storage that is used by queue manager files for the queue managers that you are monitoring.</td >
209
+ <td class =" confluenceTd " >No</td >
210
+ <td class =" confluenceTd " >No</td >
211
+ <td class =" confluenceTd " >megabytes</td >
212
+ </tr >
213
+ <tr >
214
+ <td class =" confluenceTd " >queue_manager_file_system_free_space</td >
215
+ <td class =" confluenceTd " >Shows the disk storage that is reserved for queue manager files that is free.</td >
216
+ <td class =" confluenceTd " >No</td >
217
+ <td class =" confluenceTd " >No</td >
218
+ <td class =" confluenceTd " >percent</td >
219
+ </tr >
220
+ </tbody >
221
+ </table >
222
+
223
+ ###### Disk usage - queue manager recovery log
224
+ <table class =" wrapped confluenceTable " >
225
+ <tbody >
226
+ <tr >
227
+ <td class =" confluenceTd " ><strong >Metric name</strong ></td >
228
+ <td class =" confluenceTd " ><strong >Short description</strong ></td >
229
+ <td class =" confluenceTd " ><strong >Requires object</strong ></td >
230
+ <td class =" confluenceTd " ><strong >Is a counter</strong ></td >
231
+ <td class =" confluenceTd " ><strong >Datatype</strong ></td >
232
+ </tr >
233
+ <tr >
234
+ <td class =" confluenceTd " >log_bytes_in_use</td >
235
+ <td class =" confluenceTd " >Shows the number of bytes of disk storage that is used for the recovery logs of the queue managers that you are monitoring.</td >
236
+ <td class =" confluenceTd " >No</td >
237
+ <td class =" confluenceTd " >No</td >
238
+ <td class =" confluenceTd " >units</td >
239
+ </tr >
240
+ <tr >
241
+ <td class =" confluenceTd " >log_bytes_max</td >
242
+ <td class =" confluenceTd " >Shows the maximum bytes of disk storage that is configured to be used for queue manager recovery logs.</td >
243
+ <td class =" confluenceTd " >No</td >
244
+ <td class =" confluenceTd " >No</td >
245
+ <td class =" confluenceTd " >units</td >
246
+ </tr >
247
+ <tr >
248
+ <td class =" confluenceTd " >log_file_system_bytes_in_use</td >
249
+ <td class =" confluenceTd " >Shows the total number of disk bytes in use for the log file system.</td >
250
+ <td class =" confluenceTd " >No</td >
251
+ <td class =" confluenceTd " >No</td >
252
+ <td class =" confluenceTd " >units</td >
253
+ </tr >
254
+ <tr >
255
+ <td class =" confluenceTd " >log_file_system_bytes_max</td >
256
+ <td class =" confluenceTd " >Shows the number of disk bytes that are configured for the log file system.  ; </td >
257
+ <td class =" confluenceTd " >No</td >
258
+ <td class =" confluenceTd " >No</td >
259
+ <td class =" confluenceTd " >units</td >
260
+ </tr >
261
+ <tr >
262
+ <td class =" confluenceTd " >log_physical_bytes_written</td >
263
+ <td class =" confluenceTd " >Shows the number of bytes being written to the recovery logs.</td >
264
+ <td class =" confluenceTd " >No</td >
265
+ <td class =" confluenceTd " >Yes</td >
266
+ <td class =" confluenceTd " >delta</td >
267
+ </tr >
268
+ <tr >
269
+ <td class =" confluenceTd " >log_logical_bytes_written</td >
270
+ <td class =" confluenceTd " >Shows the logical number of bytes written to the recovery logs.</td >
271
+ <td class =" confluenceTd " >No</td >
272
+ <td class =" confluenceTd " >Yes</td >
273
+ <td class =" confluenceTd " >delta</td >
274
+ </tr >
275
+ <tr >
276
+ <td class =" confluenceTd " >log_write_latency</td >
277
+ <td class =" confluenceTd " >Shows a measure of the latency when writing synchronously to the queue manager recovery log.</td >
278
+ <td class =" confluenceTd " >No</td >
279
+ <td class =" confluenceTd " >No</td >
280
+ <td class =" confluenceTd " >microseconds</td >
281
+ </tr >
282
+ </tbody >
283
+ </table >
284
+
147
285
License
148
286
-------
149
287
0 commit comments