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
Comments
Post a Comment