Max Core Frequency

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
visseroth
Level 2
Level 2
Posts: 64
Joined: Sun Feb 02, 2014 5:09 am

Max Core Frequency

Post by visseroth »

I've been using....

Code: Select all

watch -n.1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""
to watch the core frequencies of my 3950x but I'm wanting to see what each core tops out at at any given time and I've done a bunch of searching but haven't found a command that will let me do that and being I'm not that great at scripting and/or command lines I thought I'd post on here and ask if someone knows a way to give a list of the max frequency of each core.
The main cores would be fine since it is a 16 core CPU with multi-threading.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
visseroth
Level 2
Level 2
Posts: 64
Joined: Sun Feb 02, 2014 5:09 am

Re: Max Core Frequency

Post by visseroth »

Bump.....
no one has any ideas how to see max peak frequency per core?
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Max Core Frequency

Post by smurphos »

What do you want - the actual max frequency that is being hit during operation or the theoretically max frequency your CPU reports it supports?

Code: Select all

lscpu -e
should tell you the latter.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
visseroth
Level 2
Level 2
Posts: 64
Joined: Sun Feb 02, 2014 5:09 am

Re: Max Core Frequency

Post by visseroth »

The actual max frequency that was hit
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Max Core Frequency

Post by smurphos »

This looks like it should be able to so that - https://github.com/amanusk/s-tui
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
visseroth
Level 2
Level 2
Posts: 64
Joined: Sun Feb 02, 2014 5:09 am

Re: Max Core Frequency

Post by visseroth »

Already have that utility and nope, that's not what I'm looking for.

I just want to see what the maximum frequency is that any 1 core ever peaks out at at any moment with or without stressing the cores

Kind of like how some utilities show the current temp, minimum temp and maximum temp, I want to see the maximum frequency.
Locked

Return to “Hardware Support”