performance - How to get % Memory usage of a process using Performnace Counter in C# -


i want % of memory used process. right now, i'm able available memory using:

performancecounter pc = new performancecounter("memory", "available kbytes"); 

is there way desired result, may using calculation? please help.

i remember doing on windows performance monitor, keep in track of memory , cpu usages.

this link shows how it

application pool memory usage monitor


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -