Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
System.Metrics.Prometheus.Ridley.Metrics.PhysicalMemory
Synopsis
- getFreeStats :: IO FreeReport
- updateFreeStats :: FreeGauges -> Bool -> IO ()
- data FreeReport = FreeReport {}
- emptyFreeReport :: FreeReport
- data FreeGauges = FreeGauges {}
- systemPhysicalMemory :: Ridley RidleyMetricHandler
Documentation
updateFreeStats :: FreeGauges -> Bool -> IO () Source #
data FreeReport Source #
Constructors
FreeReport | |
Fields |
Instances
Show FreeReport Source # | |
Defined in System.Metrics.Prometheus.Ridley.Metrics.PhysicalMemory Methods showsPrec :: Int -> FreeReport -> ShowS # show :: FreeReport -> String # showList :: [FreeReport] -> ShowS # | |
Eq FreeReport Source # | |
data FreeGauges Source #
Constructors
FreeGauges | |
Fields |
systemPhysicalMemory :: Ridley RidleyMetricHandler Source #
Returns the physical memory total and free as sampled from free
.