869d43f102
- Instead of displaying hardware ram quantity, display ram available to be allocated by applications. FreeBSD uses some ram for kernel, segment mappings and other stuff. Those memory pages are not available for allocation by applications. - Calculate correctly ram usage. Active + Wired (buffers). Nothing else. For more info see: - http://www.cyberciti.biz/files/scripts/freebsd-memory.pl.txt - conky source code on github - output of top and vmstat on FreeBSD - http://www.zabbix.com/forum/showthread.php?t=21826 - https://support.zabbix.com/browse/ZBXNEXT-774 htop on FreeBSD uses linux procfs compatibility layer, and thus it's readings are a little off. |
||
---|---|---|
.. | ||
cpu.cc | ||
cpu.h | ||
getsysctl.h | ||
load.cc | ||
load.h | ||
memory.cc | ||
memory.h |