November 2015
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Categories

November 2015
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Solaris system information

Solaris system information 1. Solaris physical memory usage

Script to get free/unused memory on Solaris can be found with command vmstat. Without options, vmstat displays a one-line summary of the virtual memory activity since the system was booted. Tested on Solaris 5.8, 5.9, 5.10. Can be wrong on Zones. Script ./mem_usage.sh

#!/bin/sh mem_free=`vmstat 1 […]