|
-
Jun 6th, 2010, 02:17 PM
#1
Thread Starter
Lively Member
PerformanceCounter
Hi all,
is it possible to monitor my RAM-memory use of my application using a PerformanceCounter? If so, can somebody help me with the code? I've been looking around on the web, but my knowledge about memory isn't enough to understand what precisely I have to use 
Thanks in advance
-
Jun 6th, 2010, 04:44 PM
#2
Re: PerformanceCounter
Are you basically just looking for what shows up in task manager when you look at the memory usage for your process? I think My.Application.Info.WorkingSet will get you that (in bytes) as the description of that property is:
Gets the amount of physical memory mapped to the process context.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|