This local plugin create a string module containing a list of running processes in the server, useful to get a “snapshot” of commands running in the server. Use like another normal local plugin, for example: module_plugin cmd.exe /C...
This local plugin module for Unix agents will give you a string data module with a snapshot of running processes, including CPU, MEMORY and system stats, as resulting from TOP command, very useful to catch the whole system status in a single snapshot. Use for 4.0.3...
An easy way to get process memory usage information, using native Windows shell command (I think this works only on XP or higher). Module data This is for the own PandoraAgent process. Replace with your desired process. Just executing tasklist show a full list of...
Show if RPC client or server is running. Module data module_begin module_name RPC client/server module_type generic_proc module_exec ps aux | grep -v grep | grep rpciod (Client) module_exec ps aux | grep -v grep | grep rpc.i (Server) module_description RPC...