summaryrefslogtreecommitdiff
path: root/src/pmdas/gfs2/help
blob: 350bd2b9e1815e89a220b4f033e74b886d782f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
#
# Copyright (c) 2013 - 2014 Red Hat.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your
# option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
#
# GFS2 PMDA help file in the ASCII format
#
# lines beginning with a # are ignored
# lines beginning @ introduce a new entry of the form
#  @ metric_name oneline-text
#  help test goes
#  here over multiple lines
#  ...
#
# the metric_name is decoded against the default PMNS -- as a special case,
# a name of the form NNN.MM (for numeric NNN and MM) is interpreted as an
# instance domain identification, and the text describes the instance domain
#
# blank lines before the @ line are ignored
#
@ GFS2.0 Instance domain for mounted GFS2 filesystems

@ gfs2.glocks.total Count of total observed incore GFS2 global locks
Count of total incore GFS2 glock data structures based on parsing the contents
of the /sys/kernel/debug/gfs2/<bdev>/glocks files.

@ gfs2.glocks.shared GFS2 global locks in shared state
Count of incore GFS2 glock data structures in shared state, based on parsing
/sys/kernel/debug/gfs2/<bdev>/glocks entries with state field (s:) value "SH".

@ gfs2.glocks.unlocked GFS2 global locks in unlocked state
Count of incore GFS2 glock data structures in unlocked state, based on parsing
/sys/kernel/debug/gfs2/<bdev>/glocks entries with state field (s:) value "UN".

@ gfs2.glocks.deferred GFS2 global locks in deferred state
Count of incore GFS2 glock data structures in deferred state, based on parsing
/sys/kernel/debug/gfs2/<bdev>/glocks entries with state field (s:) value "DF".

@ gfs2.glocks.exclusive GFS2 global locks in exclusive state
Count of incore GFS2 glock data structures in exclusive state, based on parsing
/sys/kernel/debug/gfs2/<bdev>/glocks entries with state field (s:) value "EX".

# help text for gfs2.sbstats.*.* is generated dynamically

@ gfs2.glstats.total The total number of current glocks
Total count of the number of glocks which currently reside for filesystem on 
the given node. Data is based from /sys/kernel/debug/gfs2/<bdev>/glstats
counting the total number of glock entries.

@ gfs2.glstats.trans The number of transaction glocks
The count of the current number of transaction type glocks that currently exist
for the given filesystem. The data is recorded and counted from /sys/kernel/
debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.glstats.inode The number of inode (metadata and data) glocks
The count of the current number of inode metadata and data type glocks that
currently exist for the given filesystem. The data is recorded and counted from
/sys/kernel/debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.glstats.rgrp The number of resource group metadata glocks
The count of the current number of resource group metadata type glocks that
currently exist for the given filesystem. The data is recorded and counted from
/sys/kernel/debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.glstats.meta The number of superblock glocks
The count of the current number of superblock type glocks that currently exist
for the given filesystem. The data is recorded and counted from /sys/kernel/
debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.glstats.iopen The number of inode last closer detection glocks
The count of the current number of inode last closer detection type glocks that
currently exist for the given filesystem. The data is recorded and counted from
/sys/kernel/debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.glstats.flock The number of flock(2) syscall glocks
The count of the current number of flock(2) syscall type glocks that currently
exist for the given filesystem. The data is recorded and counted from /sys/
kernel/debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.glstats.quota The number of quota operations glocks
The count of the current number of quota operations type glocks that currently
exist for the given filesystem. The data is recorded and counted from /sys/
kernel/debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.glstats.journal The number of journal mutex glocks
The count of the current number of journal mutex type glocks that currently
exist for the given filesystem. The data is recorded and counted from /sys/
kernel/debug/gfs2/<bdev>glstats file entries for this type of glock.

@ gfs2.tracepoints.glock_state_change.total Total number of glock state
changes. The total number of counted glock state changes.

@ gfs2.tracepoints.glock_state_change.null_lock Number of null_lock state
changes. The total number of glock state changes to the null_lock state.

