1833806 Members
2994 Online
110063 Solutions
New Discussion

Re: something about cstm

 
thebeatlesguru
Regular Advisor

something about cstm

i use cstm to check box:
cstm
sel all
info
il

when i look at cpu:
Processor Speed: N/A

why i cant find the processor speed?
hihi
4 REPLIES 4
Steven Sim Kok Leong
Honored Contributor

Re: something about cstm

Hi,

Does it show when you run sam to check your processor speed under system properties (CPU tab)?

Hope this helps. Regards.

Steven Sim Kok Leong
Steven Sim Kok Leong
Honored Contributor

Re: something about cstm

Hi,

To get your processor speed from the command shell:

# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem | tail -1 | awk '{print $2}'

Hope this helps. Regards.

Steven Sim Kok Leong
thebeatlesguru
Regular Advisor

Re: something about cstm

well ,it show speed when i use sam to check.
and :

echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem | tail -1 | awk '{print $2}'

show:open
what does it mean?
hihi
Kenny Chau
Trusted Contributor

Re: something about cstm

You should need to use root to run this command. Otherwise, you won't get the results.

Regards,
Kenny.
Kenny