HTTP server benchmarking/load testing in Python

Chris Angelico rosuav at gmail.com
Thu Jan 26 22:32:00 EST 2023


On Fri, 27 Jan 2023 at 14:21, Thomas Passin <list1 at tompassin.net> wrote:
> 2. "What is Tjunction max temperature?"
> Tjunction max is the maximum thermal junction temperature that a
> processor will allow prior to using internal thermal control mechanisms
> to reduce power and limit temperature. Activation of the processor's
> thermal control system may cause performance loss as the processor
> typically reduces frequency and power to prevent overheating. The
> maximum junction temperature limit varies per product and usually is
> between 100°C-110°C."
>
> https://www.intel.com/content/www/us/en/support/articles/000005597/processors.html
>
> The utilities I used always stated a 100 deg limit for Tj.
>

Yeah, so "maximum" is "before performance loss", not "before damage".

ChrisA


More information about the Python-list mailing list