1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
:

Instant or Average kB/s transmitted on the interface ethX

Module data

module_begin 
module_name Interface_kB/s_ethX 
module_type generic_data 
module_exec sar -n DEV | grep ethX | tail -1 | awk '{print $6}' (Average) 
module_description Average of kB/s transmitted on the interface ethX 
module_end

 

module_exec sar -n DEV 1 1 | grep ethX | tail -1 | awk '{print $6}' (Instant)
(Visited 127 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X