I have a RHEL6 server running on a vmware-esxi host but no access to the host or vCenter.
I need to determine if the hosting provider is using power saving features one such way is to check if CPU Clockspeed varies.
How best to check this other than watching lscpu or cpuinfo?
Would this be logged in the messages file or elsewhere if it changed suddenly, if so how would the error appear so I could easily grep for it.
Thanks
cpupower frequency-info
, although I don't think cpu frequency itself is stored in any log. – jimmij Mar 29 '19 at 09:16