@ gfs2.tracepoints.glock_state_change.concurrent_read Number of
concurrent_read state changes. The total number of glock state changes
to current_read state.

@ gfs2.tracepoints.glock_state_change.concurrent_write Number of 
concurrent_write state changes. The total number of glock state changes
to current_write state.

@ gfs2.tracepoints.glock_state_change.protected_read Number of 
protected_read state changes. The total number of glock state changes to
protected_read state.

@ gfs2.tracepoints.glock_state_change.protected_write Number of
protected_write state changes. The total number of glock state changes to
protected_write state.

@ gfs2.tracepoints.glock_state_change.exclusive Number of exclusive state
changes. The total number of glock state changes to exclusive state.

@ gfs2.tracepoints.glock_state_change.glocks.changed_target Number of
changed locks. The number of state changes that achieved their expected
state change.

@ gfs2.tracepoints.glock_state_change.glocks.missed_target Number of 
missed locks. The number of state changes that did not achieve their
expected state change.

@ gfs2.tracepoints.glock_put.total Total number of glocks changed.
The total number of glocks that have been changed.

@ gfs2.tracepoints.glock_put.null_lock Number of released locks.
The number of glocks put into the null_lock state.

@ gfs2.tracepoints.glock_put.concurrent_read Number of glocks put
in concurrent_read. The number of glocks put into the concurrent_read
state.

@ gfs2.tracepoints.glock_put.concurrent_write Number of glocks put
in concurrent_write. The number of glocks put into the concurrent_write
state.

@ gfs2.tracepoints.glock_put.protected_read Number of glocks put
in protected_read. The number of glocks put into the protected_read
state.

@ gfs2.tracepoints.glock_put.protected_write Number of glocks put
in protected_wirte. The number of glocks put into the protected_write
state.

@ gfs2.tracepoints.glock_put.exclusive Number of glocks put
in exclusive. The number of glocks put into the exclusive
state.

@ gfs2.tracepoints.demote_rq.total Total number of lock demote requests.
The total number of lock demotion requests.

@ gfs2.tracepoints.demote_rq.null_lock Number of lock demote requests to
null_lock. The total number of lock demotion requests to the null_lock state.

@ gfs2.tracepoints.demote_rq.concurrent_read Number of lock demote requests to
concurrent_read. The total number of lock demotion requests to the 
concurrent_read state.

@ gfs2.tracepoints.demote_rq.concurrent_write Number of lock demote requests to
concurrent_write. The total number of lock demotion requests to the 
concurrent_write state.

@ gfs2.tracepoints.demote_rq.protected_read Number of lock demote requests to
protected_read. The total number of lock demotion requests to the 
protected_read state.

@ gfs2.tracepoints.demote_rq.protected_write Number of lock demote requests to
protected_write. The total number of lock demotion requests to the 
protected_write state.

@ gfs2.tracepoints.demote_rq.exclusive Number of lock demote requests to
exclusive. The total number of lock demotion requests to the 
exclusive state.

@gfs2.tracepoints.demote_rq.requested.remote Number of demote requests (remote).
The total number of demote requests which were requested by a remote node of
the cluster.

@gfs2.tracepoints.demote_rq.requested.local Number of demote requests (local).
The total number of demote requests which were requested by a local node of
the cluster

@ gfs2.tracepoints.promote.total Total number of lock state. The total number
of lock state.

@ gfs2.tracepoints.promote.first.null_lock Number of lock state to null_lock.
The total number of successful first time lock state to the null_lock state.

@ gfs2.tracepoints.promote.first.concurrent_read Number of lock state to 
concurrent_read. The total number of successful first time lock state to the 
concurrent_read state.

@ gfs2.tracepoints.promote.first.concurrent_write Number of lock state to 
concurrent_write. The total number of successful first time lock state to the 
concurrent_write state.

@ gfs2.tracepoints.promote.first.protected_read Number of lock state to 
protected_read. The total number of successful first time lock state to the 
protected_read state.

