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

后端 未结 30 2688
心在旅途
心在旅途 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条回答
  •  别跟我提以往
    2020-11-22 03:34

    I would suggest that you use atop. You can find everything about it on this page. It is capable of providing all the necessary KPI for your processes and it can also capture to a file.

提交回复
热议问题