os_mon(7) | Erlang Application Definition | os_mon(7) |
os_mon - OS Monitoring Application
The operating system monitor, OS_Mon, provides the following services:
To simplify usage of OS_Mon on distributed Erlang systems, it is not considered an error trying to use a service at a node where it is not available (either because OS_Mon is not running, or because the service is not available for that OS, or because the service is not started). Instead, a warning message is issued via error_logger and a dummy value is returned, which one is specified in the man pages for the respective services.
When OS_Mon is started, by default all services available for the OS, except os_sup, are automatically started. This configuration can be changed using the following application configuration parameters:
Configuration parameters effecting the different OS_Mon services are described in the respective man pages.
See config(5) for information about how to change the value of configuration parameters.
cpu_sup(3erl), disksup(3erl), memsup(3erl), os_sup(3erl), nteventlog(3erl), snmp(3erl).
os_mon 2.8 | Ericsson AB |