Wednesday, July 20, 2016

Linux server Memory usage

Linux server Memory usage 


Below cmd  can get the memory information process wise

ps aux  | awk '{print $6/1024 " MB\t\t" $11}'  | sort -n

No comments:

Post a Comment

Comments System

Disqus Shortname