Commando repeats a command every 5s and displays the results. The default command is netstat -p tcp | grep tcp | awk '{ printf("%s %s
", $4, $5)}' which displays all of the tcp connections your computer is making.
I discovered this weekend that if your DNS performance is poor the default Commando command will tank your computer's performance. If you're encountering this situation try changing your command to: