Tomcat 9.x What is the easiest way to identify how much memory Tomcat/Java is currently using from the Java stack -Xss ? Not max but currently being used.
Is there a particular statement I can put into a servlet to see what the current memory usage is of the stack? Thanks, Lance