Operating System - HP-UX
1834149 Members
2564 Online
110064 Solutions
New Discussion

netsir take 90% cpu power

 
ashan
Advisor

netsir take 90% cpu power

Hi

can any one explain what is netsir and what can be course to go high CPU power in netsir

Regards

ashan
4 REPLIES 4
malay boy
Trusted Contributor

Re: netsir take 90% cpu power

ashan,
netsir ??? is it a extra application that you load to your HP system.

regards
mB
There are three person in my team-Me ,myself and I.
Steven E. Protter
Exalted Contributor

Re: netsir take 90% cpu power

Measure your system performance with the attached script and find the bottleneck.

If its a third party application as your post SEEMS to indicate, check with the application vendor.

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
Brian Hackley
Honored Contributor

Re: netsir take 90% cpu power

Ashan,

netisr is a user-space kernel helper daemon. You will see that its PPID = 0 as is the case with all kernel proc that run in user space.

netisr is used to service interrupts from incoming data packets. All packets, addressed to the broadcast address, MAC address, or multicast address, will cause netsir to become active. These can be IP packets, or non-IP packets, e.g. PC protocols, broadcast storms, etc.

If netisr is using high % CPU most often you will need to trace network with a Sniffer device, or host-based tools e.g. nettl / netfmt, tcpdump, etc., to find root cause.

ITRC Doc KBRC00001272 has detailed instructions on the usage of nett/netfmt.

Hope this helps,

-> Brian Hackley
Ask me about telecommuting!
Robert-Jan Goossens
Honored Contributor

Re: netsir take 90% cpu power