Safe Haskell | Safe-Infered |
---|
procstat file parser
This module holds the definition of the parser that extracts information
about the CPU load of the system from the procstat
file.
- oneCPUstatParser :: Parser CPUstat
- intrFound :: Parser ()
- cpustatParser :: Parser [CPUstat]
Parser implementation
oneCPUstatParser :: Parser CPUstatSource
cpustatParser :: Parser [CPUstat]Source
The parser for the fragment of CPU status file containing information about the CPU load.