Check for used memory by app. 
Author Message
 Check for used memory by app.

Hi!

I know it can be done, it's just that I don't know how....

I want to see how much memory my app is currently using (code size and data
memory, just the whole package)

Anybody?

TIA!
Jacco.



Thu, 20 Dec 2001 03:00:00 GMT  
 Check for used memory by app.
In Windows NT I use Task Manager, which is available by clicking the right
mouse button on the taskbar and selecting "Task Manager".

Pulat


Quote:
> Hi!

> I know it can be done, it's just that I don't know how....

> I want to see how much memory my app is currently using (code size and data
> memory, just the whole package)

> Anybody?

> TIA!
> Jacco.



Thu, 20 Dec 2001 03:00:00 GMT  
 Check for used memory by app.
Ok, but I want to retrieve this info into my app...
Any clue?

Thanx anyway,
Jacco.


Quote:
> In Windows NT I use Task Manager, which is available by clicking the right
> mouse button on the taskbar and selecting "Task Manager".

> Pulat


> > Hi!

> > I know it can be done, it's just that I don't know how....

> > I want to see how much memory my app is currently using (code size and
data
> > memory, just the whole package)

> > Anybody?

> > TIA!
> > Jacco.



Thu, 20 Dec 2001 03:00:00 GMT  
 Check for used memory by app.
Idea! Look into the standard "About Dialog" form that comes with VB. It has some
code to pull out system information. I am sure that can help.

This code is also available here:

http://www.pitt.edu/~ptyst/VB/aboutDialogCode.txt

Good luck!

Pulat


Quote:
> Ok, but I want to retrieve this info into my app...
> Any clue?

> Thanx anyway,
> Jacco.



> > In Windows NT I use Task Manager, which is available by clicking the right
> > mouse button on the taskbar and selecting "Task Manager".

> > Pulat


> > > Hi!

> > > I know it can be done, it's just that I don't know how....

> > > I want to see how much memory my app is currently using (code size and
> data
> > > memory, just the whole package)

> > > Anybody?

> > > TIA!
> > > Jacco.



Thu, 20 Dec 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Checking for memory leaks (open objects) after app is closed

2. Checking Available memory from vb app

3. Checking for memory leaks (open objects) after app is closed

4. API call to check memory an object uses in VB 5

5. Memory used by app

6. Using 10 M memory for my VB App

7. HOW IS Memory Used by a VB App

8. Memory used by my app only

9. again: Check for used app mem

10. check if file is used by other app

11. check if file is used by other app

12. Check for app/process termination using Instance??

 

 
Powered by phpBB® Forum Software