Results 1 to 1 of 1
Hybrid View
-
11th Aug 2010, 04:15 PM #1OPMemberWebsite's:
Elite.SO Defendos.com Motionite.com[AMS] CPU/MEM Logger + Source :)
Made this tool just for fun
It's opensource, do whatever you like with it. Respect the original author.
Uses the Memory engine from xSysInfo developed by me a few months ago:
Code:MemInfo = System.GetMemoryInfo(); MemUsageByte = CMU.GetMemoryUsageOF(Application.GetWndHandle()); CPUTotal = CMU.GetCPUsageTotal(); CPUApplication = CMU.GetCPUsageOF(Application.GetWndHandle()); local MemUsage = String.GetFormattedSize(MemUsageByte, FMTSIZE_AUTOMATIC, true); local MbToByte = MemInfo.TotalRAM*1024*1024; local MemUsagePercent = Math.Round(MemUsageByte/MbToByte*100); local MemUsageTotalMB = String.GetFormattedSize(MbToByte/100*MemInfo.MemoryLoad, FMTSIZE_MB, true); Label.SetText("APPMEM", ""..MemUsage); Progress.SetCurrentPos("Progress1", MemInfo.MemoryLoad); Progress.SetCurrentPos("Progress2", MemUsagePercent); Progress.SetCurrentPos("Progress3", CPUTotal); Progress.SetCurrentPos("Progress4", CPUApplication); Progress.SetText("Progress1", MemInfo.MemoryLoad.." %"); Progress.SetText("Progress2", MemUsagePercent.." %"); Progress.SetText("Progress3", CPUTotal.." %"); Progress.SetText("Progress4", CPUApplication.." %"); TIME = System.GetTime(TIME_FMT_MIL); CPU = ""..CPUTotal.."" MEM = ""..MemInfo.MemoryLoad.."" PRO = "%" INFO = "["..TIME.."]\t\CPU: "..CPU.."% \t\MEM: "..MEM.."% " Paragraph.SetText("LOG", INFO.."\r\n"..Paragraph.GetText("LOG"));
Features:
- Logs CPU and Memory usage in %
- Can export log to txt.
Download: http://xdc.xcoderz.net/file.php?id=27
Source (AMS7): http://xdc.xcoderz.net/file.php?id=28
l0calh0st Reviewed by l0calh0st on . [AMS] CPU/MEM Logger + Source :) Made this tool just for fun :) It's opensource, do whatever you like with it. Respect the original author. Uses the Memory engine from xSysInfo developed by me a few months ago: MemInfo = System.GetMemoryInfo(); MemUsageByte = CMU.GetMemoryUsageOF(Application.GetWndHandle()); CPUTotal = CMU.GetCPUsageTotal(); CPUApplication = CMU.GetCPUsageOF(Application.GetWndHandle()); local MemUsage = String.GetFormattedSize(MemUsageByte, FMTSIZE_AUTOMATIC, true); local MbToByte = Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Study finds open source is slightly better than closed source software
By ShareShiz in forum News & Current EventsReplies: 1Last Post: 29th Feb 2012, 04:41 AM -
best source for p2p
By pecko in forum General DiscussionReplies: 13Last Post: 12th Nov 2011, 05:49 AM -
Cs 1.6 or CS Source ?
By Bumble in forum Polling PlazaReplies: 17Last Post: 9th Dec 2010, 04:23 PM -
Key logger advice
By WarezFreaks in forum General DiscussionReplies: 2Last Post: 28th Sep 2010, 09:44 AM -
One source var - how to split?
By Porsche_maniak in forum Webmaster DiscussionReplies: 6Last Post: 30th Apr 2010, 03:00 AM
themaCreator - create posts from...
Version 3.57 released. Open older version (or...