cookingla.blogg.se

Command to check memory utilization in linux
Command to check memory utilization in linux









command to check memory utilization in linux

Nemo 32542 8.9 7.6 2875428 462720 ? Sl 08:55 4:36 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 1 -prefMapSize 210653 -parentBuildID 20200107212822 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 32469 true tab

command to check memory utilization in linux

Nemo 400 3.4 9.2 3309580 563336 ? Sl 08:59 1:36 /usr/lib/firefox/firefox -contentproc -childID 6 -isForBrowser -prefsLen 9086 -prefMapSize 210653 -parentBuildID 20200107212822 -greomni /usr/lib/firefox/omni.ja -appomni /usr/lib/firefox/browser/omni.ja -appdir /usr/lib/firefox/browser 32469 true tab Here’s an example that provides a very useful display: $ ps aux | sort -rnk 4 | head -5 To get the most useful display for viewing the top memory users, however, you can pass the ps output from this command to the sort command.

command to check memory utilization in linux

The ps command includes a column that displays memory usage for each process. The list will be limited by your window size, but the most significant processes with respect to memory usage will show up at the top of the process list. Tasks: 251 total, 3 running, 247 sleeping, 1 stopped, 0 zombie











Command to check memory utilization in linux