09.02.2018, 11:08
(09.02.2018, 10:29)gjniewenhuijse Wrote: I see in my processes app that process 992 uses lot of resources.
In the system config i see: 992 lua /lib/genohm-scada/core/scripting-resident.lua 72
But how i know what resident script this is?
Hi
You can run this in the script to get it's PID nr
Code:
pid = os.getpid()
------------------------------
Ctrl+F5
Ctrl+F5