arthas icon indicating copy to clipboard operation
arthas copied to clipboard

请问vmtool打算开放API出来吗?非常希望拥有里面强大的功能。

Open guozhao1225 opened this issue 2 years ago • 1 comments

guozhao1225 avatar Jul 27 '23 12:07 guozhao1225

Using Arthas Commands:

You can interact with vmtool directly via Arthas's command-line interface. For example, to retrieve instances of a specific class: vmtool --action getInstances --className com.example.MyClass --limit 10 To force garbage collection: vmtool --action forceGc

sheikmca avatar Feb 25 '25 12:02 sheikmca