Thanks for your answers…
for lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 42
Model name: Intel(R) Pentium(R) CPU B960 @ 2.20GHz
Stepping: 7
CPU MHz: 2168.289
CPU max MHz: 2200,0000
CPU min MHz: 800,0000
BogoMIPS: 4389.82
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 2048K
NUMA node0 CPU(s): 0,1
for /sbin/lspci -nnk|grep -A3 VGA
VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0106] (rev 09)
Subsystem: Acer Incorporated [ALI] Device [1025:0649]
Kernel driver in use: i915
Kernel modules: i915
for cpupower -c all frequency-info
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 0.97 ms.
hardware limits: 800 MHz - 2.20 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 800 MHz and 2.20 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency is 2.20 GHz.
boost state support:
Supported: no
Active: no
25500 MHz max turbo 4 active cores
25500 MHz max turbo 3 active cores
25500 MHz max turbo 2 active cores
25500 MHz max turbo 1 active cores
analyzing CPU 1:
driver: intel_pstate
CPUs which run at the same hardware frequency: 1
CPUs which need to have their frequency coordinated by software: 1
maximum transition latency: 0.97 ms.
hardware limits: 800 MHz - 2.20 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 800 MHz and 2.20 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency is 2.20 GHz.
boost state support:
Supported: no
Active: no
25500 MHz max turbo 4 active cores
25500 MHz max turbo 3 active cores
25500 MHz max turbo 2 active cores
25500 MHz max turbo 1 active cores
This is the output for Top command
1 root 20 0 184,7m 5,5m 0,000 0,147 0:02.45 S systemd
432 root 20 0 34,4m 5,3m 0,000 0,141 0:00.37 S `- systemd-journal
463 root 20 0 47,2m 4,0m 0,000 0,105 0:00.16 S `- systemd-udevd
555 root 20 0 11,7m 4,5m 0,000 0,118 0:01.88 S `- haveged
678 root 20 0 333,4m 8,5m 0,000 0,225 0:00.04 S `- ModemManager
681 root 20 0 27,2m 3,3m 0,000 0,087 0:00.00 S `- mcelog
682 message+ 20 0 47,1m 4,8m 0,000 0,126 0:02.29 S `- dbus-daemon
692 root 20 0 19,0m 3,6m 0,000 0,097 0:00.01 S `- bluetoothd
693 root 20 0 30,2m 6,3m 0,000 0,167 0:00.27 S `- wpa_supplicant
702 root 20 0 339,2m 4,0m 0,000 0,107 0:00.03 S `- rsyslogd
707 polkitd 20 0 510,2m 20,0m 0,000 0,532 0:00.67 S `- polkitd
712 nscd 20 0 849,6m 2,7m 0,000 0,070 0:00.84 S `- nscd
725 root 20 0 21,7m 2,6m 0,000 0,070 0:00.06 S `- systemd-logind
Hey jcsl I’ll checkout Powertop! 