swap space use 100%

Hi all,

I use AIX operation version 5.3.0.0. and installation Oracle Database 10g.
When swap space use above 80%, server often hang.
my question:

How can i check that which process and path of particular file is using highest Swap space ?

Please help. thanks.

use the top command to see which uses the highest cpu usage. that is the one mostly cause this outage

Try sth. like

 # svmon -Pgt 5

This command shows the top 5 processes in paging space.

1 Like

Hi,

generally speaking - you should not use ANY swapspace - especially not on a database - as this means you do not have sufficient memory and you keep your box unnecessary slow.

Kind regards
zxmaus

Thank for your help.
This command useful to me.