jvisualvm - How to provide an icon and another nam

2019-04-15 15:35发布

I have an application where I want to be able to provide my own icon and descriptive text for jvisualvm. (I do not want to configure jvisualvm, just provide better metadata from my application)

The best would be at runtime since we have distinct behaviour determined at runtime, which would be nice to have reflected in the label/icon. Makes it easier to 1) locate ourselves, but also 2) for endusers to locate in a support situation.

I did search for this earlier, but did not locate this easily. Is it buried in the JMX-stuff?

Suggestions? I have full control over the application in question.

1条回答
ゆ 、 Hurt°
2楼-- · 2019-04-15 16:17

You need to create a new ApplicationType. Have a look here for how to do it

http://blogs.oracle.com/geertjan/entry/getting_started_extending_visualvm_part

查看更多
登录 后发表回答