Safe Haskell | Safe-Infered |
---|
kvm resident set size collector
It collects the resident set size (RSS) for all kvm processes managed by Ganeti, i.e., the number of pages the process has in RAM. The value is obtained by taking the corresponding value from proc$pid/memstat.
- dcName :: String
- dcFormatVersion :: Int
- dcVersion :: DCVersion
- dcCategory :: Maybe DCCategory
- dcKind :: DCKind
- parsePid :: Monad m => String -> m Int
- parseRss :: Monad m => String -> m Int
- collectInstanceRSS :: String -> IO (Result (String, JSValue))
- dcReport :: IO DCReport
Documentation
dcFormatVersion :: IntSource
The version number for the data format of this data collector.
dcCategory :: Maybe DCCategorySource
The category of this data collector.
collectInstanceRSS :: String -> IO (Result (String, JSValue))Source