Jump to content

Recommended Posts

Posted

Can I get how much memory my program uses?

The only command I can find is MemGetStats but that is overall. Nothing program specified.

Posted

ProcessGetStats. In the new beta. The help page is not working properly in the CHM though. To view the help point your browser at mk:@MSITStore:C:\Program Files\AutoIt3\AutoIt3.chm::/html/functions/ProcessGetStats.htm

The red part you may have to change depending on where your AutoIt is installed.

Posted

Isn't there memory stats in Pauls UDF http://www.autoitscript.com/forum/index.ph...7&hl=paulia

Not per-process. However, a certain rakishly good-looking flightless Antarctic water fowl recently finished a function called _ProcessListProperties() that lists stats, including memory usage, on a per-process basis.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

ProcessGetStats. In the new beta. The help page is not working properly in the CHM though. To view the help point your browser at mk:@MSITStore:C:\Program Files\AutoIt3\AutoIt3.chm::/html/functions/ProcessGetStats.htm

The red part you may have to change depending on where your AutoIt is installed.

Thanks.

Through the help file just gave me a copy of ProcessExists, I could guess it was how many bytes the program was using, the function was returning.

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
  • Recently Browsing   0 members

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