CPU load :
- ps -eao "pcpu" | awk '{a+=$1} END {print a}'
Memory load :
- ps -eao "pmem" | awk '{a+=$1} END {print a}'
Shorter URL
Want to share or tweet this post? Please use this short URL: http://ozh.in/s
CPU load :
Memory load :
Want to share or tweet this post? Please use this short URL: http://ozh.in/s
Firstpost.
(au cas ou)