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
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