Operating System - HP-UX
1830250 Members
2673 Online
110000 Solutions
New Discussion

Getting kernel params and io details

 
SOLVED
Go to solution
ramkumar
Valued Contributor

Getting kernel params and io details

hi all i am using 11.11 .how can i get the processor and other ios like mem and slots detail in CLI .

one more question how can i come to whether system is working in 32 bit mode or 64 bit mode in 11 environment.
like get KENEL_BITS
4 REPLIES 4
MarkSyder
Honored Contributor

Re: Getting kernel params and io details

SAM -> performance monitors -> system properties will help with processor and memory. Slots - I'm sure someone else can help!

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Slawomir Gora
Honored Contributor
Solution

Re: Getting kernel params and io details

Hi,

1. cstm
2. procesor speed:
echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem

2. memory:
echo phys_mem_pages/D | adb -k /stand/vmunix /dev/mem

3. kernel bits
getconf KERNEL_BITS
Slawomir Gora
Honored Contributor

Re: Getting kernel params and io details

Hi,

look at FAQ - questions that re-appear in the forum

http://mirrors.develooper.com/hpux/
Anitha_3
Frequent Advisor

Re: Getting kernel params and io details

hi,

#dmesg --> output will have all the inforamtion.

regards,
govind.