Jinfo Java Configuration Information tool

Source: Internet
Author: User

Jinfo (Configuration info for Java)

The Jinfo function is to view and adjust the virtual machine parameters in real time.

Jinfo Command format:

jinfo [ option ] pid

PID is the virtual machine process ID (can be queried with JPS)

Option list:

options
-flag to print the value of the named VM flag
-flag [+|-] to enable or disable the named VM flag
-flag to set the named VM flag to the given Valu E
-flags to print VM flags
-sysprops to print Java System Properties
<no option>, to print both of the above
-h |-help to print this help message

Jinfo can also print the contents of the system.getproperties () of the virtual machine process using the-SYSPROPS option. Modify parameters at run time using-flag[+|-] name or-flage name=value Modify part of the run-time writable virtual machine parameter values.

Jinfo Java Configuration Information tool

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.