1832592 Members
2847 Online
110043 Solutions
New Discussion

Re: pagezerod Daemon

 
Avinash20
Honored Contributor

pagezerod Daemon

Hi Gurus,

Could anybody let me know, what is the functionality of "pagezerod" Daemon. It is utilizing 20% of my CPU speed.
Could I get suggestion on the above issue,
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: pagezerod Daemon

Hi:

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...
Pete Randall
Outstanding Contributor

Re: pagezerod Daemon

I've never heard of such a daemon. However, here are a couple of references that do mention it:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1028470
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=987130


Pete

Pete
Avinash20
Honored Contributor

Re: pagezerod Daemon

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,
"Light travels faster than sound. That's why some people appear bright until you hear them speak."