Skip to content

Commit 557f19d

Browse files
authored
Updated "Platform central processing units" metrics and "Platform persistent data stores" metrics
1 parent cb3a0a6 commit 557f19d

File tree

1 file changed

+124
-153
lines changed

1 file changed

+124
-153
lines changed

README.md

Lines changed: 124 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -45,235 +45,206 @@ mvn package
4545
## Metrics
4646
#### Platform central processing units
4747
###### CPU performance - platform wide
48-
<table class="wrapped confluenceTable">
48+
<table>
4949
<tbody>
5050
<tr>
51-
<td class="confluenceTd"><strong>Metric name</strong></td>
52-
<td class="confluenceTd"><strong>Short description</strong></td>
53-
<td class="confluenceTd"><strong>Requires object</strong></td>
54-
<td class="confluenceTd"><strong>Is a counter</strong></td>
55-
<td class="confluenceTd"><strong>Datatype</strong></td>
51+
<td><strong>Prometheus metric name</strong></td>
52+
<td><strong>Metric type</strong></td>
53+
<td><strong>Short description</strong></td>
54+
<td><strong>MQ metric elemen</strong></td>
5655
</tr>
5756
<tr>
58-
<td class="confluenceTd">user_cpu_time_percentage</td>
59-
<td class="confluenceTd">Shows the percentage of CPU busy in user state.</td>
60-
<td class="confluenceTd">No</td>
61-
<td class="confluenceTd">No</td>
62-
<td class="confluenceTd">percent</td>
57+
<td>system_cpu_user_cpu_time_percentage</td>
58+
<td>gauge</td>
59+
<td>Shows the percentage of CPU busy in user state.</td>
60+
<td>User CPU time percentage</td>
6361
</tr>
6462
<tr>
65-
<td class="confluenceTd">system_cpu_time_percentage</td>
66-
<td class="confluenceTd">Shows the percentage of CPU busy in system state</td>
67-
<td class="confluenceTd">No</td>
68-
<td class="confluenceTd">No</td>
69-
<td class="confluenceTd">percent</td>
63+
<td>system_cpu_cpu_time_percentage</td>
64+
<td>gauge</td>
65+
<td>Shows the percentage of CPU busy in system state</td>
66+
<td>System CPU time percentage</td>
7067
</tr>
7168
<tr>
72-
<td class="confluenceTd">cpu_load_one_minute_average</td>
73-
<td class="confluenceTd">Shows the load average over 1 minute.</td>
74-
<td class="confluenceTd">No</td>
75-
<td class="confluenceTd">No</td>
76-
<td class="confluenceTd">hundredths</td>
69+
<td>system_cpu_cpu_load_one_minute_average_hundredths</td>
70+
<td>gauge</td>
71+
<td>Shows the load average over 1 minute.</td>
72+
<td>CPU load - one minute average</td>
7773
</tr>
7874
<tr>
79-
<td class="confluenceTd">cpu_load_five_minute_average</td>
80-
<td class="confluenceTd">Shows the load average over 5 minutes.</td>
81-
<td class="confluenceTd">No</td>
82-
<td class="confluenceTd">No</td>
83-
<td class="confluenceTd">hundredths</td>
75+
<td>system_cpu_cpu_load_five_minute_average_hundredths</td>
76+
<td>gauge</td>
77+
<td>Shows the load average over 5 minutes.</td>
78+
<td>CPU load - five minute average</td>
8479
</tr>
8580
<tr>
86-
<td class="confluenceTd">cpu_load_fifteen_minute_average</td>
87-
<td class="confluenceTd">Shows the load average over fifteen minutes. </td>
88-
<td class="confluenceTd">No</td>
89-
<td class="confluenceTd">No</td>
90-
<td class="confluenceTd">hundredths</td>
81+
<td>system_cpu_cpu_load_fifteen_minute_average_hundredths</td>
82+
<td>gauge</td>
83+
<td>Shows the load average over fifteen minutes.&nbsp;</td>
84+
<td>CPU load - fifteen minute average</td>
9185
</tr>
9286
<tr>
93-
<td class="confluenceTd">ram_free_percentage</td>
94-
<td class="confluenceTd">Shows the percentage of free RAM memory.</td>
95-
<td class="confluenceTd">No</td>
96-
<td class="confluenceTd">No</td>
97-
<td class="confluenceTd">percent</td>
87+
<td>system_ram_ram_free_percentage</td>
88+
<td>gauge</td>
89+
<td>Shows the percentage of free RAM memory.</td>
90+
<td>RAM free percentage</td>
9891
</tr>
9992
<tr>
100-
<td class="confluenceTd">ram_total_bytes</td>
101-
<td class="confluenceTd">Shows the total bytes of RAM configured.</td>
102-
<td class="confluenceTd">No</td>
103-
<td class="confluenceTd">No</td>
104-
<td class="confluenceTd">megabytes</td>
93+
<td>system_ram_ram_total_megabytes</td>
94+
<td>gauge</td>
95+
<td>Shows the total bytes of RAM configured.</td>
96+
<td>RAM total bytes</td>
10597
</tr>
10698
</tbody>
10799
</table>
108100

