I am trying to use jstat and jmap utilities to take a jvm snapshot. It works fine in dev and organizes env, but it does not work in production. All three are on Linux. Error: "could not find jvmId". The main difference I found is that the / tmp / hsperfdata _uid folder is not created on prod jvm, but on dev env I can see the files created under hsperfdata_uid for each jvm. I can not understand the difference between these settings in these JVMs. I tried using -XX: + UsePerfData on this jvm, but still did not output.
let me know if you had such problems.
thank,
source
share