Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jcmd - What is command ManagementAgent.start used for?

Tags:

java

jvm

jcmd

When using jcmd to monitor java process, there is a command ManagementAgent.start.

Checking man page / oracle document / google, didn't found any description.

The question is:

  • What is it used for?
like image 337
user218867 Avatar asked May 11 '26 16:05

user218867


1 Answers

This command starts remote JMX agent as if -Dcom.sun.management.jmxremote command-line argument is set. See Monitoring and Management Using JMX Technology.

like image 170
apangin Avatar answered May 14 '26 05:05

apangin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!