Operating System - HP-UX
1832869 Members
6838 Online
110048 Solutions
New Discussion

Re: checking max_async usage - I have glance

 
John Jimenez
Super Advisor

checking max_async usage - I have glance

We received an Oracle error that might have to do with the kernal MAX_ASYNC I found another thread where someone asked how to check how much is being used. Someone said you could use glance. But I have not seen this specific kernal measurement in there. Does anyone know where exactly in glance it is? Or another command to measure utilization? thanks.
Hustle Makes things happen
8 REPLIES 8
Geoff Wild
Honored Contributor

Re: checking max_async usage - I have glance

Try the sysdef command.

Rgds...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
John Jimenez
Super Advisor

Re: checking max_async usage - I have glance

sysdef shows the value, but not how much is actually being utilized. Plus MAX_ASYNC is not one listed.
Hustle Makes things happen
Geoff Wild
Honored Contributor

Re: checking max_async usage - I have glance

How about kcusage?

What version of OS are you running?

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
John Jimenez
Super Advisor

Re: checking max_async usage - I have glance

Thank you Geoff, but kcusage does not monitor MAX_ASYNC either.
Hustle Makes things happen
John Jimenez
Super Advisor

Re: checking max_async usage - I have glance

HPUX 11.23. The command did show one issue on both servers.

shmmax 5368709120 / 5368709120
Hustle Makes things happen
John Jimenez
Super Advisor

Re: checking max_async usage - I have glance

# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 19 8173 0% 0 - 1 /dev/vg00/lvol2
reserve - 8173 -8173
memory 16357 14194 2163 87%
total 24549 22386 2163 91% - 0 -
Hustle Makes things happen
whiteknight
Honored Contributor

Re: checking max_async usage - I have glance


Hi John,

Actually Enhancement request has been raise for monitorinng MAX_ASYNC_PORT to be included into measureware metrics, but no news.

if you are familiar with P4 kernel debugging tools, there is p4_async_print will give you what you need. You may request from HP Support

WK
Problem never ends, you must know how to fix it
John Jimenez
Super Advisor

Re: checking max_async usage - I have glance

Thank you. I have never heard of P4 kernel debugging tools. I will check on that. Yes HP got back with me and told me that I am out of luck that glance or anything else will not measure this.
Hustle Makes things happen