This module will count active filehandles in Windows. Can be modified to count specific kind of handles, or handles for a given process. NOTE: you need to download “handle” from sysinternals.com NOTE: The first execution (on the agent) will require...
This simple module gives you opened handles in your SO, by using lsof tool (usually installed or available in the SO addons). Could be easily modified to search on a given process or user only. Module data module_begin module_name Handles module_type generic_data ...