Skip to content

Commit

Permalink
feat: include a description for each subheading in adavance-use
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatpandac committed Aug 14, 2023
1 parent cdd140b commit 39e5a6e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions site/docs/doc/advanced-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Arthas 后台异步任务

当需要排查一个问题,但是这个问题的出现时间不能确定,那我们就可以把检测命令挂在后台运行,并将保存到输出日志。

- [Arthas 后台异步任务](async.md)

## 批处理功能
Expand All @@ -10,6 +12,8 @@

## Docker

Docker arthas 在 docker 容器中使用配置参考。

- [Docker](docker.md)

## Web Console
Expand All @@ -20,6 +24,8 @@

## Arthas Tunnel

通过 Arthas Tunnel Server/Client 来远程管理/连接多个服务器下的Java服务。

- [Arthas Tunnel](tunnel.md)

## ognl 表达式用法
Expand All @@ -29,10 +35,14 @@

## IDEA Plugin

IntelliJ IDEA 编译器中更加快捷构建 arhtas 命令。

- [IDEA Plugin](idea-plugin.md)

## Arthas Properties

Arthas 支持配置项参考。

- [Arthas Properties](arthas-properties.md)

## 以 java agent 方式启动
Expand All @@ -41,6 +51,8 @@

## 执行结果存日志

所有执行记录的结果完整保存在日志文件中,便于后续进行分析。

- [执行结果存日志](save-log.md)

## Arthas Spring Boot Starter
Expand All @@ -49,6 +61,8 @@

## HTTP API

Http API 提供结构化的数据,支持更复杂的交互功能,方便自定义界面集成 arthas。

- [HTTP API](http-api.md)

## as.sh 和 arthas-boot 技巧
Expand Down
14 changes: 14 additions & 0 deletions site/docs/en/doc/advanced-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Arthas Async Jobs

If you need to investigate an issue, but you are unsure about the exact time it occurs, you can run the monitoring command in the background and save the output to a log file.

- [Arthas Async Jobs](async.md)

## Batch Processing
Expand All @@ -10,6 +12,8 @@

## Docker

Docker arthas configuration reference for using in Docker containers.

- [Docker](docker.md)

## Web Console
Expand All @@ -20,6 +24,8 @@ Arthas supports living inside a browser. The communication between arthas and br

## Arthas Tunnel

Arthas Tunnel Server/Client enables remote management/connection to Java services across multiple servers.

- [Arthas Tunnel](tunnel.md)

## How to use ognl
Expand All @@ -29,10 +35,14 @@ Arthas supports living inside a browser. The communication between arthas and br

## IDEA Plugin

Build arthas commands more efficiently in the IntelliJ IDEA compiler.

- [IDEA Plugin](idea-plugin.md)

## Arthas Properties

Arthas supports configuration options reference.

- [Arthas Properties](arthas-properties.md)

## Start as a Java Agent
Expand All @@ -41,6 +51,8 @@ Arthas supports living inside a browser. The communication between arthas and br

## Log the output

All execution records are fully saved in the log file for subsequent analysis.

- [log the output](save-log.md)

## Arthas Spring Boot Starter
Expand All @@ -49,6 +61,8 @@ Arthas supports living inside a browser. The communication between arthas and br

## HTTP API

The Http API provides structured data and supports more complex interactive functions, making it easier to integrate Arthas into custom interfaces.

- [HTTP API](http-api.md)

## as.sh and arthas-boot tips
Expand Down

1 comment on commit 39e5a6e

@vercel
Copy link

@vercel vercel bot commented on 39e5a6e Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.