Safe Haskell | Safe-Infered |
---|
Diskstats proc file parser
This module holds the definition of the parser that extracts status
information about the disks of the system from the procdiskstats
file.
- skipSpaces :: Parser ()
- numberP :: Parser Int
- stringP :: Parser String
- oneDiskstatsParser :: Parser Diskstats
- diskstatsParser :: Parser [Diskstats]
Utility functions
skipSpaces :: Parser ()Source
Parser implementation
oneDiskstatsParser :: Parser DiskstatsSource
diskstatsParser :: Parser [Diskstats]Source
The parser for a whole diskstatus file.