@ gfs2.tracepoints.promote.first.protected_write Number of lock state to 
protected_write. The total number of successful first time lock state to the 
protected_write state.

@ gfs2.tracepoints.promote.first.exclusive Number of lock state to 
exclusive. The total number of successful first time lock state to the 
exclusive state.

@ gfs2.tracepoints.promote.other.null_lock Number of lock state to null_lock.
The total number of successful other time lock state to the null_lock state.

@ gfs2.tracepoints.promote.other.concurrent_read Number of lock state to 
concurrent_read. The total number of successful other time lock state to the 
concurrent_read state.

@ gfs2.tracepoints.promote.other.concurrent_write Number of lock state to 
concurrent_write. The total number of successful other time lock state to the 
concurrent_write state.

@ gfs2.tracepoints.promote.other.protected_read Number of lock state to 
protected_read. The total number of successful other time lock state to the 
protected_read state.

@ gfs2.tracepoints.promote.other.protected_write Number of lock state to 
protected_write. The total number of successful other time lock state to the 
protected_write state.

@ gfs2.tracepoints.promote.other.exclusive Number of lock state to 
exclusive. The total number of successful other time lock state to the 
exclusive state.

@ gfs2.tracepoints.glock_queue.total Total numbe rof queued and dequeued
requests. The total number of both queued and dequeued requests.

@ gfs2.tracepoints.glock_queue.queue.total Total number of queued lock requests.
The total number of queued lock requests.

@ gfs2.tracepoints.glock_queue.queue.null_lock Number of null_lock requests. The
number of lock requests to the null_lock state.

@ gfs2.tracepoints.glock_queue.queue.concurrent_read Number of concurrent_read 
requests. The number of lock requests to the concurrent_read state.

@ gfs2.tracepoints.glock_queue.queue.concurrent_write Number of concurrent_write 
requests. The number of lock requests to the concurrent_write state.

@ gfs2.tracepoints.glock_queue.queue.protected_read Number of protected_read 
requests. The number of lock requests to the protected_read state.

@ gfs2.tracepoints.glock_queue.queue.protected_write Number of protected_write 
requests. The number of lock requests to the protected_write state.

@ gfs2.tracepoints.glock_queue.queue.exclusive Number of exclusive 
requests. The number of lock requests to the exclusive state.

@ gfs2.tracepoints.glock_queue.dequeue.total Total number of dequeued lock requests.
The total number of dequeued lock requests.

@ gfs2.tracepoints.glock_queue.dequeue.null_lock Number of null_lock requests. The
number of lock requests to the null_lock state.

@ gfs2.tracepoints.glock_queue.dequeue.concurrent_read Number of concurrent_read 
requests. The number of lock requests to the concurrent_read state.

@ gfs2.tracepoints.glock_queue.dequeue.concurrent_write Number of concurrent_write 
requests. The number of lock requests to the concurrent_write state.

@ gfs2.tracepoints.glock_queue.dequeue.protected_read Number of protected_read 
requests. The number of lock requests to the protected_read state.

@ gfs2.tracepoints.glock_queue.dequeue.protected_write Number of protected_write 
requests. The number of lock requests to the protected_write state.

@ gfs2.tracepoints.glock_queue.dequeue.exclusive Number of exclusive 
requests. The number of lock requests to the exclusive state.

@ gfs2.tracepoints.glock_lock_time.total Total number of lock updates.
The total number of lock updates.

@ gfs2.tracepoints.glock_lock_time.trans Number of transaction lock updates.
The number of updates for transaction based glocks.

@ gfs2.tracepoints.glock_lock_time.inode Number of inode lock updates.
The number of updates for inode based glocks.

@ gfs2.tracepoints.glock_lock_time.rgrp Number of resource group lock updates.
The number of updates for resource group based glocks.

@ gfs2.tracepoints.glock_lock_time.meta Number of metadata lock updates.
The number of updates for metadata based glocks.

@ gfs2.tracepoints.glock_lock_time.iopen Number of iopen lock updates.
The number of updates for iopen based glocks.

