Output 1 sample to a file
top -n 1 -b > top-output.txt
Output 1 sample to an email
top -n 1 -b | mail -s “Here’s my top” me@jamesborder.com
here is the mac version
top -l 1 | mail -s “Here’s my top mac” me@jamesborder.com
misc code snippets
Output 1 sample to a file
top -n 1 -b > top-output.txt
Output 1 sample to an email
top -n 1 -b | mail -s “Here’s my top” me@jamesborder.com
here is the mac version
top -l 1 | mail -s “Here’s my top mac” me@jamesborder.com
Capture top output
Nov, 21 -- Categories: Linux, Mac