Linux commands: Difference between revisions
Jump to navigation
Jump to search
m
→Obtaining Memory Usage through top command
Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
| Line 420: | Line 420: | ||
* PID: Process ID, 13086 in this case, which is the unique identifier for the process. | * PID: Process ID, 13086 in this case, which is the unique identifier for the process. | ||
* USER: The user that started the process, | * USER: The user that started the process, account here. | ||
* PR: Priority of the process in the kernel's scheduler. The value 20 indicates a regular priority. | * PR: Priority of the process in the kernel's scheduler. The value 20 indicates a regular priority. | ||
* NI: Nice value, which influences the priority (0 by default, meaning no adjustment to the scheduling). | * NI: Nice value, which influences the priority (0 by default, meaning no adjustment to the scheduling). | ||