109101
###### CPU performance - running queue manager
110-
<table class="wrapped confluenceTable">
102+
<table>
111103
<tbody>
112104
<tr>
113-
<td class="confluenceTd"><strong>Metric name</strong></td>
114-
<td class="confluenceTd"><strong>Short description</strong></td>
115-
<td class="confluenceTd"><strong>Requires object</strong></td>
116-
<td class="confluenceTd"><strong>Is a counter</strong></td>
117-
<td class="confluenceTd"><strong>Datatype</strong></td>
105+
<td><strong>Prometheus metric name</strong></td>
106+
<td><strong>Metric type</strong></td>
107+
<td><strong>Short description</strong></td>
108+
<td><strong>MQ metric elemen</strong></td>
118109
</tr>
119110
<tr>
120-
<td class="confluenceTd">user_cpu_time_percentage_estimate_for_queue_manager</td>
121-
<td class="confluenceTd">Estimates the percentage of CPU use in user state for processes that are related to the queue managers that are being monitored.</td>
122-
<td class="confluenceTd">No</td>
123-
<td class="confluenceTd">No</td>
124-
<td class="confluenceTd">percent</td>
111+
<td>mq_cpu_user_cpu_time_estimate_percentage</td>
112+
<td>gauge</td>
113+
<td>Estimates the percentage of CPU use in user state for processes that are related to the queue managers that are being monitored.</td>
114+
<td>User CPU time - percentage estimate for queue manager</td>
125115
</tr>
126116
<tr>
127-
<td class="confluenceTd">system_cpu_time_percentage_estimate_for_queue_manager</td>
128-
<td class="confluenceTd">Estimates the percentage of CPU use in system state for processes that are related to the queue managers that are being monitored</td>
129-
<td class="confluenceTd">No</td>
130-
<td class="confluenceTd">No</td>
131-
<td class="confluenceTd">percent</td>
117+
<td>mq_cpu_system_cpu_time_estimat_percentage</td>
118+
<td>gauge</td>
119+
<td>Estimates the percentage of CPU use in system state for processes that are related to the queue managers that are being monitored</td>
120+
<td>System CPU time - percentage estimate for queue manager</td>
132121
</tr>
133122
<tr>
134-
<td class="confluenceTd">ram_total_bytes_estimate_for_queue_manager</td>
135-
<td class="confluenceTd">Estimates the total bytes of RAM in use by the queue managers that are being monitored.</td>
136-
<td class="confluenceTd">No</td>
137-
<td class="confluenceTd">No</td>
138-
<td class="confluenceTd">megabytes</td>
123+
<td>mq_cpu_ram_total_estimate_megabytes</td>
124+
<td>gauge</td>
125+
<td>Estimates the total bytes of RAM in use by the queue managers that are being monitored.</td>
126+
<td>RAM total bytes - estimate for queue manager</td>
139127
</tr>
140128
</tbody>
141129
</table>
142130

