Re: [PATCH] CPU frequency display in /proc/cpuinfo

From: linux-os (Dick Johnson)
Date: Mon Dec 05 2005 - 11:49:12 EST



On Mon, 5 Dec 2005, Avi Kivity wrote:

> Dave Jones wrote:
>
>> I can't think of a single valid reason why a program would want
>> to know the MHz rating of a CPU. Given that it's a) approximate,
>> b) subject to change due to power management, c) completely nonsensical
>> across CPU vendors, and d) only one of many variables regarding CPU
>> performance, any program that bases any decision on the values found
>> by parsing that field of /proc/cpuinfo is utterly broken beyond belief.
>>
>>
> Sometimes you need extremely low overhead time measurements, which need
> not be too accurate. One way to do this is to dump rdtsc measurements
> into some array, and later scale it using the cpu frequency.
>
> I've done exactly this. The processes were pinned to their processors,
> and there was no frequency scaling in effect. It worked very well.

Also humans might need to know if the botherboard is set up properly,
or can even be set up properly to be able to run the CPU at its
expected speed. FYI, I tested an expensive "blade" server that
was not configurable to anything near its advertised specifications.
The contents of /proc/cpuinfo was one of the nails I used for
the vendor's coffin.

Cheers,
Dick Johnson
Penguin : Linux version 2.6.13.4 on an i686 machine (5589.44 BogoMips).
Warning : 98.36% of all statistics are fiction.
.

****************************************************************
The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@xxxxxxxxxxxx - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/