Links
Using truss, ldd and nm to explore binary files
Solaris 10 Tuning: serves as a good reference.
Maxpgio discussion on WHT. Another interesting mailing list post about maxpgio.
Sun/Oracle Best practices blueprint. This is a PDF doc published by SMI Performance and Availability
Engineering (PAE) group. I find it interesting for the doc to say:
In"
particular, on large memory SMP systems, we routinely use these settings in /etc/
system:
set priority_paging=1
set fastscan=131072
set maxpgio=65536
Interesting in the sense because in most places, I have found maxpgio maximum value to be documented as 1024 and default of 10.
Solaris Tunable Parameters: A good reference manual for tuning Solaris parameters.
Solaris File systems: PDF Design and features of Solaris File Systems.
Labels: blueprints, ldd, maxpgio, nm, solaris 10