This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

running scripts in the background
#1
Is it possible to see what scripts are running and how many times?
I had scripts running with
Code:
repeat
until

I want to have more view how many times it is running, to see if i have to change my work process.

cpu: 0.00 0.02 0.00
Mem: 21%
Disk: 81%
Reply
#2
Repeat-until loop does not create many scripts, it is still single PID process. If you want to see all processes use System load app and in there you will see all. Including all running scripts.
If you want to know how many times your loop did run then add some log in it or a counter and then log result.
------------------------------
Ctrl+F5
Reply
#3
Thanks Daniel,

Well at my installation, i used the commend repeat-until with a motion detection.
Thats why i think the script run multiple times.

about the app, i dont see it in the appstore, i have a Wiser, can i download that app or can you share it?
Reply
#4
For wiser there is Process app, it is not as good as System load but would do.
------------------------------
Ctrl+F5
Reply
#5
Oké thanks
Reply


Forum Jump: