TDP: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(Added Knowledge Graph section)
(Fix: remove --- horizontal lines (7 removed))
 
Line 18: Line 18:
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시


---


== Purpose ==
== Purpose ==
Line 28: Line 27:
* Non-goals: 다른 주제로의 확장
* Non-goals: 다른 주제로의 확장


---


== Key Concepts ==
== Key Concepts ==
Line 42: Line 40:
|}
|}


---


== Detailed Explanation ==
== Detailed Explanation ==
Line 59: Line 56:
<references />
<references />


---


== Best Practices ==
== Best Practices ==
Line 67: Line 63:
* 테스트 환경에서 먼저 검증
* 테스트 환경에서 먼저 검증


---


== References ==
== References ==
Line 73: Line 68:
* [https://wiki.hpcmate.com TDP]
* [https://wiki.hpcmate.com TDP]


---


== Related Pages ==
== Related Pages ==
Line 82: Line 76:
* [[Network]]
* [[Network]]


---


[[Category:Server]]
[[Category:Server]]

Latest revision as of 11:30, 17 July 2026

Template:Status

Template:TOC

Overview

TDP에 대한 기술 문서입니다.

Summary

  • 무엇인가? - TDP
  • 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
  • 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시


Purpose

이 문서가 존재하는 이유

  • Goal: TDP에 대한 기술 정보 제공
  • Scope: TDP의 개념, 사용법, 설정
  • Non-goals: 다른 주제로의 확장


Key Concepts

Concept Description Related
TDP HPC/서버 환경에서 중요한 기술 개념 Linux, Server


Detailed Explanation

TDP (The thermal design power (TDP), sometimes called thermal design point) is the maximum amount of heat generated by a computer chip or component (often a CPU, GPU or system on a chip) that the cooling system in a computer is designed to dissipate under any workload[1] Although Some sources state that the peak power rating for a microprocessor is usually 1.5 times the TDP rating. In short, TDP is used to indicate the amount of heat that the component could produce in the worst condition. For example:

  • Intel's TDP is the amount of heat the worst binned chip could produce when put through the worst kind of torture (at stock settings ofcourse), while most intel chips could not even come close to the TDP they are rated at.
  • Nvidia GPU chips are a whole different story, they use TDP in such a way that the indicated TDP is the maximum amount of power it is allowed to pull. If the chip wants to pull more, it will get throttled to the point where it will maintain its TDP value.
  • AMD GPU's are the same as Nvidia GPU's, but the key difference is that Nvidia's TDP is for the whole card while AMD only indicates the amount of power the silicon uses.

TDP is always just the amount of power, measured it watts (which is the same as joules per second), the part could consume. in case CPU pretty much all the power a CPU will consume will get transfered into heat. TDP is measured (or stated) in Watts, and a Watt is one Joule per second (1W=1J/s) Joule can be converted to celsius heat unit as (1 J/s = 0.00052656507646646 celsius/s) as the Total TDP in a system can convert into celsius/s using the web calculator if we can sum up total TDP of the system.


Best Practices

  • 최신 버전 사용 권장
  • 공식 문서 참고
  • 테스트 환경에서 먼저 검증


References


Related Pages

Knowledge Graph

Related

LinuxServerHardwareNetwork