Portability | Linux |
---|---|
Stability | testing |
Maintainer | ongy, moepi |
Safe Haskell | None |
For older kernels the memory available value may be wrong. When not provided by the kernel it's computed as `free + cached + buffers`. If you find this to be to inacurate, use the version for memory free. But be aware, that free memory on linux can go close to zero because of io buffers.
- getMemoryHandle :: IO MHandle
- getMemoryBarHandle :: Float -> IO MBHandle
- getMemoryFreeHandle :: IO MFHandle
- data MHandle
- data MFHandle
- data MBHandle
Documentation
getMemoryHandle :: IO MHandleSource
Get the the memory handle (available)
getMemoryFreeHandle :: IO MFHandleSource
Get the the memory handle (free)
Handle to display the current memory usage (usedcachesfree) as horizontal bar