<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CPU Temperature in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764453#M55</link>
    <description>Hello, I'm here again with another doubt.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My notebok have a "Core 2 duo T5250". I saw that this processor was designed to support the maximun of 85.C I wanna know what happens if the cores of it get more thar 85 C, is there a Limit to make the computar shutdown?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Sep 2011 21:22:56 GMT</pubDate>
    <dc:creator>pesconi</dc:creator>
    <dc:date>2011-09-15T21:22:56Z</dc:date>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764446#M48</link>
      <description>Hello, i have a little problem.&lt;BR /&gt;&lt;BR /&gt;i read on a internet forun abut the temperature of the CPU cores, and o saw that the temperature of the cores (when i have more than one) cannot be more than 5C of difference of the CPU temperature.&lt;BR /&gt;&lt;BR /&gt;I need to know if it is true because i have a school work to do, and i'm tanking about processors.&lt;BR /&gt;&lt;BR /&gt;thanks a lot!</description>
      <pubDate>Tue, 30 Aug 2011 03:28:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764446#M48</guid>
      <dc:creator>pesconi</dc:creator>
      <dc:date>2011-08-30T03:28:17Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764447#M49</link>
      <description>Hello Pesconi,&lt;BR /&gt;There is a paper &lt;A href="http://download.intel.com/design/processor/applnots/320354.pdf"&gt;http://download.intel.com/design/processor/applnots/320354.pdf&lt;/A&gt; which briefly describes the factors (temperature, power, current)used in controlling turbo mode.&lt;BR /&gt;There is an Intel utility to monitor turbo mode at &lt;A href="http://www.intel.com/support/processors/sb/CS-031038.htm" target="_blank"&gt;http://www.intel.com/support/processors/sb/CS-031038.htm&lt;/A&gt;&lt;BR /&gt;I cannot find any info on the intel.com website that says there can't be more than 5 degree C temperature difference. Where did you see the info?&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 30 Aug 2011 12:39:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764447#M49</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2011-08-30T12:39:31Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764448#M50</link>
      <description>Thank you for the answer Patrick.&lt;BR /&gt;&lt;BR /&gt;Isaw about that information in a informal forum web site, and i didn't belive on it, i thaught better make a question here to take sure that the information is wrong.&lt;BR /&gt;&lt;BR /&gt;I'm doing a school work, and i need to know samething more about processors, now I'd like to answer if you can show to me how can I get the temperatures information from the processor in C code, because i'll need to make a program that takes this informations.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 01 Sep 2011 12:38:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764448#M50</guid>
      <dc:creator>pesconi</dc:creator>
      <dc:date>2011-09-01T12:38:55Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764449#M51</link>
      <description>Are you using windows?&lt;BR /&gt;I'd recommend using the HWmonitor from the folks that made cpu-z (&lt;A href="http://www.cpuid.com"&gt;www.cpuid.com&lt;/A&gt;).&lt;BR /&gt;There is a source code program CoreTemp (&lt;A href="http://www.alcpu.com/CoreTemp/"&gt;http://www.alcpu.com/CoreTemp/&lt;/A&gt;). See their SDK.&lt;BR /&gt;On windows reading the cpu temperature requires a Ring0 driver. This is a non-trivial task.&lt;BR /&gt;There is also a 'source code available' monitor named Open HW Monitor at &lt;A href="http://openhardwaremonitor.org/" target="_blank"&gt;http://openhardwaremonitor.org/&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;On linux, if your system uses ACPI, then you can get the temperature from the /proc file system:&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;cat /proc/acpi/thermal_zone/THRM/temperature # exact path may vary with linux versions&lt;BR /&gt;&lt;BR /&gt;or you can use utility:&lt;BR /&gt;acpi -t&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Pat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2011 14:08:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764449#M51</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2011-09-01T14:08:47Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764450#M52</link>
      <description>OK, thank you for the help.&lt;BR /&gt;&lt;BR /&gt;i can learn all i need with Open HW Monitor.</description>
      <pubDate>Fri, 02 Sep 2011 14:29:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764450#M52</guid>
      <dc:creator>pesconi</dc:creator>
      <dc:date>2011-09-02T14:29:27Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764451#M53</link>
      <description>&lt;P&gt;Great.&lt;BR /&gt;There is a paper &lt;A href="http://download.intel.com/design/intarch/papers/322683.pdf"&gt;http://download.intel.com/design/intarch/papers/322683.pdf&lt;/A&gt; on "CPU Monitoring With DTS/PECI". The paperdescribes various methodologies to access processor temperature data reported by the on-die DTS (Digital Temperature Sensor).&lt;BR /&gt;It also discusses the difficulties that temperature sensing utilities can encounter.&lt;BR /&gt;You may find the paper useful.&lt;BR /&gt;Pat&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2011 15:15:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764451#M53</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2011-09-04T15:15:02Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764452#M54</link>
      <description>Thak you!&lt;BR /&gt;&lt;BR /&gt;very nice paper, it will be very usefull to me.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;thanks&lt;BR /&gt;&lt;BR /&gt;pesconi&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Sep 2011 12:48:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764452#M54</guid>
      <dc:creator>pesconi</dc:creator>
      <dc:date>2011-09-08T12:48:42Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764453#M55</link>
      <description>Hello, I'm here again with another doubt.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My notebok have a "Core 2 duo T5250". I saw that this processor was designed to support the maximun of 85.C I wanna know what happens if the cores of it get more thar 85 C, is there a Limit to make the computar shutdown?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Sep 2011 21:22:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764453#M55</guid>
      <dc:creator>pesconi</dc:creator>
      <dc:date>2011-09-15T21:22:56Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764454#M56</link>
      <description>&lt;P&gt;The short story is that yes, there is a high temperature at which the processor will shutdown.&lt;BR /&gt;Different processors have different 'thermal trip' temperatures.&lt;BR /&gt;&lt;BR /&gt;To find this temperature, you need the processor datasheet.&lt;BR /&gt;To get the processor datasheet do:&lt;BR /&gt;goto to ark.intel.com&lt;BR /&gt;Scroll down to your processor 'Intel Core2 Duo Mobile Processor', click on it.&lt;BR /&gt;Search for T5250, click on the link.&lt;BR /&gt;Search for 'Download Datasheet', click on the link.&lt;BR /&gt;Under Datasheets, click on the datasheet for your processor (the first datasheet in this case).&lt;BR /&gt;Once the PDF has loaded, search for 'thermal trip'. &lt;BR /&gt;&lt;BR /&gt;You'll see a paragraph that says:&lt;BR /&gt;"The processor protects itself from catastrophic overheating by use of an internal thermal sensor. This sensor is set well above the normal operating temperature to ensure that there are no false trips. The processor will stop all execution when the junction temperature exceeds approximately 125 C. This is signalled to the system by the THERMTRIP# (Thermal Trip) pin."&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Pat&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 22:31:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764454#M56</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2011-09-15T22:31:21Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764455#M57</link>
      <description>Hello Patrick, I'm here again.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am working on a project with the informations you helped me, and i saw samething interesting on the behavior of my processor.&lt;BR /&gt;&lt;BR /&gt;I'm using Windows 7 in my computer, but i think the Operational System doesn'tinterferes on that detail.&lt;BR /&gt;&lt;BR /&gt;I'm colecting the temperatures all the time, i have 2 cores, every time the core #1 is higher than the core #0.&lt;BR /&gt;&lt;BR /&gt;Do you have any answer for why this registers is always like this?&lt;BR /&gt;&lt;BR /&gt;i made sabe tests in others processors with 2 cores, ans always the core #1 is higher than core #0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Sep 2011 13:22:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764455#M57</guid>
      <dc:creator>pesconi</dc:creator>
      <dc:date>2011-09-21T13:22:14Z</dc:date>
    </item>
    <item>
      <title>CPU Temperature</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764456#M58</link>
      <description>My gues is that one core is always loaded more than the others because it services interrupts, deferred procedure calls, system management interrupts, etc. Those tasks are usually not moved to other cores in order to allow them to enter low power states and to avoid wakeup latency associated with power state transitions.&lt;BR /&gt;&lt;BR /&gt;Another option is the intentional calibration offset so that average of core temperatures gives more precise overall reading.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:43:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764456#M58</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2011-10-11T11:43:53Z</dc:date>
    </item>
    <item>
      <title>the link http://download</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764457#M59</link>
      <description>&lt;P&gt;the link&amp;nbsp;&lt;A href="http://download.intel.com/design/intarch/papers/322683.pdf"&gt;http://download.intel.com/design/intarch/papers/322683.pdf&lt;/A&gt;&amp;nbsp;to the paper "CPU Monitoring With DTS/PECI" is broken seems like...this one works:&amp;nbsp;&lt;A href="https://www-ssl.intel.com/content/www/us/en/intelligent-systems/cpu-monitoring-dts-peci-paper.html?"&gt;https://www-ssl.intel.com/content/www/us/en/intelligent-systems/cpu-monitoring-dts-peci-paper.html?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;-C&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2013 00:44:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764457#M59</guid>
      <dc:creator>stargemini</dc:creator>
      <dc:date>2013-10-05T00:44:09Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;My gues is that one core is</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764458#M60</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;My gues is that one core is always loaded more than the others because it services interrupts, deferred procedure calls, system management interrupts, etc. Those tasks are usually not moved to other cores in order to allow them to enter low power states and to avoid wakeup latency associated with power state transitions.&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;That is true.One core will always have a bigger load because of DPC's draining and ISR servicing hence its heat heat dissipation will be greater than the other cores which are running an Idle thread in absence of real work.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:11:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/CPU-Temperature/m-p/764458#M60</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-10-07T15:11:16Z</dc:date>
    </item>
  </channel>
</rss>

