What is equivalent of Linux’s ‘free’ command on FreeBSD v8.1 [closed]
vmstat has default output which is similar in nature and takes many options that give extremely detailed information, eg vmstat -m swapinfo would cover the swap part top -d1 causes top to print one screen and exit, and the banner is very similar to free. Use top -d1 | head -n 7 to see only … Read more