UNIX Programming, Certification, System Administration, Performance Tuning Reference Books
Checking your RAM (Solaris)

Ever wonder how much RAM is in your machine but don't want to reboot? Use the command:

prtconf | awk'/^Memory/{print}'

Alias this command to something simple and easy to type, and you're set. prtconf gives you way too much information when you're looking for one thing.
 

Return to : Unix System Administration Hints and Tips