PantZ4 Posted October 15, 2007 Posted October 15, 2007 Can I get how much memory my program uses? The only command I can find is MemGetStats but that is overall. Nothing program specified.
evilertoaster Posted October 15, 2007 Posted October 15, 2007 parse the data from a 'tasklist' command (as via here http://www.autoitscript.com/forum/index.php?showtopic=32359)
therks Posted October 16, 2007 Posted October 16, 2007 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.htmThe red part you may have to change depending on where your AutoIt is installed. My AutoIt Stuff | My Github
weaponx Posted October 16, 2007 Posted October 16, 2007 Isn't there memory stats in Pauls UDF http://www.autoitscript.com/forum/index.ph...7&hl=paulia
PsaltyDS Posted October 16, 2007 Posted October 16, 2007 Isn't there memory stats in Pauls UDF http://www.autoitscript.com/forum/index.ph...7&hl=pauliaNot 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
PantZ4 Posted October 16, 2007 Author Posted October 16, 2007 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.htmThe 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.
Valuater Posted October 16, 2007 Posted October 16, 2007 (edited) a certain rakishly good-looking flightless Antarctic water fowl... 8) Edited October 16, 2007 by Valuater
PsaltyDS Posted October 16, 2007 Posted October 16, 2007 a certain rakishly good-looking flightless Antarctic water fowl... 8)...whose shy demeanor and quiet modesty are also well know. 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now