SysMeter v0.6

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.4

Post by jNizM » 14 May 2014, 08:52

thank you =)
later I'm working on v0.5 =)
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.4

Post by jNizM » 15 May 2014, 02:24

update: v0.5
- Some fixes
- AlwaysOnTop now in saved .ini

update: v0.6
- Added Toggle date, time & uptime
- Added reload gui on device change
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.6

Post by jNizM » 24 Sep 2021, 03:30

AHK v2 moved here -> viewtopic.php?f=83&t=94947
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

N_athan
Posts: 40
Joined: 21 Aug 2021, 16:40

Re: SysMeter v0.6

Post by N_athan » 27 Sep 2021, 19:59

Hello, is also possible to return the temps of CPU (the package temp would be enough) and GPU?
Reference:
Spoiler

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.6

Post by jNizM » 28 Sep 2021, 01:23

GPU temperature and utilization is added when I rewrite my NvAPI to v2.

For the CPU temperature, I still have to figure out the fastest way to get the data.
Looks like wmi is not stable on every device. So we need to use a 3rd party dll to get the data. (https://www.alcpu.com/CoreTemp/developers.html)
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

payaAHK
Posts: 106
Joined: 30 Oct 2016, 15:28

Re: SysMeter v0.6

Post by payaAHK » 19 Dec 2021, 12:12

hello;
very nice (and high above my knowledge of ahk!)
is there a way to add disk activity, as an blinking indicator on reading or writing ?
or is it beyond reach ?
btw, very nice again
paya

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.6

Post by jNizM » 22 Dec 2021, 02:26

@payaAHK once you tried Process Monitor by Sysinternals you will see there is nearly no rest between disk read/write so it will flash every ms.

But you can try this DiskIO function (https://github.com/jNizM/AHK_Scripts/blob/master/src/performance_counter/NtQuery_DiskIO.ahk). Reduce SetTimer, REFRESH, 1000 if you want faster info.
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

payaAHK
Posts: 106
Joined: 30 Oct 2016, 15:28

Re: SysMeter v0.6

Post by payaAHK » 24 Dec 2021, 06:16

thanks for your answer.
i did see that way, you are right
i ll try your link
many thanks
happy xmas

g00dhum0r
Posts: 3
Joined: 04 Jan 2022, 13:40

Re: SysMeter v0.6

Post by g00dhum0r » 04 Jan 2022, 13:45

I can't decide whether to use this or rainmeter! This is probably lot less ram usage.

BTW --> the link on the OP points to TextConverter

fabricio234
Posts: 122
Joined: 06 Mar 2020, 21:48

Re: SysMeter v0.6

Post by fabricio234 » 19 May 2022, 08:01

jNizM is possible to show use of cpu/ram for a group of specific process? example in one row show only use of CPU of all my instances of x.exe in another row all instances of y.exe, etc?

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.6

Post by jNizM » 20 May 2022, 03:26

[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

GamesOfFreak
Posts: 26
Joined: 15 Sep 2020, 03:51
Location: Germany
Contact:

Re: SysMeter v0.6

Post by GamesOfFreak » 21 Aug 2022, 13:29

I have a Question:
How do I integrate into my AHK Script where I have my own GUI?

Inak
Posts: 1
Joined: 23 Jul 2023, 21:17

Re: SysMeter v0.6

Post by Inak » 26 Jul 2023, 19:16

The script doesnt detect my CPU usage it always stays on 1% or 0% while in my task manager its on 15% 20% (playing games) im using the new ryzen 7900x3d

Post Reply

Return to “Scripts and Functions (v1)”