usage.out revision 4601
2106N/AUsage: jcmd <pid | main class> <command ...|PerfCounter.print|-f file>
2362N/A or: jcmd -l
2106N/A or: jcmd -h
2106N/A
2106N/A command must be a valid jcmd command for the selected jvm.
2106N/A Use the command "help" to see which commands are available.
2106N/A If the pid is 0, commands will be sent to all Java processes.
2106N/A The main class argument will be used to match (either partially
2106N/A or fully) the class used to start Java.
2106N/A If no options are given, lists Java processes (same as -p).
2106N/A
2106N/A PerfCounter.print display the counters exposed by this process
2106N/A -f read and execute commands from the file
2106N/A -l list JVM processes on the local machine
2362N/A -h this help
2106N/A