HPE 9000 and HPE e3000 Servers
1753913 Members
9290 Online
108810 Solutions
New Discussion юеВ

Re: HPUX: L2000 Class CPU Speed?

 
SOLVED
Go to solution
LG Porter
Frequent Advisor

HPUX: L2000 Class CPU Speed?

I have three L2000 class servers that I manage. What is the best method for determining the speed of the CPU's presently installed?
7 REPLIES 7
Dave Chamberlin
Trusted Contributor
Solution

Re: HPUX: L2000 Class CPU Speed?

Use SAM,
under System Properties, under "Performance Monitors" from main menu.
John Poff
Honored Contributor

Re: HPUX: L2000 Class CPU Speed?

Hi,

Here is a link to a recent thread that answered this question.

JP
John Poff
Honored Contributor

Re: HPUX: L2000 Class CPU Speed?

Uday_S_Ankolekar
Honored Contributor

Re: HPUX: L2000 Class CPU Speed?

Hello,

Try this command,

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

-USA..
Good Luck..
S.K. Chan
Honored Contributor

Re: HPUX: L2000 Class CPU Speed?

I would just run ..
# echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem
On my L200 it's showing "360".
Anil Sedha
Advisor

Re: HPUX: L2000 Class CPU Speed?

The best method - Really wonderful.. run this command as root

/usr/sam/lbin/samx -C /usr/sam/lib/C/mo.ui


Enjoy.. Don't forget to assign points to those who help you.
Live, love and let live
MANOJ SRIVASTAVA
Honored Contributor

Re: HPUX: L2000 Class CPU Speed?

Hi LG


here are the ways to do it :


1. SAM--->performance monitors---->system proeprties ---> model

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

3. stm or xstm will also show u the speed .


Manoj Srivastava