Update Java1.md

pull/9/head
hmao 5 years ago committed by GitHub
parent 1978a1742e
commit 777f83f9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,6 +37,10 @@
jcmd pid GC.class_histogram
jcmd pid GC.heap_info
6. jrunscript/jjs 执行 js 命令
当curl命令用:
jrunscript -e "cat('http://www.baidu.com')" 执行js脚本片段
jrunscript -e "print('hello,kk.jvm'+1)" 执行js文件
jrunscript -l js -f /XXX/XXX/test.js

Loading…
Cancel
Save