1833365 Members
3263 Online
110052 Solutions
New Discussion

adb parameters

 
James Odak
Valued Contributor

adb parameters

I have used commnds like
echo "itick_per_usec/D" | adb -k /stand/vmunix /dev/mem

and such ..what i am looking for is a list of the different paramters to use instead of itick_per_usec and bufpages or processor_count

anyone have a list of these and what they show?

1 REPLY 1
Todd McDaniel_1
Honored Contributor

Re: adb parameters

You can do a:

strings /stand/vmunix > file.out

here is a link to search pages...
http://us-support.external.hp.com/emse/bin/doc.pl/sid=ae7547b31c7353d49a?todo=search&searchtext=adb&searchcriteria=allwords&searchtype=SEARCH_FORUMS&searchcategory=ALL&rn=25&presort=rank



HERE are a few I dredged up from other posts...

CPUVER=`echo "cpu_version/X" | adb -k $Kernel /dev/kmem | grep cpu_version| awk '{ if (NF == 2) {print $2}}'`
CPUREV=`echo "cpu_revision_number/X" | adb -k $Kernel /dev/kmem | grep cpu_revision_number | awk ' { if (NF == 2) {print $2}}'`


echo bufpages/D | adb -k /stand/vmunix /dev/kmem




Unix, the other white meat.