Operating System - HP-UX
1847225 Members
2643 Online
110263 Solutions
New Discussion

Re: System Administration

 
P.V.Ramesh
Advisor

System Administration

How do i know the processor speed in HP-UX
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: System Administration

HPUX=/stand/vmunix

MHZ=$(echo itick_per_tick/D | adb -k $HPUX /dev/kmem | tail -1 | awk '{print $2/10000}')
echo $MHZ

Pete

Pete
Sajid_1
Honored Contributor

Re: System Administration

# sam - peformance monitors - system properties
# stm
learn unix ..
Sajid_1
Honored Contributor

Re: System Administration

Another way:
# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem
learn unix ..
Uday_S_Ankolekar
Honored Contributor

Re: System Administration

Ramesh,

Here is the script that gives almost all informations you needed for a server.

This will also give you output in colorful html format.

Get the script from this thread.


Good Luck..
Uday_S_Ankolekar
Honored Contributor

Re: System Administration

Ramesh,

I mean attached file..:)
Good Luck..