Operating System - HP-UX
1836460 Members
2479 Online
110101 Solutions
New Discussion

Re: what is that process ?

 
SOLVED
Go to solution
gary guo
Contributor

what is that process ?

i find a weird process in N4000,i dont know what is it ,and can i kill it :
3 ? 1035 root -16 20 14236K 13652K run 3189:01 3.97 3.96 midaemon
3 REPLIES 3
Michael Tully
Honored Contributor
Solution

Re: what is that process ?

midaemon is the measureware agent. You can close it down and restart it should you wish. It's mission is to collect data on your systems performance. If you don't wish to collect it turn it off.

# /sbin/init.d/mwa stop

to start again

# /sbin/init.d/mwa start
Anyone for a Mutiny ?
Steven E. Protter
Exalted Contributor

Re: what is that process ?

Personally, I'd leave it running. If you ever run into a performance issue you might want some data to measure it against.

There are of course alternatives. You can use sar to measure data when you want. I'm attaching a script. I don't think it needs measureware running, but never shut down mwa to check.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vicente Sanchez_3
Respected Contributor

Re: what is that process ?

Hi,
If you want that this process doesn't start at boot time, you have to change the variable MWA_START=0 in /etc/rc.config.d/mwa file.

HTH, Vicente.