update doc (#1117)

pull/1123/head
汪吉 5 years ago committed by GitHub
parent 75ee8320c7
commit 7414b8e0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,3 +63,4 @@ cache location : /Users/gehui/logs/arthas-cache/28198/2
* 最多同时支持8个命令使用重定向将结果写日志
* 请勿同时开启过多的后台异步命令以免对目标JVM性能造成影响
* 如果不想停止arthas继续执行后台任务可以执行 `quit` 退出arthas控制台`stop` 会停止arthas 服务)

@ -78,3 +78,4 @@ If you want to stop background job, just `kill <job-id>`.
* Support up to 8 commands at the same time to redirect the output to the log files.
* Do not open too many background jobs at the same time to avoid negative performance effect to the target JVM.
* If you do not want to stop the Arthas service and continue to perform background tasks, you can exit the Arthas console by executing `quit` command (`stop` command will stop the Arthas service)

Loading…
Cancel
Save