Skip to content

Instantly share code, notes, and snippets.

@emag
Last active October 31, 2016 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emag/0fd78c1bde9ef0478aefd497a9180c2f to your computer and use it in GitHub Desktop.
Save emag/0fd78c1bde9ef0478aefd497a9180c2f to your computer and use it in GitHub Desktop.
$ ll /bin/java
lrwxrwxrwx. 1 root root 22  9月  3 13:23 /bin/java -> /etc/alternatives/java*
$ echo $JAVA_HOME 

~ 
$ sh -x /usr/bin/heapstats-cli 
+ prefix=/usr
+ exec_prefix=/usr
+ libexecdir=/usr/libexec/heapstats
+ CLI_JAR=/usr/libexec/heapstats/heapstats-cli.jar
+ /bin/java -jar /usr/libexec/heapstats/heapstats-cli.jar
Usage:
  java -jar heapstats-cli.jar <common options> <mode> <options> <file...>
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment