How to go from CPU time to CPU utilization?
I'm trying to recognize a run away threads in my own application and close them for good before they render machine inaccessible. However, I can only get CPU time for the thread, that is limitation of API I'm using. Is there any way to evaluate CPU utilization from that data? I was thinking about comparing it to real time and if it is ...