HOME | DD

utg001 β€” CPU Stats

#rainmeter
Published: 2018-05-11 18:46:55 +0000 UTC; Views: 131444; Favourites: 20; Downloads: 2753
Redirect to original
Description needs core temp installed

version 014
various minor improvements in the code, basically just sharing my latest files after a while
___________________________________
version 013
>added a flimsy method to change width of the skin, until I can fin some more time to make a better scaling option
___________________________________
version 012
>RAM and Up Time were interchanged
>You can now doubleclick on Up Time box to toggle between Up Time and Total Data consumption (by default Up Time is shown, to change this "interchange" the values of hms and hms2 variables.
>ToolTip Text on Battery Bar now shows Battery Lifetime. If your PC is charging or time is not available it will show "Unknown"
>RAM color was made more prominent.
>Added some more info down below that I forgot to mention..... oops
___________________________________
version 011
>A dark mode was added for light colored desktops (right click on settings icon to change to dark mode, left click for light mode)
>An issue was fixed that made inaccurate data usage measurement. Although, you may still get inaccurate readings especially if you have a VPN installed. If you want to fix it yourself open the [MeasureNetIn/OutCumulative] Measure and add any formula that you find fixes this for you. There is no general solution, every PC has its own formula.
>Meter update rate was lowered, you should see less usage by this skin when using laptop in battery saver mode.
>If you find that Up/Down speeds are inaccurate, try changing the formula inΒ [ValIn]Β [ValOut] Measures.

>Top User was edited to better show the values, a new line was added into the graph which shows the top user value (You can see it as a white line in the histogram
>Averaging Values and Skin Update rate were tweaked. Now You have 75ms update rate for 71s of data tracking, the averaging values are now limited between 10 and 320.
___________________________________
version 010
>CPU frequency was re-added next to temperature, both frequency and temperature font size is now smaller
>Smoothness value can now go up to 256
>Battery Bar was fixed, now it should correctly display the state of battery in tooltip text
>3 new hidden buttons are added, they are hidden behind the top, middle and bottom section of battery bar (tooltip text shows what button does), clicking on these buttons activates High Performance, Balanced and Power Saver mode respectively.
___________________________________
version 009
>CPU frequency was removed and replaced with top CPU user, it shows both the program and use percentage
>Overhauled how the CPU usage was calculated to improve performance and enhance functionality
>I tried a new method to calculate Network and Data Usage, both should be withing 10% of actual usage, the skin shows slightly more than actual values here
___________________________________
version 008
>made it easier to click on UP/DN to change average size of data
>Some meters were changed a bit
>The Data measures were changed, previously resetting Data would use !ResetStats and that would reset system value, now it is made similar to how Session stats are used. Play with it and refresh the skin to get the system value of Up/Down total data consumed.
___________________________________
version 007
>some calculation formulas were changed to give more appealing look and more options
>Now you can click on UP/DN to make the graphs smooth or more real-time

Default value for averaging is 64, by clicking UP or DN you are doubling or halving the average size, this effects how the graphs are calculated. High average value (max 128) give a very smooth graph but it takes longer to reach real value, lower average size (min 1) gives you more real-time traffic, though it would become impossible to read the graph.
___________________________________
version 006
>Now you can single click on refresh buttons to reset stats.
>Temperature Stats are now accurate to 0.01 degree Celsius.
>Some adjustment was made to how Net Speed and usage is calculated.
>Battery bar dynamically changes color depending on charge value.
>The "UP" and "DN" text changes color to show network network activity, they change color if Upload/Download speed is above 10 Kbps
>Ram Line was thickened, now it should be more visible.
>Measures in the skin were updated so they are less taxing to system resources.
___________________________________
version 005
>An icon was added next Speed, click it to launch Task Manager
>Some Issues regarding Up/Down Speed and Data was resolved, now you should see values much closer to actual values*.

*This skin should not be used to accurately predict your data usage especially if you use a network with data cap. At most I was able to make sure that the values in Speed and Data are slightly higher than your actual data. Still the values this skin shows are only "Close" to real values.
___________________________________
version 004
>Massive update to the skin, should be easier to read and find what you're looking for.
>Temperature, UP/DN, RAM and CPU Usage Color has been changed to match their lines.
>A Battery bar is included which can be seen right at the beginning of the Lines. Each line crossing it marks 20%. A tooltip is also added.
>Two refresh Buttons are added, one next to Session only resets the session stats while one next to Data resets all the stats.
>Separate TextStyles are used for actual data and header. Some options are given for easy changing.
>For anyone wishing to edit the skin it should be easier to find what you're looking for.
___________________________________
version 003
>Due to some errors, the CPU line was not showing accurate data, its now fixed.
>Same is true for CPU Usage meter
>A box was created around skin to make it more readable (can be disabled by removing last 3 meters)
>Skin Font was changed, (can be reverted to old style by changing commenting in [TextStyle]
>Colors of UP/Down lines should be more pronounced
___________________________________
version 002
>Added a line for RAM stats
___________________________________

couldn't decide how to use Rainmeter so created my own skin, maybe you'll find interesting.

UPDATE: I'm surprised at how detailed this skin came out to be and how much information it can display at a glance. Although this has been my own pet project, specifically for me only, I'll be happy to put in more features if you like, just so I could learn more about Rainmeter. This has been an illuminating experience. I'm happy with this skin as is, so I won't be updating it soon if no requests are put forward.
Related content
Comments: 15

TheHunter3151 [2020-12-24 05:33:22 +0000 UTC]

πŸ‘: 0 ⏩: 0

SutterSven [2020-12-03 08:49:25 +0000 UTC]

πŸ‘: 0 ⏩: 0

klr1956 [2019-07-13 09:41:28 +0000 UTC]

πŸ‘: 0 ⏩: 1

klr1956 In reply to klr1956 [2019-07-13 10:16:58 +0000 UTC]

πŸ‘: 0 ⏩: 0

r0msk1 [2019-03-14 17:12:39 +0000 UTC]

Hi utg. Thanks for this nice skin.

One thing, is there any way we could adjust the width of the graph? I tried to read the code, but to my comprehension I didn't find something about "width". I want to make it fit with some of my skins. It overlaps on other skin on the layout that I wanted. I tTIA!

πŸ‘: 0 ⏩: 1

utg001 In reply to r0msk1 [2019-03-18 11:05:15 +0000 UTC]

you should now see 3 new variables in the skin. to get desired width, change diff to how many pixels you want to remove. Next you have to change "wid" and "widt", simply subtract value of diff from them. For example, to shrink the skin by 400 pixels, set diff to 400, then wid to 512 and widt to 966. I understand this is a clunky method, I'm finding less time to devote to this project. I have planned to overhaul this over the summer to make it easier to edit from variables.

πŸ‘: 0 ⏩: 1

r0msk1 In reply to utg001 [2019-03-18 18:20:36 +0000 UTC]

I'm sorry, but I haven't followed. I haven't seen those 3 variables: diff wid and widt. I assume I need to edit it from cpu.ini? Thank you!

πŸ‘: 0 ⏩: 1

utg001 In reply to r0msk1 [2019-03-19 17:46:01 +0000 UTC]

πŸ‘: 0 ⏩: 1

r0msk1 In reply to utg001 [2019-03-22 14:54:01 +0000 UTC]

thank you very much. im using it now, and it's now fit to my liking.Β 

πŸ‘: 1 ⏩: 0

neko-237 [2018-12-28 09:53:24 +0000 UTC]

Looking good, added below and commented out top line toΒ  make it look less invasive on screen and give it some clarity on bright wallpapers, maybe add another toggle for "dark theme", white text on black background.

[Background]
Meter=Image
SolidColor=24,24,24,100
Greyscale=1
ImageAlpha=100
W=910
H=100

πŸ‘: 0 ⏩: 1

utg001 In reply to neko-237 [2018-12-31 03:12:08 +0000 UTC]

the addition does make it look better, although I'm not sure what you want with the toggle you mention. I have a toggle net to Speed text that can switch modes, I can't clearly understand what you're asking.
I'll update the skin soon, it should be easier to edit later

πŸ‘: 0 ⏩: 0

FatalPuppet [2018-06-10 15:01:23 +0000 UTC]

May I ask if is possible to have also the RAM stat included?

Right now I am loving your skin at work, but am using another for the RAM itself...

Cheers

πŸ‘: 0 ⏩: 1

utg001 In reply to FatalPuppet [2018-06-14 12:31:31 +0000 UTC]

RAM stats are shown in bottom right, additionally I've also updated it to show the RAM line along with others (see image)

πŸ‘: 0 ⏩: 0

billstelling [2018-05-14 21:56:06 +0000 UTC]

About all it needs is some memory stats and it's about perfect.. Good job on this one, simple and effective.Β 

πŸ‘: 0 ⏩: 1

utg001 In reply to billstelling [2018-05-30 05:51:54 +0000 UTC]

bottom right it displays RAM statistics, I didn't add a RAM line because that made it look too much cluttered, but I have one variation with the RAM indicated in graph as well if you're interested.

πŸ‘: 0 ⏩: 0