143131
#### Platform persistent data stores
144132
###### Disk usage - platform wide
145-
<table class="wrapped confluenceTable">
133+
<table>
146134
<tbody>
147-
<tr>
148-
<td class="confluenceTd"><strong>Metric name</strong></td>
149-
<td class="confluenceTd"><strong>Short description</strong></td>
150-
<td class="confluenceTd"><strong>Requires object</strong></td>
151-
<td class="confluenceTd"><strong>Is a counter</strong></td>
152-
<td class="confluenceTd"><strong>Datatype</strong></td>
135+
<tr>
136+
<td><strong>Prometheus metric name</strong></td>
137+
<td><strong>Metric type</strong></td>
138+
<td><strong>Short description</strong></td>
139+
<td><strong>MQ metric elemen</strong></td>
153140
</tr>
154141
<tr>
155-
<td class="confluenceTd">mq_trace_file_system_bytes_in_use</td>
156-
<td class="confluenceTd">Shows the number of bytes of disk storage that are being used by the trace file system.</td>
157-
<td class="confluenceTd">No</td>
158-
<td class="confluenceTd">No</td>
159-
<td class="confluenceTd">megabytes</td>
142+
<td>mq_disk_trace_file_system_in_use_megabytes</td>
143+
<td>gauge</td>
144+
<td>Shows the number of bytes of disk storage that are being used by the trace file system.</td>
145+
<td>MQ trace file system - bytes in use</td>
160146
</tr>
161147
<tr>
162-
<td class="confluenceTd">mq_trace_file_system_free_space</td>
163-
<td class="confluenceTd">Shows the disk storage that is reserved for the trace file system that is free.</td>
164-
<td class="confluenceTd">No</td>
165-
<td class="confluenceTd">No</td>
166-
<td class="confluenceTd">percent</td>
148+
<td>mq_disk_trace_file_system_free_space_percentage</td>
149+
<td>gauge</td>
150+
<td>Shows the disk storage that is reserved for the trace file system that is free.</td>
151+
<td>MQ trace file system - free space</td>
167152
</tr>
168153
<tr>
169-
<td class="confluenceTd">mq_errors_file_system_bytes_in_use</td>
170-
<td class="confluenceTd">Shows the number of bytes of disk storage that is being used by error data.</td>
171-
<td class="confluenceTd">No</td>
172-
<td class="confluenceTd">No</td>
173-
<td class="confluenceTd">megabytes</td>
154+
<td>mq_disk_errors_file_system_in_use_megabytes</td>
155+
<td>gauge</td>
156+
<td>Shows the number of bytes of disk storage that is being used by error data.</td>
157+
<td>MQ errors file system - bytes in use</td>
174158
</tr>
175159
<tr>
176-
<td class="confluenceTd">mq_errors_file_system_free_space</td>
177-
<td class="confluenceTd">Shows the disk storage that is reserved for error data that is free.</td>
178-
<td class="confluenceTd">No</td>
179-
<td class="confluenceTd">No</td>
180-
<td class="confluenceTd">percent</td>
160+
<td>mq_disk_errors_file_system_free_space_percentage</td>
161+
<td>gauge</td>
162+
<td>Shows the disk storage that is reserved for error data that is free.</td>
163+
<td>MQ errors file system - free space</td>
181164
</tr>
182165
<tr>
183-
<td class="confluenceTd">mq_fdc_file_count</td>
184-
<td class="confluenceTd">Shows the current number of FDC files.</td>
185-
<td class="confluenceTd">No</td>
186-
<td class="confluenceTd">No</td>
187-
<td class="confluenceTd">units</td>
166+
<td>mq_disk_fdc_file_count_files</td>
167+
<td>gauge</td>
168+
<td>Shows the current number of FDC files.</td>
169+
<td>MQ FDC file count</td>
188170
</tr>
189171
</tbody>
190172
</table>
191173

192174
###### Disk usage - running queue managers
193-
<table class="wrapped confluenceTable">
175+
<table>
194176
<tbody>
195-
<tr>
196-
<td class="confluenceTd"><strong>Metric name</strong></td>
197-
<td class="confluenceTd"><strong>Short description</strong></td>
198-
<td class="confluenceTd"><strong>Requires object</strong></td>
199-
<td class="confluenceTd"><strong>Is a counter</strong></td>
200-
<td class="confluenceTd"><strong>Datatype</strong></td>
177+
<tr>
178+
<td><strong>Prometheus metric name</strong></td>
179+
<td><strong>Metric type</strong></td>
180+
<td><strong>Short description</strong></td>
181+
<td><strong>MQ metric elemen</strong></td>
201182
</tr>
202183
<tr>
203-
<td class="confluenceTd">queue_manager_file_system_bytes_in_use</td>
204-
<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>
205-
<td class="confluenceTd">No</td>
206-
<td class="confluenceTd">No</td>
207-
<td class="confluenceTd">megabytes</td>
184+
<td>mq_disk_file_system_in_use_megabytes</td>
185+
<td>gauge</td>
186+
<td>Shows the number of bytes of disk storage that is used by queue manager files for the queue managers that you are monitoring.</td>
187+
<td>Queue Manager file system - bytes in use</td>
208188
</tr>
209189
<tr>
210-
<td class="confluenceTd">queue_manager_file_system_free_space</td>
211-
<td class="confluenceTd">Shows the disk storage that is reserved for queue manager files that is free.</td>
212-
<td class="confluenceTd">No</td>
213-
<td class="confluenceTd">No</td>
214-
<td class="confluenceTd">percent</td>
190+
<td>mq_disk_file_system_free_space_percentage</td>
191+
<td>gauge</td>
192+
<td>Shows the disk storage that is reserved for queue manager files that is free.</td>
193+
<td>Queue Manager file system - free space</td>
215194
</tr>
216195
</tbody>
217196
</table>
218197

