:
This returns total open files in system. This could be useful to detect bottlenecks and other problems. Also could be used in some Unix systems with command “lsof”.
Module data
module_begin module_name OpenedFiles module_type generic_data module_exec lsof | wc -l module_description Total files opened in system module_end
(Visited 153 times, 1 visits today)