Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | showVerticalBar now takes the same arguments as showPercentBar | Eric Mrak | |
2014-03-14 | Memory monitor has freevbar and usedvbar | Eric Mrak | |
2014-02-04 | Use MemAvailable from meminfo if possible | Ben Boeckel | |
Use the functionality from newer kernels if available. Basically, the free+buffer+cache metric is a massive hack and not accurate anyways (e.g., not all cache can be swapped out and kernel accounting can change whenever). Kernels 3.14 and newer have MemAvailable in meminfo which is more accurate; use it if possible. | |||
2014-02-04 | Parse out fields from /proc/meminfo | Ben 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-27 | New N/A string monitor option (cf. #119) | Jose Antonio Ortega Ruiz | |
2013-03-18 | Introduce <freeratio> variable into the memory monitor. | Peter Simons | |
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |