[CPU] °°Àº cpu Àε¥ ¿Ö Â÷ÀÌ°¡ ³¯±î¿ä?

   Á¶È¸ 5562   Ãßõ 0    

######################

# A 서버

######################

[root@localhost ~]# lscpu

Architecture:          x86_64

CPU op-mode(s):        32-bit, 64-bit

Byte Order:            Little Endian

CPU(s):                32

On-line CPU(s) list:   0-31

Thread(s) per core:    2

Core(s) per socket:    8

Socket(s):             2

NUMA node(s):          2

Vendor ID:             GenuineIntel

CPU family:            6

Model:                 45

Model name:            Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz

Stepping:              7

CPU MHz:               2600.000

CPU max MHz:           2600.0000

CPU min MHz:           1200.0000

BogoMIPS:              5187.55

Virtualization:        VT-x

L1d cache:             32K

L1i cache:             32K

L2 cache:              256K

L3 cache:              20480K

NUMA node0 CPU(s):     0-7,16-23

NUMA node1 CPU(s):     8-15,24-31

Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear spec_ctrl intel_stibp flush_l1d

[root@localhost ~]# 

[root@localhost ~]# 

[root@localhost ~]# 

[root@localhost ~]# cpupower frequency-info

analyzing CPU 0:

  driver: pcc-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.20 GHz - 2.60 GHz

  available cpufreq governors: conservative userspace powersave ondemand performance

  current policy: frequency should be within 1.20 GHz and 2.60 GHz.

                  The governor "performance" may decide which speed to use

                  within this range.

  current CPU frequency: Unable to call hardware

  current CPU frequency: 2.60 GHz (asserted by call to kernel)

  boost state support:

    Supported: yes

    Active: yes

    3200 MHz max turbo 4 active cores

    3200 MHz max turbo 3 active cores

    3300 MHz max turbo 2 active cores

    3300 MHz max turbo 1 active cores


######################

# B 서버

######################

[root@localhost ~]# lscpu

Architecture:          x86_64

CPU op-mode(s):        32-bit, 64-bit

Byte Order:            Little Endian

CPU(s):                32

On-line CPU(s) list:   0-31

Thread(s) per core:    2

Core(s) per socket:    8

Socket(s):             2

NUMA node(s):          2

Vendor ID:             GenuineIntel

CPU family:            6

Model:                 45

Model name:            Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz

Stepping:              7

CPU MHz:               1199.865

CPU max MHz:           3300.0000

CPU min MHz:           1200.0000

BogoMIPS:              5200.16

Virtualization:        VT-x

L1d cache:             32K

L1i cache:             32K

L2 cache:              256K

L3 cache:              20480K

NUMA node0 CPU(s):     0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30

NUMA node1 CPU(s):     1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31

Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear spec_ctrl intel_stibp flush_l1d

[root@localhost ~]# cpupower 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:  Cannot determine or is not supported.

  hardware limits: 1.20 GHz - 3.30 GHz

  available cpufreq governors: performance powersave

  current policy: frequency should be within 1.20 GHz and 3.30 GHz.

                  The governor "performance" may decide which speed to use

                  within this range.

  current CPU frequency: 1.20 GHz (asserted by call to hardware)

  boost state support:

    Supported: yes

    Active: yes

    3200 MHz max turbo 4 active cores

    3200 MHz max turbo 3 active cores

    3300 MHz max turbo 2 active cores

    3300 MHz max turbo 1 active cores

A 서버는 HP DL360 G8 / B 서버는 R620 입니다


cpupower frequency-set -g performance 로 MAX cpu 클럭에 맞추려고 하는데 두대 서버가 같은 CPU 인데 제가 뭔가 설정을 잘못했나봅니다


왜?

A 서버는 CPU max MHz: 2600.0000 밖에 안나오고 MAX는 고정되어지고 

B 서버는 CPU max MHz: 3300.0000 까지 표시되는데 MAX cpu 클럭에 맞춰지 않을까요?


서로 드라이버 정보가 다르던데 메인보드 사양 때문일 까요?

A서버 driver: pcc-cpufreq , B서버 driver: intel_pstate


 OS 는 둘다 CentOS Linux release 7.9.2009 (Core) 입니다


조언 부탁드립니다.

미리 답변에 감사드립니다.~

ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.
°¨ÀÚ 2021-11
Á» ´õ ÀÚ¼¼È÷ Àû¾îÁּžß...
À̼±È£ 2021-11
Áú¹®Àº Áú¹®°Ô½ÃÆÇ¿¡... ºÎŹÇÕ´Ï´Ù
     
