Difference between revisions of "Unix Syntaxes"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
  
 
</pre>
 
</pre>
 +
 +
* See the mount point options
 +
<pre>
 +
$ ypcat -k auto_project
 +
</pre>
 +
[[Category: Unix_Scripts]]

Latest revision as of 16:41, 22 February 2013

ps -eo vsz,rss,pid,args | sort -n
First column is virtual memory usage which is also known as swap.

mpstat 
prstat 
/usr/sbin/psrinfo


  • See the mount point options
$ ypcat -k auto_project