Operating System - HP-UX
1827288 Members
3695 Online
109717 Solutions
New Discussion

adb command for viewing memory quadrants

 
FRED Dennison
Advisor

adb command for viewing memory quadrants

Have read "Understanding Shared Memory for Hp-UX PA-RISC Systems", and am attempting to use the 'adb' command.

Have managed to get into the command (adb -k /stand/vmunix /dev/mem), but cannot get a result for the "*quad3map,20/X" command. Error returned is "symbol not found".

Any advice on how to get this working greatly appreciated.

Thanks, FRED
Peace thru superior firepower.
2 REPLIES 2
federico_3
Honored Contributor

Re: adb command for viewing memory quadrants


i don't know what is the symbol you are searching. You could find it looking at the file tou obtain the following way:

# adnb -k -w /stand/vmunix /dev/kmem > /tmp/file
$e
$q
#

In /tmp/file search the string "qhad"and use the parameter like this:

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


federico
Vincenzo Restuccia
Honored Contributor

Re: adb command for viewing memory quadrants

#adb /stand/vmunix /dev/kmem | tail -1 | awk '{print $2}'