- 论坛徽章:
- 0
|
freemem: average pages available to user processes, each page should be 4Kb or 8Kb, if you are running Solaris 9, you can use pagesize command to determine your page size.
mydb01 # pagesize
8192
The pagesize command can also display the available page sizes on the given microprocessor in the Solaris 9 OS. In this example, we can see that four page sizes are available on our UltraSPARC processor.
mydb01 # pagesize -a
8192
65536
524288
4194304
freeswap: disk blocks available for page swapping, each disk block should be 512 bytes.
From the result, you dod not have many free memory page available. |
|