Dokumentation
Sys_GetProcessInfo
array Sys_GetProcessInfo ()
Rückgabewert
Array mit Informationen, wie z.B. Speicherverbrauch und Anzahl der Threads
Beschreibung
Gibt Informationen zum Prozess von IP-Symcon.
Beispiel
print_r(Sys_GetProcessInfo());
/*
Array
(
[IPS_HANDLECOUNT] => 635
[IPS_NUMTHREADS] => 53
[IPS_VIRTUALSIZE] => 240373760
[IPS_WORKINGSETSIZE] => 32706560
[IPS_PAGEFILE] => 52719616
[PROCESSCOUNT] => 53
)
*/