Copyright | (c) 2022 Tim Emiola |
---|---|
License | BSD3 |
Maintainer | Tim Emiola <[email protected]> |
Safe Haskell | None |
Language | Haskell2010 |
System.MemInfo.SysInfo
Description
This module provides data types that
- define memory reports (cf
) andReportBud
- provide info about the system where the report will run (cf
,KernelVersion
andSwapFlaw
).RamFlaw
along with functions that use these types.
Synopsis
- data ReportBud = ReportBud {
- rbPids :: !(NonEmpty ProcessID)
- rbKernel :: !KernelVersion
- rbHasPss :: !Bool
- rbHasSwapPss :: !Bool
- rbHasSmaps :: !Bool