Discussion:
What is xmgc kernel process?
(too old to reply)
kamistro
2006-03-29 00:41:40 UTC
Permalink
When I issue following command in AIX
"ps -aefk "

I found the xmgc process.

what is xmgc process?

what is xmgc process work?

How can I kill this process?
q***@gmail.com
2006-03-29 09:07:32 UTC
Permalink
Why do you want to kill it ?

xmgc is a kernel process that deals with garbage collection of xmalloc
allocations. The reason why you see this is because you use the -k
switch with ps.
q***@gmail.com
2006-03-29 09:07:59 UTC
Permalink
Why do you want to kill it ?

xmgc is a kernel process that deals with garbage collection of xmalloc
allocations. The reason why you see this is because you use the -k
switch with ps.

Regards
Qasim Zaidi
http://qasimzaidi.googlepages.com

Loading...