Re: How to capture CF runtime container and application memory usage
Daniel Mikusa
If you're trying to get the memory usage for everything running in the
toggle quoted message
Show quoted text
app's container, then `cf app` is your best bet. If you want to look at specific things inside the container (cause there will be more than one process running in an app container), you could use the other commands that you mentioned. One note about Java NMT, it does not account for all memory in the JVM's process (notably missing are third party native code memory allocations and JDK class libraries), so what it reports will always be less than the actual usage. Dan On Sat, Apr 29, 2017 at 12:02 PM, Zhiyong Li <Zhiyong.Li(a)sas.com> wrote:
We have used four different commands to capture the memory usage for the |
|