#!/bin/sh
while true
do sysctl hw.regulator.5v0.min_uvolt ; vmstat ; gstat -abd -I 10s ; date ; swapinfo ; tail -n 2 /var/log/messages ; netstat -m | grep "mbuf clusters" 
done
