Skip to content

Commit 114417e

Browse files
committed
update ClassLoaderTool.java
1 parent 81f5445 commit 114417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/taobao/arthas/core/mcp/tool/function/klass100/ClassLoaderTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class ClassLoaderTool extends AbstractArthasTool {
1515

1616
@Tool(
1717
name = "classloader",
18-
description = "ClassLoader 诊断工具,可以查看类加载器统计信息、继承树、URLs,以及进行资源查找和类加载操作"
18+
description = "ClassLoader 诊断工具,可以查看类加载器统计信息、继承树、URLs,以及进行资源查找和类加载操作。搜索类的场景优先使用 sc 工具"
1919
)
2020
public String classloader(
2121
@ToolParam(description = "显示模式:stats(统计信息,默认), instances(实例详情), tree(继承树), all-classes(所有类,慎用), url-stats(URL统计)", required = false)

0 commit comments

Comments
 (0)