1825770 Members
1994 Online
109687 Solutions
New Discussion

Re: mips

 
Jamie McColl
Occasional Advisor

mips

Is there a command I can type which will tell me the number of mips used on a server?
Be selective, be objective, be an asset to the collective
6 REPLIES 6
Andy Monks
Honored Contributor

Re: mips

Basically no. Remeber mips stands for 'Meaningless Indication of Processor Speed'.

Your better looking at things like SpecMark results etc which are published. You can get the MHZ from stm.
CHRIS_ANORUO
Honored Contributor

Re: mips

You can also get your processor speed from /var/tombstones/ts** files. Just vi any of the files in that directory and look for the processor speed.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Jamie McColl
Occasional Advisor

Re: mips

Does mips not stand for Millions of Instructions Per Second?
Be selective, be objective, be an asset to the collective
Patrick Wessel
Honored Contributor

Re: mips

You are looking for the CPU speed?
There are two ways:
If you like sam, use it -> Performace Monitors -> System Properties

You like a UNIX-commands:
echo itick_per_usec/D | /usr/bin/adb -k /stand/vmunix /dev/kmem

the itick_per_usec is the CPU frequenz in MHz
There is no good troubleshooting with bad data
Andy Monks
Honored Contributor

Re: mips

Although it does officially stand for Millions of Instructions Per Second, it's a useless piece of information, because it's not how many instructions you can run in a second that's important. It's more important what you do with those instructions.

So, the SpecMark tests and other measure a defined task.

Checkout http://www.specbench.org/
Jamie McColl
Occasional Advisor

Re: mips

Im sorry, I didnt quite get the joke there. Just call me Thicky McThickthick.
Be selective, be objective, be an asset to the collective