| View previous topic :: View next topic |
| Author |
Message |
twhyman
Joined: 07 Dec 2005 Posts: 218
|
Posted: Fri Apr 11, 2008 7:33 am Post subject: How to retrive single process memory usage? |
|
|
Hi,
I would like to retrive a single process memory usage by using PID or name.
Is that possible, cause i did not see any reference for such thing in the help?
Thanks
Twhyman |
|
| Back to top |
|
 |
twhyman
Joined: 07 Dec 2005 Posts: 218
|
Posted: Fri Apr 11, 2008 7:08 pm Post subject: |
|
|
I will even take a DLL or a command line application if someone got something like that  |
|
| Back to top |
|
 |
widow Guest
|
Posted: Fri Apr 11, 2008 9:17 pm Post subject: |
|
|
| Quote: | PrcIdent is a process identification library
containing functions that can return process
identifier (PID) for given process name and
vice versa, list of running terminal sessions
and processes and identifier of terminal session
where given process runs. PrcIdent is limited to
sessions and processes running on local compute |
URL |
|
| Back to top |
|
 |
widow Guest
|
Posted: Fri Apr 11, 2008 9:20 pm Post subject: |
|
|
| sorry that wont help, i read your question wrong. |
|
| Back to top |
|
 |
twhyman
Joined: 07 Dec 2005 Posts: 218
|
Posted: Fri Apr 11, 2008 11:43 pm Post subject: |
|
|
I have found a command line utility called "tasklist"
got some very nice options.
| Quote: |
File: Tasklist.exe
Version: 5.1.2600.0
Operating System: Windows XP
Description: Windows XP Tasklist utility
Installation Notes: Execute the file from a MS-DOS prompt. Additional information about the available commands can be seen by typing "tasklist /?"
File Size: 71 KB
Technical Notes: Enables Windows XP Home and Windows XP Professional users to view complete information about the services running on their computer.
Cost: None.
Download Here |
Still it kinda weird i cannot do that within AHK... |
|
| Back to top |
|
 |
widow Guest
|
Posted: Sat Apr 12, 2008 1:13 am Post subject: |
|
|
| twhyman wrote: | I have found a command line utility called "tasklist"
got some very nice options.
| Quote: |
File: Tasklist.exe
Version: 5.1.2600.0
Operating System: Windows XP
Description: Windows XP Tasklist utility
Installation Notes: Execute the file from a MS-DOS prompt. Additional information about the available commands can be seen by typing "tasklist /?"
File Size: 71 KB
Technical Notes: Enables Windows XP Home and Windows XP Professional users to view complete information about the services running on their computer.
Cost: None.
Download Here |
Still it kinda weird i cannot do that within AHK... |
| Quote: | Image Name PID Session Name Session# Mem Usage
========================= ====== ================ ======== ============
System Idle Process 0 Console 0 16 K
System 4 Console 0 32 K
smss.exe 844 Console 0 44 K
csrss.exe 892 Console 0 2,340 K
winlogon.exe 916 Console 0 1,748 K
services.exe 960 Console 0 932 K
lsass.exe 972 Console 0 1,560 K
svchost.exe 1124 Console 0 1,036 K
svchost.exe 1188 Console 0 1,408 K
svchost.exe 1440 Console 0 8,512 K |
Its builtin in XP pro. I didnt know so thanx  |
|
| Back to top |
|
 |
|