1833541 Members
3015 Online
110061 Solutions
New Discussion

Re: swapper process

 
Marc Bohnert
Advisor

swapper process

Running HPUX 11.11

Using glance I noticed that the swapper process is consistently one of the top processes in generating disk IO. I am seeing 200-300 I/Os per second over the 5 second sample. At the same time there is no page outs or deactivations. There is ample memory, 12GB. I am seeing Oracle log writer process also generating large amounts of I/O which makes sense but not swapper. From what I've read swapper is only responsible for process deactivations. What's up?

Thanks,

Marc Bohnert
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: swapper process

I would guess that you are running dynamic buffer cache and that max_dbc_pct is set fairly high.
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: swapper process

Ooops, I'm stupid that should be dbc_max_pct; I never run that dynamic stuff so I don't need to know them tunables no how.
If it ain't broke, I can fix that.
Marc Bohnert
Advisor

Re: swapper process

What does swapper have to do with dynamic buffer cache. Does it control shrinking the cache to dbc_min_pct
James R. Ferguson
Acclaimed Contributor

Re: swapper process

Hi Marc:

The *syncer* daemon manages the dynamic buffer cache, *but* if the buffer cache is large, leading to memory pressure, the *swapper* daemon may see in increased workload as it operates to deactivate processes and the *pager* (vhand) daemon moves pages to swapspace.

Regards!

...JRF...

Marc Bohnert
Advisor

Re: swapper process

There is no indication of memory pressure. page outs and deactivations are zero.