dockapps/wmmemload/src
Carlos R. Mafra bd0d7d1f67 wmmemload: Use MemAvailable from kernel > v3.14 to display memory usage
After the introduction of MemAvailable in the kernel v3.14 one can
estimate how much RAM memory is being "used" by how much it is left
before the system starts swapping.

That is the reason why I want to monitor memory usage, to know
how close the system is to swapping. Therefore I propose to
use MemAvailable to compute the percentage of "used" memory.
Theoretically, after this patch a 100% memory usage is a more
accurate description of "yeah, we need to swap from now on".

See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=34e431b0ae398fc54ea69ff85ec700722c9da773
2019-01-12 22:05:06 +00:00
..
backlight_off.xpm wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
backlight_on.xpm wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
dockapp.c wmmemload: Consistent formatting. 2014-10-10 10:09:53 +01:00
dockapp.h wmmemload: Consistent formatting. 2014-10-10 10:09:53 +01:00
main.c wmmemload: call usleep() directly in main loop 2019-01-12 21:22:15 +00:00
Makefile.am wmmemload: Use sysctl to get memory usage in FreeBSD. 2014-10-10 10:09:52 +01:00
mem.h wmmemload: Consistent formatting. 2014-10-10 10:09:53 +01:00
mem_freebsd.c wmmemload: Use sysctl for swap usage information in FreeBSD. 2015-04-07 08:52:22 +01:00
mem_gnu.c wmmemload: Consistent formatting. 2014-10-10 10:09:53 +01:00
mem_linux.c wmmemload: Use MemAvailable from kernel > v3.14 to display memory usage 2019-01-12 22:05:06 +00:00
mem_openbsd.c wmmemload: Consistent formatting. 2014-10-10 10:09:53 +01:00
mem_solaris.c wmmemload: Consistent formatting. 2014-10-10 10:09:53 +01:00
parts.xpm wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00