@ gfs2.tracepoints.glock_lock_time.flock Number of flock lock updates.
The number of updates for flock based glocks.

@ gfs2.tracepoints.glock_lock_time.quota Number of quota lock updates.
The number of updates for quota based glocks.

@ gfs2.tracepoints.glock_lock_time.journal Number of journal lock updates.
The number of updates for journal based glocks.

@ gfs2.tracepoints.pin.total Total number of Pin/Unpin requests. The total
number of requests to pin/unpin blocks on the log.

@ gfs2.tracepoints.pin.pin_total Number of pin requests. The total number of
requests to pin blocks on the log.

@ gfs2.tracepoints.pin.unpin_total Number of unpin requests. The total number
requests to unpin blocks on the log.

@ gfs2.tracepoints.pin.longest_pinned Longest pinned. The longest pinned
inode or resource group log block

@ gfs2.tracepoints.log_flush.total Total log flushes. The total number of
log flushes observed

@ gfs2.tracepoints.log_block.total Total log blocks. The total number of
blocks placed upon the log.

@ gfs2.tracepoints.ail_flush.total Total AIL flushes. The total number of
flushes back to the AIL.

@ gfs2.tracepoints.block_alloc.total Total blocks allocated/deallocated. 
The total number of allocated/freed blocks this call.

@ gfs2.tracepoints.block_alloc.free Freed blocks. The number of blocks
freed. 

@ gfs2.tracepoints.block_alloc.used Used blocks. The number of blocks
used.

@ gfs2.tracepoints.block_alloc.dinode Dinode blocks. The number of blocks
used for dinode.

@ gfs2.tracepoints.block_alloc.unlinked Unlinked blocks. The number of
unlinked blocks.

@ gfs2.tracepoints.bmap.total Total number of bmap allocations. The total
number of bmap allocations.

@ gfs2.tracepoints.bmap.create Number of create bmap allocations. The number
of create bmap allocations.

@ gfs2.tracepoints.bmap.nocreate Number of nocreate bmap allocations. The
number of nocreate bmap allocations.

@ gfs2.tracepoints.rs.total Total multi-block allocations. The total number
of multi-block allocations. 

@ gfs2.tracepoints.rs.del Number of resource group delete. The total number of
resource group delete calls.

@ gfs2.tracepoints.rs.tdel Number of resource group tree delete. The total number
of resource group tree delete calls.

@ gfs2.tracepoints.rs.ins Number of resource group insert. The total number of
resource group insert calls.

@ gfs2.tracepoints.rs.clm Number of resource group claims. The total number of 
resource group claim calls.

# help text for gfs2.worst_glock.*.* is generated dynamically

@ gfs2.latency.grant.all Average time in ms for all states. The total average
latency time in ms for all lock states for grants.

@ gfs2.latency.grant.null_lock Average time in ms to null lock state. The
total average latency time in ms to change to null lock state for grants.

@ gfs2.latency.grant.concurrent_read Average time in ms to concurrent read
lock state. The total average latency time in ms to change to concurrent read
lock state for grants.

@ gfs2.latency.grant.concurrent_write Average time in ms to concurrent write
lock state. The total average latency time in ms to change to concurrent write
lock state for grants.

@ gfs2.latency.grant.protected_read Average time in ms to protected read
lock state. The total average latency time in ms to change to protected read
lock state for grants.

@ gfs2.latency.grant.protected_write Average time in ms to protected write
lock state. The total average latency time in ms to change to protected write
lock state for grants.

@ gfs2.latency.grant.exclusive Average time in ms to exclusive lock state. The
total average latency time in ms to change to exclusive lock state for grants.

@ gfs2.latency.demote.all Average time in ms for all states. The total average
latency time in ms for all lock states for demotes.

@ gfs2.latency.demote.null_lock Average time in ms to null lock state. The
total average latency time in ms to change to null lock state for demotes.

