Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

System status check

Listed here are a few system monitoring commands which should give you a rough i
dea of how the server is running.
# server information
uname -a
# server config information
prtconf
sysdef -i
# server up time
uptime
# disk free, listed in KB
df -kt
# mounted devices
mount
# network status
netstat -rn
# network configuration info
ifconfig -a
# processes currently running
ps -elf
# user processes
w
whodo
who am i
finger
ps
# virtual memory statistics
vmstat 5 5
# system activity reporter (Solaris/AIX)
sar 5 5
# report per processor statistics (Solaris)
mpstat 5 5
psrinfo
# swap disk status (Solaris)
swap -l
# shared memory
ipcs -b

You might also like