VmaRaEnabledS390x - file /sys/kernel/mm/swap/vma_ra_enabled
Parser to parse the output of file /sys/kernel/mm/swap/vma_ra_enabled
- class insights.parsers.vma_ra_enabled_s390x.VmaRaEnabledS390x(context)[source]
Bases:
ParserBase class to parse
/sys/kernel/mm/swap/vma_ra_enabledfile, the file content will be stored in a string.Sample output for file:
TrueExamples
>>> type(vma) <class 'insights.parsers.vma_ra_enabled_s390x.VmaRaEnabledS390x'> >>> vma.ra_enabled True
- ra_enabled
The result parsed
- Type:
bool
- Raises:
SkipComponent -- When file content is empty