问题
Java creates hsperfdata directory usually in the /tmp directory. What purpose does this directory serve? What is the effect on the JVM if this directory is accidentally deleted?
回答1:
That directory is part of a Java performance counter. There's a JVM argument for turning it off: see this related question on StackOverflow.
来源:https://stackoverflow.com/questions/2655188/java-hsperfdata-directory