03-13-2019, 07:04 PM
(03-12-2019, 12:31 AM)Tim Curtis Wrote:Code:top -bn 2 -d 0.75 | grep 'Cpu(s)' | tail -n 1 | awk '{print $2 + $4 + $6}'
-Tim
Thanks for the code, a little out of my wheelhouse.
After my last message I immediately wondered if I could answer my own question about other tags, and sure enough, just using $ moodeutl returns the following list of tags:
Usage: moodeutil [OPTION]
Moode utility programs
With no OPTION print the help text and exit.
-i print system info
-l print the moode log
-m run the system monitor
-r restart the servers
-t print last 10 lines of moode log and wait
--version print the program version
--help print this help text
Not sure if I was supposed to format that in code for the forum. Thanks.