anitsh / til

Today I Learn (til) - Github `Issues` used as daily learning management system for taking notes and storing resource links.
https://anitshrestha.com.np
MIT License
78 stars 11 forks source link

Linux Memory Management #402

Open anitsh opened 3 years ago

anitsh commented 3 years ago

Objectives

ps : Current process snapshot report –e : Select all process o : User defined format pmem : User defined memory pcpu : User defined cpu pid : Process ID number args : Command tail -n +2 : Output lines starting to the second line sort -rnk 1 :reverse (r), numeric sort (n) by column 1 (memory) head : output the 10 first lines

Resource

Related

186 #361 #112

anitsh commented 3 years ago

Out Of Memory (OOM) Situation and OOM Killer

anitsh commented 3 years ago

Performance, Dynamic Analysis