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