Safe Haskell | Safe-Infered |
---|
procdiskstats
data collector.
- defaultFile :: FilePath
- defaultCharNum :: Int
- dcName :: String
- dcVersion :: DCVersion
- dcFormatVersion :: Int
- dcCategory :: Maybe DCCategory
- dcKind :: DCKind
- dcReport :: IO DCReport
- options :: IO [OptType]
- arguments :: [ArgCompletion]
- buildJsonReport :: FilePath -> IO JSValue
- buildDCReport :: FilePath -> IO DCReport
- main :: Options -> [String] -> IO ()
Documentation
defaultFile :: FilePathSource
defaultCharNum :: IntSource
dcFormatVersion :: IntSource
The version number for the data format of this data collector.
dcCategory :: Maybe DCCategorySource
The category of this data collector.
The data exported by the data collector, taken from the default location.
Command line options
arguments :: [ArgCompletion]Source
The list of arguments supported by the program.
buildJsonReport :: FilePath -> IO JSValueSource
buildDCReport :: FilePath -> IO DCReportSource