Difference between revisions of "Unix Syntaxes"
Jump to navigation
Jump to search
(Created page with " ps -eo vsz,rss,pid,args | sort -n First column is virtual memory usage which is also known as swap.") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | <pre> | ||
| + | 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 | ||
| + | |||
| + | </pre> | ||
| − | + | * See the mount point options | |
| − | + | <pre> | |
| + | $ ypcat -k auto_project | ||
| + | </pre> | ||
| + | [[Category: Unix_Scripts]] | ||
Latest revision as of 15: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