1834219 Members
3065 Online
110066 Solutions
New Discussion

Re: System Clock Speed

 
SOLVED
Go to solution
Amit Manna_6
Regular Advisor

System Clock Speed

Hi,

Anybody can tell me is there any command to determine system clock speed??
7 REPLIES 7
shanmugapriyan_2
New Member
Solution

Re: System Clock Speed

try this

echo "itick_per_tick"/D | adb -k /stand/vmunix /dev/kmem

in the result divid by 10000 , u will get the speed in MHz.

Geoff Wild
Honored Contributor

Re: System Clock Speed

Here's a little script called hpmem:

# hpmem
HP-UX pc0003 B.11.11 U 9000/800 2504392627 unlimited-user license
CPU Count: 6
CPU Speed: 750 MHz
CPU HW Support: 64-bit
Kernel Support: 64-bit
RAM Size: 10080 MB
bufpages: 806 MB
maxuprc: 800
maxvgs: 128
maxfiles: 2048
max_thread_proc: 256
nfile: 189100
nflock: 1200
nproc: 2560
ninode: 16384
shmmax: 1073741824
shmmni: 256
dbc_max_pct: 8

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Michael Tully
Honored Contributor

Re: System Clock Speed


Another way to get the information is to use cstm.

# echo "selclass qualifier cpu;info;wait;infolog" | cstm | grep Processor
Anyone for a Mutiny ?
Jdamian
Respected Contributor

Re: System Clock Speed

Sorry Michael, but my cstm doesn't show speed of CPU.
Bruno Ganino
Honored Contributor

Re: System Clock Speed

Hi Amit.
Try
1)From the command-line
# echo "itick_per_usec/D" | adb /stand/vmunix /dev/mem | tail -1 itick_per_usec: 552

2)From SAM
- Go to Performance Monitors -> System Properties -> Memory
- Check Clock Frequency: value

HTH
Bruno
Torino (Turin) +2H
Prasad Govenkar
Occasional Contributor

Re: System Clock Speed

Is hpmem a script available on all types of HP machines?

I have a 9000/800/N4000-44 model machine.
and I was not able to find this script ..
H.Merijn Brand (procura
Honored Contributor

Re: System Clock Speed

Look at the attachment of the post.

Another script is available in the FAQ section of my site, which will give a summary of your system in one single line. My (perl) script also works on AIX and Linux ( http://mirrors.develooper.com/hpux/ux )

a5:/ 101 # ux
a5 HP-UX 11.00/64 U 9000/800/A500-7X/64 PA8700/750(2) pa-2.0 2048 Mb
a5:/ 102 #

My HP ITRC site pages can be found at (please use LA as primary choice):

USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn