AutoItKing Posted March 7, 2007 Share Posted March 7, 2007 (edited) MemStatsWeb Based and GUINice little script I made to show you how much RAM is being used and how much is available. I plan on using it to see if I need more RAM for Vista. My computer came with 512 MB of shared RAM between the graphics card and the rest. I should be getting the upgrade in the mail soon. It also has a web based feature, so that you can view your RAM specs from any browser, and clear it!! Very useful for servers. Enjoy! News:Added Page File usage Added tray hover stats and fixed my silly mistake Added a Reduce Memory Usage button Added web based version Added a few screenshotsAdded very simple password protectionAdded Defrag RAMMade some changesMade it look nice!Added progress barsDownloads:Web Based Version:Download-Requires web based AutoIt -Has some level of security, password protect (change in config.ini to whatever you want) Screenshot:Main page:GUI Version: MemStats_GUI.au3 Downloads: 100+ Edited June 17, 2007 by AutoItKing http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
smstroble Posted March 7, 2007 Share Posted March 7, 2007 (edited) Intresting program, nice job. By the way, how in the world did you get down to 47% of 382mb of ram used? During shutdown? lol. Especially with vista running, which has to be huge with all the graphics stuff. I closed a bunch of stuff in task manager in WinXP and got down to 30% of a gig of RAM, approx 300mb. EDIT: I had an epiphany, becuase your RAM is so low it is likely storing a lot more memory in virtual memory, so your RAM usage shows lower. I think it would be intresting if you included the same data on the paging file as well as the RAM, you would get a better idea of how much memory you use. Edited March 7, 2007 by smstroble MUHAHAHAHAHA Link to comment Share on other sites More sharing options...
AutoItKing Posted March 7, 2007 Author Share Posted March 7, 2007 I cleared the RAM with FreeRAM XP. And I am still running XP. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
smstroble Posted March 7, 2007 Share Posted March 7, 2007 (edited) Ah, i think i might look at that, youre still running Xp? The graphics look like vista, what are you using to do that? Edited March 7, 2007 by smstroble MUHAHAHAHAHA Link to comment Share on other sites More sharing options...
AutoItKing Posted March 7, 2007 Author Share Posted March 7, 2007 (edited) WindowBlinds from StarDock. Look it up, great program. But it costs. (edit: Larry: nefarious advice removed) Edited March 8, 2007 by Larry http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
smstroble Posted March 7, 2007 Share Posted March 7, 2007 (edited) Ah WindowBlinds is nice, but im good and pay for such things, and im broke. Not a fan of p2p anyway, virus and spyware are a big problem. Edited March 7, 2007 by smstroble MUHAHAHAHAHA Link to comment Share on other sites More sharing options...
AutoItKing Posted March 7, 2007 Author Share Posted March 7, 2007 True, very true. They have a trial version though, it has a very annoying nag screen. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted March 7, 2007 Share Posted March 7, 2007 (edited) True, very true. They have a trial version though, it has a very annoying nag screen.take a look at this: http://news.softpedia.com/news/Hack-window...les-44831.shtmlalso check this out.. http://www.deviantart.com/deviation/29511577/but dont tell anyone else about it. Edited March 7, 2007 by mrRevoked Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
AutoItKing Posted March 7, 2007 Author Share Posted March 7, 2007 EDIT: I had an epiphany, becuase your RAM is so low it is likely storing a lot more memory in virtual memory, so your RAM usage shows lower. I think it would be intresting if you included the same data on the paging file as well as the RAM, you would get a better idea of how much memory you use.I have about 700MB of Page File usage right now. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
smstroble Posted March 8, 2007 Share Posted March 8, 2007 (edited) Yep, i was right. I use about 400mb of RAM but i only use about 400mb of pageing file, and thats w/o optimizing my memory or killing anything.@mrRevokedThanks! Going to play around with themes now, and find one i like most Edited March 8, 2007 by smstroble MUHAHAHAHAHA Link to comment Share on other sites More sharing options...
AutoItKing Posted March 8, 2007 Author Share Posted March 8, 2007 I was scanning my HDD for unwanted stuff, and it used up all of the RAM and 800MB PF. I need more RAM!! http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
mikiutama Posted March 8, 2007 Share Posted March 8, 2007 there seems to be a very very small error in your memstats.au3 that you post, at line 30; $pfuse = GUICtrlCreateLabel(Round(($mem[3]-$mem[4])/1024,1) & "MB in use", 312, 56+160, 100, 17,) suppose to be $pfuse = GUICtrlCreateLabel(Round(($mem[3]-$mem[4])/1024,1) & "MB in use", 312, 56+160, 100, 17) just delete the last commas before ) an it work fine... btw, can u add to traybar and when mouse hover on it, it will display summarize settings in traytip? that be nicer.. Link to comment Share on other sites More sharing options...
MrCreatoR Posted March 8, 2007 Share Posted March 8, 2007 can u add to traybar and when mouse hover on it, it will display summarize settings in traytip? that be nicer..Put in the start of script this: Opt("TrayMenuMode", 1) Opt("TrayOnEventMode", 1) TraySetOnEvent(-7, "ShowGui")oÝ÷ Ø Ý{ax&¬y,"¶aÆ®¶sd66Rb33c´uTôUdTåEôÔäÔ¤P uT6WE7FFR5uôDRoÝ÷ ØìjwiºÛaÇîËh¶Ú±Êâ¦Ö®¶sdgVæ26÷twV uT6WE7FFR5uõ4õr¤VæDgVæ And you set Spoiler Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1 AutoIt Russian Community My Work... Spoiler Projects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating ) * === My topics === * ================================================== ================================================== AutoIt is simple, subtle, elegant. © AutoIt Team Link to comment Share on other sites More sharing options...
theguy0000 Posted March 8, 2007 Share Posted March 8, 2007 theres an extra comma at the end of line 30: $pfuse = GUICtrlCreateLabel(Round(($mem[3]-$mem[4])/1024,1) & "MB in use", 312, 56+160, 100, 17,) The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
AutoItKing Posted March 8, 2007 Author Share Posted March 8, 2007 Anything for you! (see first post) http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
theguy0000 Posted March 8, 2007 Share Posted March 8, 2007 This is a pretty cool program. will definitely prove to be useful! btw, what IS page file usage? The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
AutoItKing Posted March 8, 2007 Author Share Posted March 8, 2007 It's everything that doesn't fit in the RAM. I believe it is a file on your hard drive. Probably where the name comes from. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
theguy0000 Posted March 8, 2007 Share Posted March 8, 2007 It's everything that doesn't fit in the RAM. I believe it is a file on your hard drive. Probably where the name comes from. ooohhh lol....anyway, real cool program. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
AutoItKing Posted March 8, 2007 Author Share Posted March 8, 2007 I might even add RAM optimization to it. Make it fully fledged RAM optimizer. Did I spell that right? http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
AutoItKing Posted March 8, 2007 Author Share Posted March 8, 2007 (edit: Larry: nefarious advice removed)lol... Sorry about that. :"> http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script] Link to comment Share on other sites More sharing options...
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