mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-30 03:07:37 +08:00
update doc
This commit is contained in:
parent
180ee6beb5
commit
8ae6274ab0
@ -37,6 +37,7 @@ Arthas was built to solve these issues. A developer can trouble-shoot your produ
|
||||
* Monitor system metrics, thread states and cpu usage, gc statistics, and etc.
|
||||
* Supports command line interactive mode, with auto-complete feature enabled.
|
||||
* Supports telnet and websocket, which enables both local and remote diagnostics with command line and browsers.
|
||||
* Supports JDK 6+
|
||||
|
||||
### Quick start
|
||||
|
||||
|
@ -26,9 +26,7 @@ English version goes [here](README.md).
|
||||
0. 是否有一个全局视角来查看系统的运行状况?
|
||||
0. 有什么办法可以监控到JVM的实时运行状态?
|
||||
|
||||
`Arthas`采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。
|
||||
|
||||
|
||||
`Arthas`支持JDK 6+,采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。
|
||||
|
||||
|
||||
### 快速开始
|
||||
|
@ -29,6 +29,7 @@ Arthas is built to solve these issues. A developer can troubleshoot production i
|
||||
* Monitor system metrics, thread states and CPU usage, GC statistics and etc.
|
||||
* Supports command line interactive mode, with auto-complete feature enabled.
|
||||
* Supports telnet and WebSocket, which enables both local and remote diagnostics with command line and browsers.
|
||||
* Supports JDK 6+
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
@ -20,7 +20,7 @@ Arthas 用户文档
|
||||
0. 是否有一个全局视角来查看系统的运行状况?
|
||||
0. 有什么办法可以监控到JVM的实时运行状态?
|
||||
|
||||
`Arthas`采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。
|
||||
`Arthas`支持JDK 6+,采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。
|
||||
|
||||
|
||||
Contents
|
||||
|
Loading…
Reference in New Issue
Block a user