summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/Mem.hs
AgeCommit message (Collapse)Author
2014-02-04Parse out fields from /proc/meminfoBen Boeckel
Newer kernels have changed the order of the lines in the /proc/meminfo find (MemAvailable is now line 3). To support this and older kernels, use the key from the map when getting data from it rather than static line numbers.
2013-10-27New N/A string monitor option (cf. #119)Jose Antonio Ortega Ruiz
2013-03-18Introduce <freeratio> variable into the memory monitor.Peter Simons
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz