Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ganeti.DataCollectors.XenCpuLoad
Description
xentop CPU data collector
Synopsis
- dcName :: String
- dcVersion :: DCVersion
- dcFormatVersion :: Int
- dcCategory :: Maybe DCCategory
- dcKind :: DCKind
- dcReport :: Maybe CollectorData -> IO DCReport
- dcUpdate :: Maybe CollectorData -> IO CollectorData
Documentation
dcFormatVersion :: Int #
The version number for the data format of this data collector.
dcCategory :: Maybe DCCategory #
The category of this data collector.
dcReport :: Maybe CollectorData -> IO DCReport #
The data exported by the data collector, taken from the default location.
dcUpdate :: Maybe CollectorData -> IO CollectorData #
Updates the given Collector data.