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

后端 未结 30 2664
心在旅途
心在旅途 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:41

    There isn't any easy way to calculate this. But some people have tried to get some good answers:

    • ps_mem.py
    • ps_mem.py at GitHub

提交回复
热议问题