Re: Find CPU clock speed on HP-UX 11

2003-10-21 Thread bulbultyagi
Hi In solaris use "prtconf" command In HPUX Use the following script to determine the clock speed: HPUX=/stand/vmunix # 10.x C=`echo itick_per_tick/D | adb $HPUX /dev/kmem | tail -1 \ | awk '{print $2/1}'` echo "Clock speed of `hostname` is: $C Mhz." - Original Message - To:

Re: Find CPU clock speed on HP-UX 11

2003-10-15 Thread K Gopalakrishnan
Hi, It is very simple in Solaris. Just try psrinfo or psrinfo -v. You will get the CPU details. Not sure abt HP though :( KG --- "Daiminger, Helmut" <[EMAIL PROTECTED]> wrote: > Hi! > > I'm new to HP-UX and need to find out how many processors are in a > mchine > and at what clock speed they o

RE: Find CPU clock speed on HP-UX 11

2003-10-15 Thread K Gopalakrishnan
Does this work? echo "selclass qualifier cpu;info;wait;infolog"|cstm (Got it from Google and don't have a HP-UX now. So may or may not work) KG --- Pawan Dalmia <[EMAIL PROTECTED]> wrote: > Hi > I am also not aware of HP but on solaris u can find using prtdiag > command > U can find this com

RE: Find CPU clock speed on HP-UX 11

2003-10-15 Thread Pawan Dalmia
Hi I am also not aware of HP but on solaris u can find using prtdiag command U can find this command in /usr/platform/sun4u/sbin Regards Pawan Dalmia Database Administrator Orange-9820018753 Extn -5064 -Original Message- Sent: Thursday, October 16, 2003 12:24 PM To: Multiple recipients