I'm looking for a way to get the current "load" (as in Unix: The number of processes which are waiting for the CPU/data) on Windows. Is that possible at all?
Background: By default, Windows will tell you how much the CPU is utilized or the network traffic, RAM used, etc. From a performance point of view, this is useless. I don't care that 97% of my CPU is idle when the virus scanner blocks my IDE. I want to know whether processes are blocked waiting for some resource.