ganeti
Safe HaskellNone

Ganeti.Storage.Diskstats.Parser

Description

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.

Synopsis

Parser implementation

oneDiskstatsParser :: Parser Diskstats Source #

The parser for one line of the diskstatus file.

diskstatsParser :: Parser [Diskstats] Source #

The parser for a whole diskstatus file.