is there a mod that shows the cpu ghz

is there any plugin or mod that montiors cpu core speed ghz just asking
Solution:
Or inxi on linux or lscpu
Jump to solution
6 Replies
Programmer / Nerd / Human
You mean in game? Because there's definitely mods that show you the cpu usage percentage in game, knowing the clock speed is kinda useless, but regardless, querying the clock speed of the CPU is a highly OS specific task, and since mods and plugins are made to work on every OS, I don't think it's been done before, it's very hard to get your hand on underlying cpu properties in Java, in a universal way
Kazok
KazokOP2mo ago
clock speed is not useless it's most important thing as cpu core speed is what minecraft benefits from most and needs
Programmer / Nerd / Human
If you just want to know the clock speed, you should use other tools not Minecraft mods or plugins, if you want to display the clock speed in game, then you have to write the mod/ plugin yourself probably
Kazok
KazokOP2mo ago
hmm there is none out there
Programmer / Nerd / Human
You can use cpu-z if youre on windows
Solution
Programmer / Nerd / Human
Or inxi on linux or lscpu

Did you find this page helpful?