tags:

views:

28

answers:

0

My script (shell script) runs a couple of tests(written in C/C++) and sometimes they will soft hang the computer (finding reason for soft hang is not my job, it is some other team) . I was thinking of using ps to get the cpu usage on that test and then reboot the computer. Is this possible?