Last active
July 11, 2019 18:42
-
-
Save jianzzha/c4e141058ad1108440d19244f7cf3a4c to your computer and use it in GitHub Desktop.
RT-kernel, RT profile, intel_pstate=disabled, BIOS turbo mode disabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BOOT_IMAGE=/boot/vmlinuz-3.10.0-862.14.4.rt56.821.el7.x86_64 root=UUID=7aa9d695-b9c7-416f-baf7-7e8f89c1a3bc ro console=tty0 console=ttyS0,115200n8 crashkernel=auto rhgb quiet default_hugepagesz=1GB hugepagesz=1G hugepages=32 skew_tick=1 isolcpus=4,6,8,10,12,14,16,18,20,22 intel_pstate=disable nosoftlockup nohz=on nohz_full=4,6,8,10,12,14,16,18,20,22 rcu_nocbs=4,6,8,10,12,14,16,18,20,22 | |
taskset -c 1,3-23 stress-ng --cpu 22 --cpu-load 100 --cpu-method loop --timeout 24h | |
[root@overcloud-computerealtime-0 ~]# !cpu | |
cpupower monitor | |
|Nehalem || Mperf || Idle_Stats | |
PKG |CORE|CPU | C3 | C6 | PC3 | PC6 || C0 | Cx | Freq || POLL | C1-S | C1E- | C6-S | |
0| 0| 0| 0.00| 0.00| 0.00| 0.00|| 0.96| 99.04| 2592|| 0.00| 99.08| 0.00| 0.00 | |
0| 1| 4| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2579|| 0.00|100.00| 0.00| 0.00 | |
0| 2| 8| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2578|| 0.00|100.00| 0.00| 0.00 | |
0| 3| 12| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2592|| 0.00|100.00| 0.00| 0.00 | |
0| 4| 10| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2592|| 0.00|100.00| 0.00| 0.00 | |
0| 5| 6| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2583|| 0.00|100.00| 0.00| 0.00 | |
0| 6| 2| 0.00| 0.00| 0.00| 0.00|| 3.03| 96.97| 2592|| 0.00| 97.08| 0.00| 0.00 | |
0| 8| 16| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2597|| 0.00|100.00| 0.00| 0.00 | |
0| 9| 20| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2585|| 0.00|100.00| 0.00| 0.00 | |
0| 11| 22| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2590|| 0.00|100.00| 0.00| 0.00 | |
0| 12| 18| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2590|| 0.00|100.00| 0.00| 0.00 | |
0| 13| 14| 0.00| 0.00| 0.00| 0.00|| 0.00|100.00| 2602|| 0.00|100.00| 0.00| 0.00 | |
1| 0| 1| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 1| 5| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 3| 9| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 4| 11| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 5| 7| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 6| 3| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 8| 13| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 9| 17| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2593|| 0.00| 0.00| 0.00| 0.00 | |
1| 10| 21| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 11| 23| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2593|| 0.00| 0.00| 0.00| 0.00 | |
1| 12| 19| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
1| 13| 15| 0.00| 0.00| 0.00| 0.00|| 99.96| 0.04| 2592|| 0.00| 0.00| 0.00| 0.00 | |
[root@overcloud-computerealtime-0 ~]# turbostat | |
Package Core CPU Avg_MHz Busy% Bzy_MHz TSC_MHz IRQ SMI C1 C1E C6 C1% C1E% C6% CPU%c1 CPU%c6 CoreTmp PkgTmp PkgWatt RAMWatt PKG_% RAM_% | |
- - - 1355 52.18 2600 2598 90667 0 26859 0 0 47.91 0.00 0.00 47.82 0.00 50 51 154.33 63.44 0.00 0.00 | |
0 0 0 35 1.34 2600 2599 5372 0 5845 0 0 98.92 0.00 0.00 98.66 0.00 38 38 66.63 33.15 0.00 0.00 | |
0 1 4 2 0.09 2600 2599 770 0 511 0 0 100.13 0.00 0.00 99.91 0.00 36 | |
0 2 8 0 0.00 2600 2599 4 0 5 0 0 100.20 0.00 0.00 100.00 0.00 36 | |
0 3 12 0 0.00 2600 2599 3 0 3 0 0 100.20 0.00 0.00 100.00 0.00 34 | |
0 4 10 0 0.00 2600 2599 4 0 5 0 0 100.20 0.00 0.00 100.00 0.00 36 | |
0 5 6 0 0.00 2600 2599 6 0 5 0 0 100.20 0.00 0.00 100.00 0.00 34 | |
0 6 2 90 3.46 2600 2599 23651 0 20464 0 0 96.98 0.00 0.00 96.54 0.00 36 | |
0 8 16 0 0.00 2600 2599 4 0 5 0 0 100.20 0.00 0.00 100.00 0.00 35 | |
0 9 20 0 0.00 2600 2599 4 0 5 0 0 100.20 0.00 0.00 100.00 0.00 34 | |
0 11 22 0 0.00 2600 2599 4 0 5 0 0 100.20 0.00 0.00 100.00 0.00 34 | |
0 12 18 1246 47.94 2600 2599 5 0 3 0 0 52.17 0.00 0.00 52.06 0.00 36 | |
0 13 14 0 0.00 2600 2599 5 0 3 0 0 100.20 0.00 0.00 100.00 0.00 35 | |
1 0 1 2599 100.00 2600 2599 5103 0 0 0 0 0.00 0.00 0.00 0.00 0.00 50 51 87.70 30.30 0.00 0.00 | |
1 1 5 2598 100.00 2600 2598 5024 0 0 0 0 0.00 0.00 0.00 0.00 0.00 50 | |
1 3 9 2598 100.00 2600 2598 5022 0 0 0 0 0.00 0.00 0.00 0.00 0.00 48 | |
1 4 11 2597 100.00 2600 2597 5026 0 0 0 0 0.00 0.00 0.00 0.00 0.00 50 | |
1 5 7 2597 100.00 2600 2597 5023 0 0 0 0 0.00 0.00 0.00 0.00 0.00 50 | |
1 6 3 2596 100.00 2600 2596 5170 0 0 0 0 0.00 0.00 0.00 0.00 0.00 50 | |
1 8 13 2596 100.00 2600 2596 5033 0 0 0 0 0.00 0.00 0.00 0.00 0.00 46 | |
1 9 17 2596 100.00 2600 2596 5023 0 0 0 0 0.00 0.00 0.00 0.00 0.00 49 | |
1 10 21 2595 100.00 2600 2595 5059 0 0 0 0 0.00 0.00 0.00 0.00 0.00 49 | |
1 11 23 2595 100.00 2600 2595 5023 0 0 0 0 0.00 0.00 0.00 0.00 0.00 50 | |
1 12 19 2594 100.00 2600 2594 5305 0 0 0 0 0.00 0.00 0.00 0.00 0.00 49 | |
1 13 15 2594 100.00 2600 2594 5024 0 0 0 0 0.00 0.00 0.00 0.00 0.00 49 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment