Featured image of post 常用命令

常用命令

一些常用命令速记

Java

JVM

Command Note
jmap -heap Print java heap summary
jmap -dump:format=b,file= dump java heap
jstat -gcutil Displays a summary about garbage collection statistics.

Maven

Command Note
mvn dependency:tree View MVN Dependency Tree