On Thu, Oct 30, 2003 at 05:17:50PM +0000, Paulo Pires wrote: > " 1) If your LPAR is not capped then the BogoMips would represent the > TOTAL MIPS it can get at the time it boots and this value > would probably change each time you boot Linux depending on the physical > processor utilization at that point in time. " > > This is my problem. I want to know if there is a daemon or something else > that could anytime and/or time-to-time get the physical CPU resources > available! Is there anything out there?
Bogomips are not necessarily representative of, well, anything, really. All that it does is to execute a tight loop and measure how long it took. You could do this from a user program as well, on a quiescent system. -- - mdz

