How can I measure the actual memory usage of an application or process?

后端 未结 30 2748
心在旅途
心在旅途 2020-11-22 03:01

This question is covered here in great detail.

How do you measure the memory usage of an application or process in Linux?

From the blog articl

30条回答
  •  旧时难觅i
    2020-11-22 03:41

    • Last but not least use htop.
    $ sudo apt-get update
    $ sudo apt-get install htop
    
    • Run htop using below command.
    $ htop
    
    • Note for newcomers: dollar symbol is used to show we are running command on a terminal

提交回复
热议问题