¾Æ ³Ü~
ocarina 2021-11
1¹øÀº ÇöÀç Äھ ÀüºÎ °¥±¸°í ÀÖÀ¸´Ï ¿ÃÄÚ¾î Åͺ¸ 2.6À¸·Î ¸ÂÃçÁø°Í °°°í, 2¹øÀº idle»óÅÂ´Ï 1ÄÚ¾î Åͺ¸ 3.3À¸·Î Ç¥½ÃµÇ´Â°Í °°½À´Ï´Ù.
     
¾Æ ³× 1¹ø ¼­¹ö´Â ¿­½ÉÈ÷ ¼­ºñ½º ÁßÀÌ°í 2¹ø ¼­¹ö´Â ¾ÆÁ÷ ¼­ºñ½ºÀüÀÎ ¼­¹ö°¡ ¸Â½À´Ï´Ù~
±×·¸´Ù¸é cpu À¯ÈÞ»óÅ¿¡ µû¶ó¼­ cpupower frequency-info Áß¿¡  hardware limits: 1.20 GHz - 2.60 GHz , current policy: frequency should be within 1.20 GHz and 2.60 GHz. µîµµ ¹Ù²î°Ô µÉ±î¿ä?
´äº¯ °¨»çµå¸³´Ï´Ù
          
¹Ú¹®Çü 2021-11
³×

CPU°¡ ¾ó¸¶³ª ºÎÇϸ¦ ¹Þ´À³Ä¿¡ µû¶ó¼­ Ŭ·°ÀÌ °è¼Ó º¯ÇÕ´Ï´Ù..

https://rhyshan.com/m/550?category=469964

À©µµ¿ìÁî¶ó¸é HWMonitor ¶ó´Â ÇÁ·Î±×·¥ ¼³Ä¡Çϸé ÄÚ¾î´ÜÀ§·Î Ŭ·°º¯È­ Àü¾Ðº¯È­ ¿Âµµº¯È­¸¦ °ÅÀÇ ½Ç½Ã°£ ±ÞÀ¸·Î ¸ð´ÏÅ͸µ °¡´ÉÇÕ´Ï´Ù..
È­¶õ 2021-11
1. ¸ÞÀκ¸µå ´Ù¸£¸é °°Àº ¼­¹ö°¡ ¾Æ´Õ´Ï´Ù^^

2. ¸ÞÀκ¸µå°¡ °°´õ¶óµµ ¹ÙÀÌ¿À½º ¹öÀü°ú ¼¼Æõµ °°¾Æ¾ß ÇÕ´Ï´Ù^^
¹Ú¹®Çü 2021-11
µÎ´ëÀÇ ¼­¹ö°¡ °°Àº Á¦Á¶»ç¿¡ ¸ðµç °ÍÀ» ¶È°°ÀÌ ¼ÂÆÃÇصµ ¼Óµµ Â÷ÀÌ´Â ³¯ ¼ö ÀÖ½À´Ï´Ù..

µÑ ´Ù ¾Æ¿¹ ¶È°°°Ô µ¿ÀÛÇÏ°Ô´Â ¸ø ¸¸µé°Ì´Ï´Ù..

±×¸®°í ºÎÇÏ »óÅ¿¡ µû¶ó CPU ¼Óµµ°¡ º¯ÇÕ´Ï´Ù..
¹Ú¹®Çü 2021-11
¿©±â´Â Çϵå¿þ¾î °¶·¯¸®¶õÀÔ´Ï´Ù..
°Ô½Ã±Û À§Ä¡¸¦ À߸ø Á¤ÇÑ°Å °°³×¿ä ³»ÀϱîÁö¸¸ Á¶¾ð±Û ¾ò°í °Ô½Ã¹° »èÁ¦ÇÏ°Ú½À´Ï´Ù. ¼öÁ¤À¸·Î °Ô½Ã±Û À̵¿ÀÌ ¾ÈµÇ³×¿ä;;
¹Ú¹®Çü 2021-11
»èÁ¦ ¾ÈÇϼŵµ µÇ°í ´ÙÀ½¿¡´Â Q/A¶õ¿¡ Àû¾îÁֽñ⠹ٶø´Ï´Ù..
     
³×~
cpuÀÇ Åͺ¸¼öÄ¡´Â
ÄÚ¾î·ÎµåÀ²/¿Âµµ/Àü·Â¼Ò¸ð¿¡ µû¶ó À¯µ¿ÀûÀÔ´Ï´Ù.
º¸Åë ÃÖ´ëÅͺ¸Å¬·°Àº ±²ÀåÈ÷ ÀûÀº Äھ »ç¿ë½Ã¿¡ Àü·ÂÀ» ±× ¼Ò¼öÀÇ Äھ ¸ô¾ÆÁ༭ ´Þ¼ºµÇ´Â Ŭ·°ÀÔ´Ï´Ù.
ÀÌ ¼öÄ¡´Â »ç¿ëµÇ´Â ÄÚ¾î¼ö¿¡ µû¶ó Á¡Á¡ ³·¾ÆÁö´Âµ¥
ÀÏ·Ê·Î E5 2699v4ÀÇ °æ¿ì
22ÄÚ¾î/44¾²·¹µå¿¡ ±âº» 2.2ghz/ÃÖ´ëÅͺ¸ 3.6ghzÀÌ°í

