postgres@anton-nb:~$ numactl --hardware available: 1 nodes (0) node 0 cpus: 0 1 2 3 4 5 6 7 node 0 size: 63696 MB node 0 free: 53946 MB node distances: node 0 0: 10 postgres@anton-nb:~$ numactl --show policy: bind preferred node: 0 physcpubind: 0 1 2 3 4 5 cpubind: 0 nodebind: 0 membind: 0 postgres@anton-nb:~$ watch -n.1 "awk 'c!=0&&--c==0;/processor[[:space:]]+:[[:space:]](0|1|2|3|4|5)$/{c=7}'" /proc/cpuinfo postgres@anton-nb:~$ ^C postgres@anton-nb:~$ numactl --hardware available: 1 nodes (0) node 0 cpus: 0 1 2 3 4 5 6 7 node 0 size: 63696 MB node 0 free: 53932 MB node distances: node 0 0: 10 postgres@anton-nb:~$ numactl --show policy: bind preferred node: 0 physcpubind: 0 1 2 3 4 5 cpubind: 0 nodebind: 0 membind: 0 postgres@anton-nb:~$ sudo cpupower frequency-info analyzing CPU 0: driver: acpi-cpufreq CPUs which run at the same hardware frequency: 0 CPUs which need to have their frequency coordinated by software: 0 maximum transition latency: Cannot determine or is not supported. hardware limits: 1.40 GHz - 2.00 GHz available frequency steps: 2.00 GHz, 1.70 GHz, 1.40 GHz available cpufreq governors: conservative ondemand userspace powersave performance schedutil current policy: frequency should be within 2.00 GHz and 2.00 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency: 2.00 GHz (asserted by call to hardware) boost state support: Supported: yes Active: no Boost States: 0 Total States: 3 Pstate-P0: 2000MHz Pstate-P1: 1700MHz Pstate-P2: 1400MHz postgres@anton-nb:~$ sudo cpupower idle-info CPUidle driver: acpi_idle CPUidle governor: menu analyzing CPU 0: Number of idle states: 4 Available idle states: POLL C1 C2 C3 POLL (DISABLED) : Flags/Description: CPUIDLE CORE POLL IDLE Latency: 0 Usage: 331667194 Duration: 78451064680 C1 (DISABLED) : Flags/Description: ACPI FFH MWAIT 0x0 Latency: 1 Usage: 162815 Duration: 39469040 C2 (DISABLED) : Flags/Description: ACPI IOPORT 0x414 Latency: 350 Usage: 3013 Duration: 1625525 C3 (DISABLED) : Flags/Description: ACPI IOPORT 0x415 Latency: 400 Usage: 89395 Duration: 733559680 postgres@anton-nb:~$ sudo cpupower -c 0,1,2,3,4,5 monitor | Mperf || Idle_Stats CPU| C0 | Cx | Freq || POLL | C1 | C2 | C3 0|100,00| 0,00| 1994|| 99,76| 0,00| 0,00| 0,00 1|100,00| 0,00| 1995|| 99,74| 0,00| 0,00| 0,00 2|100,00| 0,00| 1995|| 99,72| 0,00| 0,00| 0,00 3|100,00| 0,00| 1994|| 99,47| 0,00| 0,00| 0,00 4| 99,99| 0,01| 1994|| 99,33| 0,00| 0,00| 0,00 5| 99,99| 0,01| 1995|| 98,92| 0,00| 0,00| 0,00