Hello;

I want to know how much memory is allocated to each running application
(like Mem Usage column in Windows Task manager).
Is there any API providing this information?

Thanks in advance,
Maxim

Re: Process memory usage? by antispam

antispam
Sun May 09 08:20:12 CDT 2004

Hi,

Simple but nice tool is a memtrack:

http://homepage.ntlworld.com/logie.urquhart/thelogster/memtrack.htm

Greets


--

Mateusz £oskot
mateusz at loskot dot net

Re: Process memory usage? by Maxim

Maxim
Sun May 09 08:37:37 CDT 2004

Thank you, bu the feature I need is listed in their plans:

Plans for the Future
Development on MemTrack is continuing. In the future the following features
may be included:

a.. Process viewer - showing what processes are running and how much
memory each process uses
Regards,
Maxim

"Mateusz £oskot" <antispam@see.my.signature> wrote in message
news:geqnc.50065$O9.39637@news.chello.at...
> Hi,
>
> Simple but nice tool is a memtrack:
>
> http://homepage.ntlworld.com/logie.urquhart/thelogster/memtrack.htm
>
> Greets
>
>
> --
>
> Mateusz £oskot
> mateusz at loskot dot net



Re: Process memory usage? by Michael

Michael
Sun May 09 10:22:59 CDT 2004

If you want something that runs on the target, just call
GlobalMemoryStatus() from the process you are interested in.

If you want a TaskMan-like tool, then check out our ProcMan on website
below. UI runs on the desktop, though, not on the target device.

--

Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com



"Maxim Maslov" <maslov@soft-consult.ru> wrote in message
news:u4b%23KrcNEHA.1392@TK2MSFTNGP09.phx.gbl...
> Thank you, bu the feature I need is listed in their plans:
>
> Plans for the Future
> Development on MemTrack is continuing. In the future the following
features
> may be included:
>
> a.. Process viewer - showing what processes are running and how much
> memory each process uses
> Regards,
> Maxim
>
> "Mateusz £oskot" <antispam@see.my.signature> wrote in message
> news:geqnc.50065$O9.39637@news.chello.at...
> > Hi,
> >
> > Simple but nice tool is a memtrack:
> >
> > http://homepage.ntlworld.com/logie.urquhart/thelogster/memtrack.htm
> >
> > Greets
> >
> >
> > --
> >
> > Mateusz £oskot
> > mateusz at loskot dot net
>
>