This document describes the changes made to the OS_Mon application.
get_memory_data/0
, get_system_memory_data/0
)
now do not fail, but return the previously collected value,
if any, or a dummy value otherwise. Also, a warning message
is printed.
memsup.c
will now compile on OpenBSD. (Thanks to Geoff
White and Jay Nelson.) disksup
and cpu_sup
modules
now work on Mac OS X (tested on Mac OS 10.3.8). memsup
module should now work on Linux 2.6.* as well as
on older Linuxes. (The format of /proc/meminfo
has
slightly different formats in different releases of
Linux.)
os_mon_mib
module has been cleaned up to improve the
maintainability. It should have no effect on the
functionality of the OS_Mon application. However note
that the poorly documented functions init/1
and stop/1
have been deprecated and are replaced by the properly
documented functions load/1
and unload/1
.
os_mon_mib
could add faulty records to its tables when
RPC calls failed due to remote nodes shutting down.