Jump to content

MemStats


AutoItKing
 Share

Recommended Posts

MemStats

Web Based and GUI

Nice 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 :whistle:

Added a Reduce Memory Usage button

Added web based version

Added a few screenshots

Added very simple password protection

Added Defrag RAM

Made some changes

Made it look nice!

Added progress bars

Downloads:

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:

post-8473-1174439965_thumb.jpg

GUI Version:

MemStats_GUI.au3 Downloads: 100+

post-8473-1176772604_thumb.jpg

Edited 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

  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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 by smstroble

MUHAHAHAHAHA

Link to comment
Share on other sites

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

WindowBlinds from StarDock. Look it up, great program. But it costs.

(edit: Larry: nefarious advice removed)

Edited 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

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

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.shtml

also check this out.. http://www.deviantart.com/deviation/29511577/

but dont tell anyone else about it.

Edited by mrRevoked
Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
Link to comment
Share on other sites

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

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.

@mrRevoked

Thanks! Going to play around with themes now, and find one i like most :whistle:

Edited by smstroble

MUHAHAHAHAHA

Link to comment
Share on other sites

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

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

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 :whistle:

 

Spoiler

Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1

AutoIt_Rus_Community.png AutoIt Russian Community

My Work...

Spoiler

AutoIt_Icon_small.pngProjects: 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 Program

AutoIt_Icon_small.pngUDFs: 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
 
AutoIt_Icon_small.pngExamples: 
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 AutoIt_Rating.gif)

* === My topics === *

==================================================
My_Userbar.gif
==================================================

 

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Link to comment
Share on other sites

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

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

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. :whistle:

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

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. :whistle:

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

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

(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

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
 Share

  • Recently Browsing   0 members

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