array Sys_GetProcessInfo ()
Array of information, such as e.g. Memory usage and number of threads |
Provides information about the process of IP Symcon.
print_r(Sys_GetProcessInfo()); /* Array ( [IPS_HANDLECOUNT] => 635 [IPS_NUMTHREADS] => 53 [IPS_VIRTUALSIZE] => 240373760 [IPS_WORKINGSETSIZE] => 32706560 [IPS_PAGEFILE] => 52719616 [PROCESSCOUNT] => 53 ) */