PDA

Click to See Complete Forum and Search --> : Memory Usage


JPRoy392
Feb 6th, 2001, 09:28 PM
Hi all,

I'm trying to find out how to create a small VB program that will get the Memory Usage of a process (by PID, say) even n seconds and write it out to a file. I'm trying to monitor the Memory Usage of some applications and a tool like this would be useful. I'm sure there are even freeware programs that do this, but I just thought it would be interesting to learn how to do it myself. Any ideas anyone?

Thanks

crispin
Feb 7th, 2001, 05:23 AM
I did this a while ago, it lists all the running processes and their memory usage.

hope this helps

JPRoy392
Feb 8th, 2001, 07:02 PM
Thank you. I'll try it.