diff --git a/README.html b/README.html index fcb18c598..f321de961 100644 --- a/README.html +++ b/README.html @@ -104,6 +104,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/_sources/dashboard.md.txt b/_sources/dashboard.md.txt index 7f1827988..b3c3738a1 100644 --- a/_sources/dashboard.md.txt +++ b/_sources/dashboard.md.txt @@ -7,6 +7,13 @@ dashboard 当运行在Ali-tomcat时,会显示当前tomcat的实时信息,如HTTP请求的qps, rt, 错误数, 线程池信息等等。 +### 参数说明 + +|参数名称|参数说明| +|---:|:---| +|[i:]|刷新实时数据的时间间隔 (ms),默认5000ms| +|[n:]|刷新实时数据的次数| + ### 使用参考 ``` diff --git a/_sources/index.md.txt b/_sources/index.md.txt index 881a7fced..d78950647 100644 --- a/_sources/index.md.txt +++ b/_sources/index.md.txt @@ -39,6 +39,7 @@ Contents * [Http API](http-api.md) * [Docker](docker.md) * [Arthas Spring Boot Starter](spring-boot-starter.md) +* [IDEA 插件](idea-plugin.md) * [用户案例](https://github.com/alibaba/arthas/issues?q=label%3Auser-case) * [常见问题](https://github.com/alibaba/arthas/issues?q=label%3Aquestion-answered) * [Fork me at GitHub](https://github.com/alibaba/arthas) diff --git a/_sources/jvm.md.txt b/_sources/jvm.md.txt index 5636862b7..f2ff854e0 100644 --- a/_sources/jvm.md.txt +++ b/_sources/jvm.md.txt @@ -1,7 +1,7 @@ jvm === -[`sysenv`在线教程](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=cn&id=command-sysenv) +[`jvm`在线教程](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=cn&id=command-jvm) > 查看当前JVM信息 diff --git a/_static/overrides.css b/_static/overrides.css index 7fda03cd7..9c45d5b46 100644 --- a/_static/overrides.css +++ b/_static/overrides.css @@ -319,3 +319,12 @@ td.hljs-ln-code { border-right-width: 0px; } /* branding ends. */ + + +blockquote { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 50px; + padding-left: 15px; + border-left: 3px solid #ccc; +} \ No newline at end of file diff --git a/advanced-use.html b/advanced-use.html index 2f762265a..bae9ced85 100644 --- a/advanced-use.html +++ b/advanced-use.html @@ -133,6 +133,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/advice-class.html b/advice-class.html index e84afbe80..3fd139b0f 100644 --- a/advice-class.html +++ b/advice-class.html @@ -104,6 +104,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/agent.html b/agent.html index 62e43ce50..4c5e2955d 100644 --- a/agent.html +++ b/agent.html @@ -124,6 +124,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/arthas-tutorials.html b/arthas-tutorials.html index 4a38e90d0..c410620a3 100644 --- a/arthas-tutorials.html +++ b/arthas-tutorials.html @@ -837,7 +837,7 @@ id: "case-async-jobs", type: "USERCASE", names: { - en: "Async in Background", + en: "Async jobs", cn: "后台异步任务", }, ids: { diff --git a/arthas3.html b/arthas3.html index 0faf221fa..67ce5f088 100644 --- a/arthas3.html +++ b/arthas3.html @@ -104,6 +104,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/arthas_3_0/new_feature.html b/arthas_3_0/new_feature.html index 90284354b..3c8cb9480 100644 --- a/arthas_3_0/new_feature.html +++ b/arthas_3_0/new_feature.html @@ -104,6 +104,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/async.html b/async.html index a04e69958..f5c0f1b92 100644 --- a/async.html +++ b/async.html @@ -136,6 +136,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/batch-support.html b/batch-support.html index fc7bd5dbf..5cecdd2c0 100644 --- a/batch-support.html +++ b/batch-support.html @@ -130,6 +130,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/cat.html b/cat.html index de4685797..65a7eb7d1 100644 --- a/cat.html +++ b/cat.html @@ -140,6 +140,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/classloader.html b/classloader.html index 14ee3c027..f8569d081 100644 --- a/classloader.html +++ b/classloader.html @@ -152,6 +152,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/commands.html b/commands.html index 76e858f70..409d59f80 100644 --- a/commands.html +++ b/commands.html @@ -140,6 +140,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/contact-us.html b/contact-us.html index 9624401cc..e6637a05a 100644 --- a/contact-us.html +++ b/contact-us.html @@ -39,7 +39,7 @@ - + @@ -105,6 +105,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • @@ -215,7 +216,7 @@ diff --git a/dashboard.html b/dashboard.html index 9b00b75bc..18d5e67b2 100644 --- a/dashboard.html +++ b/dashboard.html @@ -103,9 +103,10 @@
  • 进阶使用
  • 命令列表
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/download.html b/download.html index 71d6cd336..ee51f6a4b 100644 --- a/download.html +++ b/download.html @@ -116,6 +116,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/dump.html b/dump.html index 5ddf0d2f3..613887ca4 100644 --- a/dump.html +++ b/dump.html @@ -144,6 +144,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/echo.html b/echo.html index 141ef7a71..c11228a2a 100644 --- a/echo.html +++ b/echo.html @@ -140,6 +140,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA 插件
  • 用户案例
  • 常见问题
  • Fork me at GitHub
  • diff --git a/en/README.html b/en/README.html index 8a925c9a9..a57d12853 100644 --- a/en/README.html +++ b/en/README.html @@ -101,6 +101,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/_sources/dashboard.md.txt b/en/_sources/dashboard.md.txt index 8ba3cbafc..c1888c601 100644 --- a/en/_sources/dashboard.md.txt +++ b/en/_sources/dashboard.md.txt @@ -7,6 +7,13 @@ dashboard When running in Apache Tomcat Alibaba edition, the dashboard will also present the real time statistics of the tomcat, including [QPS](https://en.wikipedia.org/wiki/Queries_per_second), RT, error counts, and thread pool, etc. +### Options + +|Name|Specification| +|---:|:---| +|[i:]|The interval (in ms) between two executions, default is 5000 ms.| +|[n:]|The number of times this command will be executed.| + ### Usage ``` diff --git a/en/_sources/index.md.txt b/en/_sources/index.md.txt index fd7fdeb41..f00865734 100644 --- a/en/_sources/index.md.txt +++ b/en/_sources/index.md.txt @@ -50,6 +50,7 @@ Contents * [Http API](http-api.md) * [Docker](docker.md) * [Arthas Spring Boot Starter](spring-boot-starter.md) +* [IDEA Plugin](idea-plugin.md) * [User cases](https://github.com/alibaba/arthas/issues?q=label%3Auser-case) * [Questions and answers](https://github.com/alibaba/arthas/issues?q=label%3Aquestion-answered) * [Fork me at GitHub](https://github.com/alibaba/arthas) diff --git a/en/_sources/jvm.md.txt b/en/_sources/jvm.md.txt index 78f30470c..a650bf9ea 100644 --- a/en/_sources/jvm.md.txt +++ b/en/_sources/jvm.md.txt @@ -1,7 +1,7 @@ jvm === -[`sysenv` online tutorial](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=en&id=command-sysenv) +[`jvm` online tutorial](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=en&id=command-jvm) > Check the current JVM's info diff --git a/en/_static/overrides.css b/en/_static/overrides.css index 7fda03cd7..9c45d5b46 100644 --- a/en/_static/overrides.css +++ b/en/_static/overrides.css @@ -319,3 +319,12 @@ td.hljs-ln-code { border-right-width: 0px; } /* branding ends. */ + + +blockquote { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 50px; + padding-left: 15px; + border-left: 3px solid #ccc; +} \ No newline at end of file diff --git a/en/advanced-use.html b/en/advanced-use.html index 8654f4a73..d213e9953 100644 --- a/en/advanced-use.html +++ b/en/advanced-use.html @@ -130,6 +130,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/advice-class.html b/en/advice-class.html index cdce28ce5..1824c7789 100644 --- a/en/advice-class.html +++ b/en/advice-class.html @@ -146,6 +146,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/agent.html b/en/agent.html index 75976a050..896dbb54b 100644 --- a/en/agent.html +++ b/en/agent.html @@ -121,6 +121,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/async.html b/en/async.html index 61d341719..307264c80 100644 --- a/en/async.html +++ b/en/async.html @@ -133,6 +133,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/batch-support.html b/en/batch-support.html index d9330a8a5..8d24aa5f0 100644 --- a/en/batch-support.html +++ b/en/batch-support.html @@ -127,6 +127,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/cat.html b/en/cat.html index b49c96aef..ef81c4659 100644 --- a/en/cat.html +++ b/en/cat.html @@ -137,6 +137,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/classloader.html b/en/classloader.html index db74f7963..459824c99 100644 --- a/en/classloader.html +++ b/en/classloader.html @@ -149,6 +149,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/commands.html b/en/commands.html index 7f06e0bea..4189f7044 100644 --- a/en/commands.html +++ b/en/commands.html @@ -137,6 +137,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • diff --git a/en/contact-us.html b/en/contact-us.html index ab7936aad..c83a0409d 100644 --- a/en/contact-us.html +++ b/en/contact-us.html @@ -38,7 +38,7 @@ - + @@ -102,6 +102,7 @@
  • Http API
  • Docker
  • Arthas Spring Boot Starter
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • @@ -219,7 +220,7 @@ diff --git a/en/dashboard.html b/en/dashboard.html index 7861e2ed1..7593a574a 100644 --- a/en/dashboard.html +++ b/en/dashboard.html @@ -100,6 +100,7 @@
  • Advanced usage
  • Commands
  • +
  • IDEA Plugin
  • User cases
  • Questions and answers
  • Fork me at GitHub
  • @@ -252,7 +253,7 @@ public class ArthasAttachExample {