Jump to content

Recommended Posts

Posted

Must be missing something obvious but I'm getting no output - ( blank message box ) Outlook is running etc - I'm trying to get memory usage

$mem = ProcessGetStats("outlook.exe", 0)
MsgBox(0, "Size is:", $mem)
Posted

Hi,

Yeah it's obvious, from the helpfile :

 

Success: an array of infos data (See Remarks). 

 

Br, FireFox.

Posted

Thanks - wondering why now I'm not getting the correct memory output - on checking my task manager notepad is using 2,076K

When running this:

#include <Array.au3>
$mem = ProcessGetStats("notepad.exe", 1)
_ArrayDisplay($mem)

 

It returns.

[0]|1
[1]|0
[2]|224
[3]|60
[4]|0
[5]|1016

When running it with the type set to 0 I get:

[0]|6955008
[1]|6955008


 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...