I'm trying to use jstat and jmap utilities to get a snapshot of jvm. It is working fine in Dev and Staging and it does not work in production. The three errors 'jvmId could not be found on Linux' I found the main difference is that the project is not creating the / tmp / hsperfdata_uid folder on jvm, but on dev env I can see the files created under hsperfdata_uid for each jvm. I am not able to know the difference between these settings in these JVMs. I tried to experiment -XX: + UsePerfData on that jvm but there is still no output.
Let me know if you have any such problem.
Thanks,
Are you using the same Java VM ( The way God / staging is established on the same way)? Also check user permissions that are executing JVM. And compare the environment variable while executing JVM. The previous I / tmp file system will check the size and access rights of the system. Also check whether it uses the same file system type (sometimes temp tmpfs or sth Uses and often limited space is available in / tmp.
Hope these pointers help to know about the wrong! Greetings -Suska-
Comments
Post a Comment