@ gfs2.latency.demote.concurrent_read Average time in ms to concurrent read
lock state. The total average latency time in ms to change to concurrent read
lock state for demotes.

@ gfs2.latency.demote.concurrent_write Average time in ms to concurrent write
lock state. The total average latency time in ms to change to concurrent write
lock state for demotes.

@ gfs2.latency.demote.protected_read Average time in ms to protected read
lock state. The total average latency time in ms to change to protected read
lock state for demotes.

@ gfs2.latency.demote.protected_write Average time in ms to protected write
lock state. The total average latency time in ms to change to protected write
lock state for demotes.

@ gfs2.latency.demote.exclusive Average time in ms to exclusive lock state. 
The total average latency time in ms to change to exclusive lock state for
demotes.

@ gfs2.latency.queue.all Average time in ms for all states. The total average
latency time in ms for all lock states for queues.

@ gfs2.latency.queue.null_lock Average time in ms to null lock state. The
total average latency time in ms to change to null lock state for queues.

@ gfs2.latency.queue.concurrent_read Average time in ms to concurrent read
lock state. The total average latency time in ms to change to concurrent read
lock state for queues.

@ gfs2.latency.queue.concurrent_write Average time in ms to concurrent write
lock state. The total average latency time in ms to change to concurrent write
lock state for queues.

@ gfs2.latency.queue.protected_read Average time in ms to protected read
lock state. The total average latency time in ms to change to protected read
lock state for queues.

@ gfs2.latency.queue.protected_write Average time in ms to protected write
lock state. The total average latency time in ms to change to protected write
lock state for queues.

@ gfs2.latency.queue.exclusive Average time in ms to exclusive lock state.
The total average latency time in ms to change to exclusive lock state for 
queues.

@ gfs2.control.tracepoints.all Indication whether glock statistics are enabled
The gfs2 tracepoint statistics can be manually controlled using pmstore
gfs2.control.tracepoints.all 0 [off] or 1 [on]. Setting the value of the metric
controls the behavior of the PMDA to whether it tries to collect from tracepoint
metrics or not.

@ gfs2.control.tracepoints.glock_state_change Indication whether 
glock_state_change glock stats are enabled. The gfs2 tracepoint statistics
can be manually controlled using pmstore
gfs2.control.tracepoints.glock_state_change 0 [off] or 1 [on]. Setting the
value of the metric controls the behavior of the PMDA to whether it tries to
collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.glock_put Indication whether glock_put glock stats
are enabled. The gfs2 tracepoint statistics can be manually controlled using
pmstore gfs2.control.tracepoints.glock_put 0 [off] or 1 [on]. Setting the value
of the metric controls the behavior of the PMDA to whether it tries to collect 
from tracepoint metrics or not.

@ gfs2.control.tracepoints.demote_rq Indication whether glock_demote_rq glock
stats are enabled. The gfs2 tracepoint statistics can be manually controlled
using pmstore gfs2.control.tracepoints.glock_demote_rq 0 [off] or 1 [on].
Setting the value of the metric controls the behavior of the PMDA to whether
it tries to collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.promote Indication whether glock_promote glock stats
are enabled. The gfs2 tracepoint statistics can be manually controlled using
pmstore gfs2.control.tracepoints.glock_promte 0 [off] or 1 [on]. Setting the 
value of the metric controls the behavior of the PMDA to whether it tries to
collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.glock_queue Indication whether glock_queue glock
stats are enabled. The gfs2 tracepoint statistics can be manually controlled
using pmstore gfs2.control.tracepoints.glock_queue 0 [off] or 1 [on]. Setting
the value of the metric controls the behavior of the PMDA to whether it tries
to collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.glock_lock_time Indication whether glock_lock_time
glock stats are enabled. The gfs2 tracepoint statistics can be manually
controlled using pmstore gfs2.control.tracepoints.glock_lock_time 0 [off] or 1
[on]. Setting the value of the metric controls the behavior of the PMDA to
whether it tries to collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.pin Indication whether pin glock stats are enabled. 
The gfs2 tracepoint statistics can be manually controlled using pmstore 
gfs2.control.tracepoints.pin 0 [off] or 1 [on]. Setting the value of the
metric controls the behavior of the PMDA to whether it tries to collect from
tracepoint metrics or not.

