1833289 Members
2939 Online
110051 Solutions
New Discussion

Re: CLOCK SPEED

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

CLOCK SPEED

Any idea on how to get the processor speed without using sam?

Thanks,
B.
UNIX IS GOOD
3 REPLIES 3
Bill McNAMARA_1
Honored Contributor
Solution

Re: CLOCK SPEED

echo 'selclass qualifier cpu;info;wait;infolog' | cstm > cstm.out

It works for me (tm)
G. Vrijhoeven
Honored Contributor

Re: CLOCK SPEED

Hi,

If you installed diagnostics you should be able to get it with stm.

Gideon
Sanjay_6
Honored Contributor

Re: CLOCK SPEED

Hi Robert,

Try,

echo itick_per_usec/D | adb -k /stand/vmunix dev/mem

Sam -> Performance --> Performance Monitors --> system Properties

Hope this helps.

Regds