execute jstat -gc PID return PID not found
- After checking the directory path as/tmp/hsperfdata_ ${user}/, it is true that there is no PID file below
- The user who starts the application process has 777 permissions to the/tmp/hsperfdata_ ${user}/directory, and there is no problem with read and write permissions
- The JVM parameters only retain the settings of xmx and xms, and even after startup, excute jstat -gc PID still fails
- Using JDK version 1.8.0_192, attempting to switch to JDK version 1.8.0_201 to start the application, but the JStat GC PID still fails
May I ask all the experts here if they have any experience in handling or better directions for investigation? Thank you