1837111 Members
2214 Online
110112 Solutions
New Discussion

Re: Paging Space

 
HutchAdmin
Occasional Advisor

Paging Space

Dear all,

How can i find out, my system is paging....

is it something to do with pi/po in vmstat command ?

thx
3 REPLIES 3
Elmar P. Kolkman
Honored Contributor

Re: Paging Space

swapinfo will give info on whether the system has paged/swapped out data.

Glance is a way to monitor a process's action, for instance paging.

sar,vmstat, etc. might give info on a system level.
Every problem has at least one solution. Only some solutions are harder to find.
Patrick Wallek
Honored Contributor

Re: Paging Space

If you use vmstat look at the PO (page outs). If this number is high, then your system is paging.
Stuart Abramson_2
Honored Contributor

Re: Paging Space

Bring up the glance ascii interface:

# glance

Hit "m" to take you to the memory page.

Check for "deactivations".

If your system is forced to "page out" for memory pressure reasons, there will be deactivations.

If deactivations is "0", then you are not paging out.

This doesn't help in the middle of the night, when you aren't at work, but it will tell you something during the day.

BTW, we don't page out - we bought enough memory to cover that.