PantZ4 0 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. Share this post Link to post Share on other sites
evilertoaster 3 Posted October 15, 2007 parse the data from a 'tasklist' command (as via here http://www.autoitscript.com/forum/index.php?showtopic=32359) Share this post Link to post Share on other sites
therks 33 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 Share this post Link to post Share on other sites
weaponx 16 Posted October 16, 2007 Isn't there memory stats in Pauls UDF http://www.autoitscript.com/forum/index.ph...7&hl=paulia Share this post Link to post Share on other sites
PsaltyDS 42 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 Share this post Link to post Share on other sites
PantZ4 0 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. Share this post Link to post Share on other sites
Valuater 130 Posted October 16, 2007 (edited) a certain rakishly good-looking flightless Antarctic water fowl... 8) Edited October 16, 2007 by Valuater Share this post Link to post Share on other sites
PsaltyDS 42 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 Share this post Link to post Share on other sites