@@ -10,6 +10,7 @@ Updating the PMCD control file, and notifying PMCD ...
1010Check dmcache metrics have appeared ... 16 metrics and X values
1111Check dmthin metrics have appeared ... 13 metrics and X values
1212Check dmstats metrics have appeared ... 15 metrics and X values
13+ Check dmcrypt metrics have appeared ... 13 metrics and X values
1314
1415=== Check dm-cache metrics ===
1516
@@ -228,3 +229,96 @@ Help:
228229The highest mapped sector of the thin volume.
229230 inst [0 or "vg_1-lv3"] value 8388607
230231 inst [1 or "vg_1-lv2"] value 8388607
232+
233+ === Check dm-crypt metrics for crypt metrics ===
234+
235+ dmcrypt.active PMID: 129.6.0 [Whether the crypt device is active]
236+ Data Type: 32-bit unsigned int InDom: 129.6 0x20400006
237+ Semantics: instant Units: none
238+ Help:
239+ Whether the crypt device is active
240+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value 0
241+
242+ dmcrypt.type PMID: 129.6.1 [Crypt device type]
243+ Data Type: string InDom: 129.6 0x20400006
244+ Semantics: instant Units: none
245+ Help:
246+ Crypt device type
247+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value "LUKS2"
248+
249+ dmcrypt.cipher PMID: 129.6.2 [Cipher used for the crypt device]
250+ Data Type: string InDom: 129.6 0x20400006
251+ Semantics: instant Units: none
252+ Help:
253+ Cipher used for the crypt device
254+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value "aes-xts-plain64"
255+
256+ dmcrypt.keysize PMID: 129.6.3 [Keysize for the crypt device]
257+ Data Type: 32-bit unsigned int InDom: 129.6 0x20400006
258+ Semantics: instant Units: none
259+ Help:
260+ Keysize for the crypt device
261+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value 512
262+
263+ dmcrypt.key_location PMID: 129.6.4 [Decryption key location for the crypt device]
264+ Data Type: string InDom: 129.6 0x20400006
265+ Semantics: instant Units: none
266+ Help:
267+ Decryption key location for the crypt device
268+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value "keyring"
269+
270+ dmcrypt.device PMID: 129.6.5 [The crypt device]
271+ Data Type: string InDom: 129.6 0x20400006
272+ Semantics: instant Units: none
273+ Help:
274+ The crypt device
275+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value "/dev/nvme0n1p3"
276+
277+ dmcrypt.sector_size PMID: 129.6.6 [Sector size for the crypt device]
278+ Data Type: 32-bit unsigned int InDom: 129.6 0x20400006
279+ Semantics: instant Units: none
280+ Help:
281+ Sector size for the crypt device
282+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value 512
283+
284+ dmcrypt.offset PMID: 129.6.7 [Offset for the crypt device]
285+ Data Type: 64-bit unsigned int InDom: 129.6 0x20400006
286+ Semantics: instant Units: none
287+ Help:
288+ Offset for the crypt device
289+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value 32768
290+
291+ dmcrypt.offset_bytes PMID: 129.6.8 [Offset in bytes for the crypt device]
292+ Data Type: 64-bit unsigned int InDom: 129.6 0x20400006
293+ Semantics: instant Units: none
294+ Help:
295+ Offset in bytes for the crypt device
296+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value 16777216
297+
298+ dmcrypt.size PMID: 129.6.9 [Crypt device size]
299+ Data Type: 64-bit unsigned int InDom: 129.6 0x20400006
300+ Semantics: instant Units: none
301+ Help:
302+ Crypt device size
303+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value 996853760
304+
305+ dmcrypt.size_bytes PMID: 129.6.10 [Crypt device size in bytes]
306+ Data Type: 64-bit unsigned int InDom: 129.6 0x20400006
307+ Semantics: instant Units: none
308+ Help:
309+ Crypt device size in bytes
310+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value 510389125120
311+
312+ dmcrypt.mode PMID: 129.6.11 [Current mode for the crypt device]
313+ Data Type: string InDom: 129.6 0x20400006
314+ Semantics: instant Units: none
315+ Help:
316+ Current mode for the crypt device
317+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value "read/write"
318+
319+ dmcrypt.flags PMID: 129.6.12 [Flags for the crypt device]
320+ Data Type: string InDom: 129.6 0x20400006
321+ Semantics: instant Units: none
322+ Help:
323+ Flags for the crypt device
324+ inst [0 or "luks-4456fe89-d09e-416f-8721-bedb66abda85"] value "discards"
0 commit comments