In showruntimestats the following parameters are added:
-m,--memory shows memory usage of threads
-M,--Memory shows memory usage of threads including stack traces
With these parameters you will get an output of the memory consumption and CPU usage of the Java Threads. This information is only available if the underlying Java VM has support for this information. Otherwise you will see an error on STDERR.
-m,--memory shows memory usage of threads
-M,--Memory shows memory usage of threads including stack traces
With these parameters you will get an output of the memory consumption and CPU usage of the Java Threads. This information is only available if the underlying Java VM has support for this information. Otherwise you will see an error on STDERR.