I have many applications on IIS in different web sites. Some of them are using 4 core some of them are using just 1 core of CPU. To make this I seperated into different application pools (named like 4.0Framework_1CPU, 3.5Framework_4CPU etc.)
I want to get know which virtual directory is consuming how much ram, cpu, disk space real time. And how can I get these information programmatically to make alerts?