### find只查当前目录
# -maxdepth int 限制查询的子目录层级
find -L . -maxdepth -name '*.jar' -printf '%p:'
### 查看CPU使用率
mpstat -P ALL
05-11 22:36