Jump to content

Recommended Posts

Posted (edited)

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]
  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

MUHAHAHAHAHA

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

MUHAHAHAHAHA

Posted (edited)

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]
Posted (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 by smstroble

MUHAHAHAHAHA

Posted (edited)

  AutoItKing said:

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()
Posted

  smstroble said:

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]
Posted (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.

@mrRevoked

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

Edited by smstroble

MUHAHAHAHAHA

Posted

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

Posted

  Quote

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:

 

  Reveal hidden contents

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Posted

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

Posted

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

Posted

  AutoItKing said:

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

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
  • Recently Browsing   0 members

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