@ gfs2.control.tracepoints.log_flush Indication whether log_flush glock stats
are enabled. The gfs2 tracepoint statistics can be manually controlled using
pmstore gfs2.control.tracepoints.log_flush 0 [off] or 1 [on]. Setting the
value of the metric controls the behavior of the PMDA to whether it tries to
collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.log_blocks Indication whether log_blocks glock stats
are enabled. The gfs2 tracepoint statistics can be manually controlled using
pmstore gfs2.control.tracepoints.log_blocks 0 [off] or 1 [on]. Setting the
value of the metric controls the behavior of the PMDA to whether it tries to
collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.ail_flush Indication whether ail_flush glock stats
are enabled. The gfs2 tracepoint statistics can be manually controlled using
pmstore gfs2.control.tracepoints.ail_flush 0 [off] or 1 [on]. Setting the value
of the metric controls the behavior of the PMDA to whether it tries to collect
from tracepoint metrics or not.

@ gfs2.control.tracepoints.block_alloc Indication whether block_alloc glock
stats are enabled. The gfs2 tracepoint statistics can be manually controlled 
using pmstore gfs2.control.tracepoints.block_alloc 0 [off] or 1 [on]. Setting
the value of the metric controls the behavior of the PMDA to whether it tries
to collect from tracepoint metrics or not.

@ gfs2.control.tracepoints.bmap Indication whether bmap glock stats are enabled.
The gfs2 tracepoint statistics can be manually controlled using pmstore 
gfs2.control.tracepoints.bmap 0 [off] or 1 [on]. Setting the value of the 
metric controls the behavior of the PMDA to whether it tries to collect from
tracepoint metrics or not.

@ gfs2.control.tracepoints.rs Indication whether rs glock stats are enabled.
The gfs2 tracepoint statistics can be manually controlled using pmstore 
gfs2.control.tracepoints.rs 0 [off] or 1 [on]. Setting the value of the metric
controls the behavior of the PMDA to whether it tries to collect from
tracepoint metrics or not.

@ gfs2.control.buffer_size_kb Sets the buffer size for trace_pipe (per cpu).
The size of the trace_pipe buffer can be controlled with this metrics, it
allows the increase of the trace_pipe buffer to 128MB (131072KB) per cpu
on the system. It is useful to increase the size of the buffer when there
is expected to be heavy load on the file system in order to reduce the
risk of overwritten entries in the trace_pipe before they are read (default
value is 32MB (32768KB).

@ gfs2.control.global_tracing Indication whether global tracing is enabled.
The global tracing can be controlled using pmstore gfs2.control.global_tracing
0 [off] or 1 [on]. This is required to be on for most of the gfs2 metrics to
function.

@ gfs2.control.worst_glock Indication whether gfs2.glock_lock_time statistics 
are enabled. The gfs2.glock_lock_time statistics can be manually controlled
using pmstore gfs2.control.glock_lock_time 0 [off] or 1 [on]. Setting the value
of the metric controls the behavior of the PMDA to whether it tries to collect
the lock_time metrics or not. The machine must have the gfs2 trace-points
available for the glock_lock_time based metrics to function.

@ gfs2.control.latency Indication whether gfs2.latency statistics are enabled.
The gfs2.latency statistics can be manually controlled using pmstore
gfs2.control.latency 0 [off] or 1 [on]. Setting the value of the metric
controls the behaviour of the PMDA to whether it tries to collect the latency
metrics or not. The machice must have the gfs2 trace-points available for the
latency metrics to function.

@ gfs2.control.glock_threshold Threshold for maximum number of glocks accepted
per fetch. The number of glocks that will be processed and accepted over all
ftrace read trace statistics. This number can be manually altered using pmstore
in order to tailor the number of glocks processed. This value must be positive.