Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> private memory used by oracle process in AIX ??
Hi All,
the env is oracle 9.2.0.4/AIX5.2
# ps v 1495162
PID PGIN SIZE RSS LIM TSIZ TRS %CPU %MEM COMMAND
1495162 40 9068 32272 xx 48602 23204 0.0 1.0 ora_pmon
which will give me the private memory of the above process :
RSS - TRS
or
(RSS - TRS )*4
RSS & TRS are reported in kb. whereas an AIX memory page is 4096 bytes.
doc 123754.1 seems to be confusing.
it says to mulitply the difference by 4 , where as it doesn't in the
example shown in the doc.
can someone guide me which is the right way ?
Regards,
Prem.