Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"aioserver" and find the db activities

Status
Not open for further replies.

gatetec

MIS
Mar 22, 2007
420
US
Is there a way to identify which/what is using "aioserve" processes? I have 6 CPUs, so it gives me 120 max # (6 * 2* 10) of "aioserver", but one thing I am not for sure is what is using the "aioserver"s. The reason I am asking is that I have two identical db cluster nodes. One is having 9 of "aioserver"s, but the other is having 117 "aioserver"s.
I need to know why there is a huge difference between 2 nodes.

ps -Ao vsz,etime,pcpu,pid,args | sort -rnk 4 |grep aio

448 45-03:41:05 0.0 2666710 aioserver
448 45-03:41:05 0.0 2662568 aioserver
448 45-03:41:05 0.0 2641950 aioserver
448 45-03:41:04 0.0 2617546 aioserver
448 45-03:41:04 0.0 2613346 aioserver
.............

thx much
 

Maybe this article may help. [3eyes]


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 


Or, check here at IBM site.
[ponder]


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top