F5F Stay Refreshed Software Operating Systems Use CMD to run commands like `wmic cpu get name, model, cpu_count` or check system properties via `systeminfo`.

Use CMD to run commands like `wmic cpu get name, model, cpu_count` or check system properties via `systeminfo`.

Use CMD to run commands like `wmic cpu get name, model, cpu_count` or check system properties via `systeminfo`.

S
Shayneslayer
Junior Member
18
10-07-2016, 01:26 AM
#1
You can check your GPU clock speed using the command prompt by running `cat /sys/class/gpu/<GPU_ID>/status`. Replace `<GPU_ID>` with your specific GPU identifier.
S
Shayneslayer
10-07-2016, 01:26 AM #1

You can check your GPU clock speed using the command prompt by running `cat /sys/class/gpu/<GPU_ID>/status`. Replace `<GPU_ID>` with your specific GPU identifier.

_
___Alex___
Member
109
10-07-2016, 01:45 AM
#2
GPU-Z or M-SI Afterburner are tools for monitoring and adjusting GPU performance.
_
___Alex___
10-07-2016, 01:45 AM #2

GPU-Z or M-SI Afterburner are tools for monitoring and adjusting GPU performance.

N
Nakamasaki
Member
239
10-12-2016, 01:19 AM
#3
Create a batch file that checks GPU core clock, triggers a notification, and launches a program when it drops below 300.
N
Nakamasaki
10-12-2016, 01:19 AM #3

Create a batch file that checks GPU core clock, triggers a notification, and launches a program when it drops below 300.

G
gogofrgl1234
Senior Member
718
10-12-2016, 03:38 AM
#4
There are many resources available online. You might need to create a simple program in C or another language.
G
gogofrgl1234
10-12-2016, 03:38 AM #4

There are many resources available online. You might need to create a simple program in C or another language.