TDP: Difference between revisions
(Add categories: Linux, Reference) |
(Template migration to LLM-Optimized Wiki Template) |
||
| Line 1: | Line 1: | ||
== | {{Status | ||
TDP | |status=Draft | ||
|owner=Knowledge Agent | |||
|last_update=2026-07-16 | |||
|review=Pending | |||
}} | |||
{{TOC}} | |||
== Overview == | |||
TDP에 대한 기술 문서입니다. | |||
=== Summary === | |||
* 무엇인가? - TDP | |||
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념 | |||
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시 | |||
--- | |||
== Purpose == | |||
이 문서가 존재하는 이유 | |||
* Goal: TDP에 대한 기술 정보 제공 | |||
* Scope: TDP의 개념, 사용법, 설정 | |||
* Non-goals: 다른 주제로의 확장 | |||
--- | |||
== Key Concepts == | |||
{| class="wikitable" | |||
! 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]]<ref>https://en.wikipedia.org/wiki/Thermal_design_power</ref> | |||
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. | In short, TDP is used to indicate the amount of heat that the component could produce in the worst condition. | ||
For example: | 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. | * 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|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. | * [[NVIDIA GPU|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. | * [[AMD GPU]]'s are the same as [[NVIDIA GPU|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 [https://www.convertunits.com/from/joule/to/celsius+heat+unit web calculator] if we can sum up total TDP of the system. | |||
<references /> | |||
--- | |||
== Best Practices == | |||
* 최신 버전 사용 권장 | |||
* 공식 문서 참고 | |||
* 테스트 환경에서 먼저 검증 | |||
--- | |||
== References == | |||
* [https://wiki.hpcmate.com TDP] | |||
TDP | |||
--- | |||
== Related Pages == | |||
* [[Linux]] | |||
* [[Server]] | |||
* [[Hardware]] | |||
* [[Network]] | |||
--- | |||
[[Category:Server]] | |||
[[Category:Reference]] | [[Category:Reference]] | ||
Revision as of 15:26, 16 July 2026
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
---