Dual Xeon Thermal Throttling?


Recommended Posts

I've got 2 e5-2660 v2 procs on a SuperMicro MB and I'm testing things out before moving from my old server

 

I'm wanting to make sure I've got adequate cooling. So I've done a little load testing.

 

The data was pulled using a script with these commands (5 second sampling intervals):

ipmitool sensor | grep -E 'RPM|CPU.* Temp' | cut -d '|' -f 2 | awk '{$1=$1};1' | awk '{print}' ORS=" "
lscpu | grep 'CPU MHz:' | cut -d ':' -f 2 | awk '{$1=$1};1'

 

This is what it looks like for roughly 10 minutes with the system at complete idle:

 

CPU clock pulled from lscpu, left scale
CPU temps right scale

Fan speeds left scale

image.png.befa96c410f58cec3e1055372dc72056.png

 

Average 2637.53

 

And this is what it looks like for roughly 10 minutes under a load, on 1 of the processors. To create load, I used a docker of Handbrake assigned it to all CPU2 via pinning and then launched the transcode of a 4K HVEC video to 720p.

 

image.png.f8e465ce045e4637c4c6a0a2fd9ebb76.png

 

Average 1865.39

 

 

So my questions are:

1 - Is the output from lscpu the best way to get clock rate on dual Xeon? Because I can only assume this changes for both in unison?

2 - This is obviously thermal throttling right?

3 - Does this represent horribly bad thermal throttling, or is this fairly standard?

4 - I don't plan to have this sort load regularly, I put 1 CPU to 100% for this time to simulate a worst case scenario. Is this adequate cooling in your opinion?

5 - FanB seems to wobble in speed about 75 RPM delta from FanA. Might that be because it's "behind" FanA in term of airflow?

6 - Am I being OCD here? hehe

 

 

These are the CPU coolers I have:
https://noctua.at/en/nh-d9dx-i4-3u

 

image.png.bf2cbd8be08bf54b5b9771a02e8ac863.png

 

 

 

Edited by CowboyRedBeard
Link to comment

I guess I'm just trying to get a sense if this is totally normal and I should calm my OCD... or am I doing it wrong?

 

The other thing I've contemplated is water cooling, but I have no experience with it. Is that viable for a server / system that is on 24/7?

 

I could install those SM fans, but they run at 4,000 RPM which means they're probably super loud... And this is in my office about 3' from my desk.

Link to comment

OK... that docker is AWESOME...  I feel like I should delete my above post out of embarrassment.... 😳

So, I've over complicated my effort to look for throttling ... check. And... it wasn't an accurate measurement....

 

Told you I'm a n00b...

 

Here's the results having another go at it. CPU stayed at 65C too... I'd say that's adequate cooling. Check.


image.thumb.png.aeece0a1824c4888e0cfb6919dc3104f.png

 

image.thumb.png.3df7bfce997f205923937e284de7f860.png

 

 

THANK YOU FOR THAT RESPONSE

 

To all other n00bs that might find this:

https://github.com/netdata/netdata/wiki

 

 

Edited by CowboyRedBeard
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.