> What would be interesting to know is if the sum of the temperatures is any > different. 4BSD gets a much more random distribution of load because a > thread is run on whatever cpu context switches next. ULE will have > specific load patterns since it scans lists of cpus in a fixed order to > assign load. So that means it prefers to run on lower numbered cpus if > they are idle. This should have a side effect of allowing unused cores to > powerdown more frequently than with 4BSD although I have not verified this > in practice.
The sum of the core temperatures when the system is idle is the same for both ULE and 4BSD. 125 C in my case (31.25 C average). Under load, the sum (again for both) is 184 C. So you're absolutely correct, while one core seems to get these short bursts (probably my rrd script doing its thing), perhaps this is shared over the cores with 4BSD. The overall temperature remains the same. Josh _______________________________________________ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail to "[EMAIL PROTECTED]"