Jump to content

Get (Autoit) Process memory


Recommended Posts

I want to monitor how much memory my autoit script is using from within the script.

One way would be to call pslist (www.sysinternals.com) and parse the results.

you can use the Process...() functions to determine the PID to ensure that you are monitoring

the correct script.

I'm sure there's a cleaner way to do this via a DllCall() , as well.

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

Link to comment
Share on other sites

One way would be to call pslist (www.sysinternals.com) and parse the results.

you can use the Process...() functions to determine the PID to ensure that you are monitoring

the correct script.

I'm sure there's a cleaner way to do this via a DllCall() , as well.

I found this thread http://www.autoitscript.com/forum/index.ph...topic=24105&hl=

2015 - Still no flying cars, instead blankets with sleeves.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...