ps aux is a command-line utility that is used to display the information (such as user of the process, the PID, the percentage of CPU used by the process, the percentage of memory used by the process, STAT, etc.) about a running process. STAT is the process state code, which includes the following codes:
| D | Uninterruptible sleep |
| N | Low priority |
| R | In run queue |
| S | Sleeping |
| T | Traced |
| Z | Defunct |
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
