Operating System - HP-UX
1834685 Members
2358 Online
110069 Solutions
New Discussion

pagezerod in Integrity servers

 
SOLVED
Go to solution
Karen Shen_1
Occasional Advisor

pagezerod in Integrity servers

I see "pagezerod" process running on my newest Integrity servers. Anyone knows what it is for?
Thansk.
Karen
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: pagezerod in Integrity servers

Hi Karen:

The "d" stands for daemon. This is the "page zero daemon". The man pages for 'pagezero_daemon_enabled(5)' document it. The daemon "...that reduces the elapsed time for completing kernel operations like page faults, mlock(), and so on. The idea is to zero out large free pages (4MB and above in size) during times when the CPU is idle."

Regards!

...JRF...
Coolmar
Esteemed Contributor

Re: pagezerod in Integrity servers

The pagezero daemon is a performance enhancement that reduces the elapsed time for completing kernel operations like page faults, mlock(), and so on. The idea is to zero out large free pages (4MB and above in size) during times when the CPU is idle. The daemon has been specially designed to ensure that it only executes for brief times when the CPU is idle.

http://www.docs.hp.com/en/B2355-60105/pagezero_daemon_enabled.5.html

Hope that helps,
S.