Main /
mod_ibmnetDescriptionThe extensions (maximum of 4 metrics per single device) for individual Ethernet devices are contained in a separate DSO module (written in C) called This DSO can be used to monitor individual Ethernet devices as AIX libperfstat library (which could also be used) only sees Ethernet devices with a configured IP address. This is not the case for Shared Ethernet Adapters (SEA) on the Virtual I/O Server for instance. The DSO works by calling the external Platform availability: AIX only, minimum AIX5L V5.1 ML04 level or higher required Config file: Available metricsThe following 4 additional metrics per device
Config file examplemodules { module { name = "ibmnet_module" path = "modibmnet.so" } } collection_group { collect_every = 15 time_threshold = 60 metric { name = "ent0_bytes_received" title = "ent0 Bytes Received" value_threshold = 1.0 } metric { name = "ent0_bytes_sent" title = "ent0 Bytes Sent" value_threshold = 1.0 } metric { name = "ent0_pkts_received" title = "ent0 Packets Received" value_threshold = 0.1 } metric { name = "ent0_pkts_sent" title = "ent0 packets Sent" value_threshold = 0.1 } /* metric { name = "ent1_bytes_received" title = "ent1 Bytes Received" value_threshold = 1.0 } metric { name = "ent1_bytes_sent" title = "ent1 Bytes Sent" value_threshold = 1.0 } metric { name = "ent1_pkts_received" title = "ent1 Packets Received" value_threshold = 0.1 } metric { name = "ent1_pkts_sent" title = "ent1 packets Sent" value_threshold = 0.1 } */ } Change History
|