Omid 0 Posted April 17, 2011 (edited) Hi! I'm writing a project using AutoIt and I'm enjoying that, Now I'm confused in one part In part of that I need to extract Kernel Memory 'Paged Limit' and 'Non-Paged Limit', in fact we are going to use this to detect memory leak in another programs, is AutoIt capable of extract this information? If yes, how? if it happen then we will not need to run another program in parallel with our project to get these informations Edited April 17, 2011 by Omid Share this post Link to post Share on other sites
Omid 0 Posted April 17, 2011 24 view and no reply yet? Share this post Link to post Share on other sites
Melba23 3,457 Posted April 17, 2011 Omid, First, welcome to the AutoIt forums. However, please do not bump your posts within 24 hours. Remember this is not a 24/7 support forum - those who answer are only here because they like helping others and have some time to spare. You just have to wait until someone who knows something about your particular problem, and is willing to help, comes online. Be patient and someone will answer eventually. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites
GEOSoft 67 Posted April 17, 2011 You might be able to get the info you want using MemGetStats() It's in the help file under Function Reference >> Environment Management. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites
Omid 0 Posted April 17, 2011 You might be able to get the info you want using MemGetStats()It's in the help file under Function Reference >> Environment Management.None of those 7 Array do this Share this post Link to post Share on other sites
ChrisL 13 Posted April 17, 2011 Have a read of this using WMI [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire Share this post Link to post Share on other sites
Omid 0 Posted April 17, 2011 (edited) Thanks, This is not exactly what I'm looking for, but it give me an idea!that's only the (peak) usage. i need the max limit Edited April 17, 2011 by Omid Share this post Link to post Share on other sites