14/14/12/11/10/9/8/7/6/6/6/6/6/6/6/6/6/6/6/6/6/6
ÀÇ Åͺ¸¼öÄ¡¸¦ °¡Áý´Ï´Ù.
ù¹ø°¿Í µÎ¹ø°ÀÇ14°¡ ÀǹÌÇÏ´Â°Ç 2ÄÚ¾î »ç¿ë±îÁø ±âº»Å¬·°+14ÀÇ Åͺ¸Å¬·°(=ÃÖ´ëŬ·°ÀÎ 3.6ghz)ÀÌ Àû¿ëµÈ´Ù´Â °ÍÀÌ°í
¼¼¹ø°ÀÇ 12´Â 3ÄÚ¾î »ç¿ë±îÁö´Â +12·Î  Åͺ¸Å¬·° 3.4ghz
³×¹ø°ÀÇ 11Àº 4ÄÚ¾î »ç¿ë±îÁö´Â  +11·Î Åͺ¸Å¬·° 3.3ghz
9ÄÚ¾î»ç¿ëºÎÅÍ 22ÄÚ¾î»ç¿ë±îÁö´Â  +6À¸·Î Åͺ¸Å¬·° 2.8ghz
·Î Àû¿ëµÈ´Ù´Â °Ì´Ï´Ù
µû¶ó¼­ e5 2699v4¸¦ 100% Ç®·Îµå½ÃÀÇ ¿ÃÄÚ¾îÅͺ¸ Ŭ·°Àº 2.8ghz°¡ µÇ°Ú³×¿ä.

ÀÌ´Â ½ÅÇü ½ºÄÉÀÏ·¯ºí¿¡ ¿Í¼­´Â ´õ º¹ÀâÇØÁö´Âµ¥ »ç¿ëÇÏ´Â ¸í·É¾î¿¡ µû¶ó ÀÌ ¼öÄ¡°¡ ¶Ç ´Ù¸£°Ô Àû¿ëµË´Ï´Ù.
     
Ä£ÀýÇÑ ¼³¸í °¨»çµå¸³´Ï´Ù~ ÁÁÀº °øºÎ µÇ¾ú½À´Ï´Ù~!!
dateno1 2021-11
È°¼ºÈ­µÈ ÄÚ¾î °³¼öµµ ¿µÇâÀ» ÁÖÁö¸¸ BIOS ¿É¼ÇÀ̳ª ACPI¿¡ Á¤ÀÇµÈ °ª¿¡ µû¶ó¼­µµ Àú·±°Ô ¹Ù²ò´Ï´Ù
´äº¯ ÁֽŠ¸ðµç ºÐµé²² °¨»çµå¸³´Ï´Ù~! Ȥ °Ë»ö Ÿ°í µé¾î¿À½Ç ºÐµé À§ÇØ cpu Æ©´× ÁÂÇ¥ Çϳª ³²±é´Ï´Ù
https://access.redhat.com/documentation/ko-kr/red_hat_enterprise_linux/6/html/power_management_guide/tuning_cpufreq_policy_and_speed


Á¦¸ñPage 1/9
04-13   946   2CPUÃÖÁÖÈñ
04-06   1188   soodal
2023-10   40811   2CPUÃÖÁÖÈñ
2023-10   28318   dadami
2023-05   19163   ³¥³¥¸Ç
2023-04   16258   RuBisCO
2023-04   14548   pmnxis
2023-04   12739   RuBisCO
2023-01   26796   ·ù³Ù¾ÆÀ̽º
2023-01   29028   2CPUÃÖÁÖÈñ
2022-09   14408   2CPUÃÖÁÖÈñ
2022-09   12384   ÇÏÇÏĵµð
2022-06   18006   ¹ÌÄ£°¨ÀÚ
2022-05   5742   ¾Èµ¿ÀǾϻìÀÚ
2022-01   3858   µö·¯´×¼­¹ö
2022-01   4559   µö·¯´×¼­¹ö
2021-12   6044   ÇÏÇÏĵµð
2021-11   5563   ³ª°¡À̽á
2021-10   6176   famtory
2021-07   4687   â¿ø¹«Ãµµµ»ç