美文网首页
arthas-all-3.2.0基本使用

arthas-all-3.2.0基本使用

作者: 淼哥1986 | 来源:发表于2020-05-11 15:58 被阅读0次

下载地址:
https://github.com/alibaba/arthas/releases

文档地址:
https://alibaba.github.io/arthas/

安装方法:
https://alibaba.github.io/arthas/install-detail.html

命令列表:
dashboard
thread
jvm
sysprop
sysenv
vmoption
perfcounter
logger
mbean
getstatic
ognl
sc
sm
dump
heapdump
jad
classloader
mc
redefine
monitor
watch
trace
stack
tt
profiler
cat
echo
grep
tee
pwd
options
Arthas 基础命令
help——查看命令帮助信息

cls——清空当前屏幕区域

session——查看当前会话的信息

reset——重置增强类,将被 Arthas 增强过的类全部还原,Arthas 服务端关闭时会重置所有增强过的类

version——输出当前目标 Java 进程所加载的 Arthas 版本号

history——打印命令历史

quit——退出当前 Arthas 客户端,其他 Arthas 客户端不受影响

stop——关闭 Arthas 服务端,所有 Arthas 客户端全部退出

keymap——Arthas快捷键列表及自定义快捷键

相关文章

  • arthas-all-3.2.0基本使用

    下载地址:https://github.com/alibaba/arthas/releases 文档地址:http...

  • Flutter--Text/Container/Image

    Text基本使用 Container基本使用 Image基本使用

  • 基本使用

    1、 打开需要上传的文件夹执行: git init 格式化窗口 2、执行 git add . 上传文件 3、执行 ...

  • 基本使用

    href="javascript:;" 其中javascript: 是一个伪协议。它可以让我们通过一个链接来调用...

  • 基本使用

    数据库: 什么是数据库?简单来说就是存数据的。 都有什么是数据库? oracle(强大,跟金融政府打交道的,安全,...

  • 基本使用

    本文参考:https://morvanzhou.github.io/tutorials/machine-learn...

  • 6-xpath和css select基本使用

    Xpath基本使用 css select基本使用

  • MySQL语法入门(一)

    MySQL语法入门(一) 基本运算符使用 基本数学函数使用 基本字符串函数使用 基本日期时间函数使用

  • python time与datetime模块基本使用

    time模块基本使用 datetime模块基本使用

  • SQL语句基本使用

    SQL语句基本使用——增删改查 SQL语句基本使用——WHERE子句 SQL语句基本使用——AND和OR的使用 S...

网友评论

      本文标题:arthas-all-3.2.0基本使用

      本文链接:https://www.haomeiwen.com/subject/jcwunhtx.html