RANDOM CRAP
Print out CPU load by process:
ps -eo "%C %c"
Display the devices configured in the
kernel:
cat /proc/devices
Verify the NIC bonding is working:
less /proc/net/bonding/bond0
Show route table:
netstat -rn
To see what is running on a given port (example:1521):
lsof -i :1521