219198
###### Disk usage - queue manager recovery log
220-
<table class="wrapped confluenceTable">
199+
<table>
221200
<tbody>
222-
<tr>
223-
<td class="confluenceTd"><strong>Metric name</strong></td>
224-
<td class="confluenceTd"><strong>Short description</strong></td>
225-
<td class="confluenceTd"><strong>Requires object</strong></td>
226-
<td class="confluenceTd"><strong>Is a counter</strong></td>
227-
<td class="confluenceTd"><strong>Datatype</strong></td>
201+
<tr>
202+
<td><strong>Prometheus metric name</strong></td>
203+
<td><strong>Metric type</strong></td>
204+
<td><strong>Short description</strong></td>
205+
<td><strong>MQ metric elemen</strong></td>
228206
</tr>
229207
<tr>
230-
<td class="confluenceTd">log_bytes_in_use</td>
231-
<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>
232-
<td class="confluenceTd">No</td>
233-
<td class="confluenceTd">No</td>
234-
<td class="confluenceTd">units</td>
208+
<td>mq_rlog_log_bytes_in_use_bytes</td>
209+
<td>gauge</td>
210+
<td>Shows the number of bytes of disk storage that is used for the recovery logs of the queue managers that you are monitoring.</td>
211+
<td>Log - bytes in use</td>
235212
</tr>
236213
<tr>
237-
<td class="confluenceTd">log_bytes_max</td>
238-
<td class="confluenceTd">Shows the maximum bytes of disk storage that is configured to be used for queue manager recovery logs.</td>
239-
<td class="confluenceTd">No</td>
240-
<td class="confluenceTd">No</td>
241-
<td class="confluenceTd">units</td>
214+
<td>mq_rlog_log_bytes_max_bytes</td>
215+
<td>gauge</td>
216+
<td>Shows the maximum bytes of disk storage that is configured to be used for queue manager recovery logs.</td>
217+
<td>Log - bytes max</td>
242218
</tr>
243219
<tr>
244-
<td class="confluenceTd">log_file_system_bytes_in_use</td>
245-
<td class="confluenceTd">Shows the total number of disk bytes in use for the log file system.</td>
246-
<td class="confluenceTd">No</td>
247-
<td class="confluenceTd">No</td>
248-
<td class="confluenceTd">units</td>
220+
<td>mq_rlog_log_file_system_bytes_in_use_bytes</td>
221+
<td>gauge</td>
222+
<td>Shows the total number of disk bytes in use for the log file system.</td>
223+
<td>Log file system - bytes in use</td>
249224
</tr>
250225
<tr>
251-
<td class="confluenceTd">log_file_system_bytes_max</td>
252-
<td class="confluenceTd">Shows the number of disk bytes that are configured for the log file system. </td>
253-
<td class="confluenceTd">No</td>
254-
<td class="confluenceTd">No</td>
255-
<td class="confluenceTd">units</td>
226+
<td>mq_rlog_log_file_system_bytes_max_bytes</td>
227+
<td>gauge</td>
228+
<td>Shows the number of disk bytes that are configured for the log file system.&nbsp;</td>
229+
<td>Log file system - bytes max</td>
256230
</tr>
257231
<tr>
258-
<td class="confluenceTd">log_physical_bytes_written</td>
259-
<td class="confluenceTd">Shows the number of bytes being written to the recovery logs.</td>
260-
<td class="confluenceTd">No</td>
261-
<td class="confluenceTd">Yes</td>
262-
<td class="confluenceTd">delta</td>
232+
<td>mq_rlog_log_physical_bytes_written_bytes</td>
233+
<td>counter</td>
234+
<td>Shows the number of bytes being written to the recovery logs.</td>
235+
<td>Log - physical bytes written</td>
263236
</tr>
264237
<tr>
265-
<td class="confluenceTd">log_logical_bytes_written</td>
266-
<td class="confluenceTd">Shows the logical number of bytes written to the recovery logs.</td>
267-
<td class="confluenceTd">No</td>
268-
<td class="confluenceTd">Yes</td>
269-
<td class="confluenceTd">delta</td>
238+
<td>mq_rlog_log_logical_bytes_written_bytes</td>
239+
<td>counter</td>
240+
<td>Shows the logical number of bytes written to the recovery logs.</td>
241+
<td>Log - logical bytes written</td>
270242
</tr>
271243
<tr>
272-
<td class="confluenceTd">log_write_latency</td>
273-
<td class="confluenceTd">Shows a measure of the latency when writing synchronously to the queue manager recovery log.</td>
274-
<td class="confluenceTd">No</td>
275-
<td class="confluenceTd">No</td>
276-
<td class="confluenceTd">microseconds</td>
244+
<td>mq_rlog_log_write_latency_microseconds</td>
245+
<td>gauge</td>
246+
<td>Shows a measure of the latency when writing synchronously to the queue manager recovery log.</td>
247+
<td>Log - write latency</td>
277248
</tr>
278249
</tbody>
279250
</table>

0 commit comments

Comments
 (0)