# use pstree, but NOT busybox pstree because it kinda sucks
p="pstree -wg3"
} elif [[ "$OSTYPE" =~ '^freebsd' ]] {
p="ps -aSdfxwwouser=USR -ogroup=GRP -opid,nice=NI \
-o%cpu,%mem,tty,stat,start=START -oetime,command"
# use pstree, but NOT busybox pstree because it kinda sucks
p="pstree -wg3"
} elif [[ "$OSTYPE" =~ '^freebsd' ]] {
p="ps -aSdfxwwouser=USR -ogroup=GRP -opid,nice=NI \
-o%cpu,%mem,tty,stat,start=START -oetime,command"