Announcement

Collapse
No announcement yet.

Release 6.22.2: Added new parameters to showruntimestats to show thread memory usage

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 6.22.2: Added new parameters to showruntimestats to show thread memory usage

    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.
Working...
X