I frequently use jstat to obtain GC related statistics. However, there are times when I simply cannot obtain any of the statistics from a JVM. It just says that it cannot find the process id, even though its the correct id.

Digging slightly deeper, it seems to be related to the "/tmp/hsperfdata" related files. On servers that have this directory/files, jstat works as expected (jps also shows up the correct instances). On the servers/instances on which it fails, I dont see the "/tmp/hsperfdata" directory (and jps does not report the pid).

Has anyone else run into this ? I read somewhere that the TMP variable needs to be set correctly, but I dont see any difference in environment settings between the server account where it works and where it does not.

link|improve this question

79% accept rate
Just ran into the same problem myself, so far haven't found anything useful on the 'net. Will post if I come across the solution. – Tomer Gabel Jan 5 '11 at 11:54
feedback

1 Answer

up vote 0 down vote accepted

Maybe this helps: http://bugs.sun.com/view_bug.do?bug_id=7009828

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.