• <bdo id='kpBkn'></bdo><ul id='kpBkn'></ul>

    <small id='kpBkn'></small><noframes id='kpBkn'>

    <legend id='kpBkn'><style id='kpBkn'><dir id='kpBkn'><q id='kpBkn'></q></dir></style></legend>
    1. <tfoot id='kpBkn'></tfoot>

    2. <i id='kpBkn'><tr id='kpBkn'><dt id='kpBkn'><q id='kpBkn'><span id='kpBkn'><b id='kpBkn'><form id='kpBkn'><ins id='kpBkn'></ins><ul id='kpBkn'></ul><sub id='kpBkn'></sub></form><legend id='kpBkn'></legend><bdo id='kpBkn'><pre id='kpBkn'><center id='kpBkn'></center></pre></bdo></b><th id='kpBkn'></th></span></q></dt></tr></i><div id='kpBkn'><tfoot id='kpBkn'></tfoot><dl id='kpBkn'><fieldset id='kpBkn'></fieldset></dl></div>

    3. 获取正在运行的 JVM 的参数

      时间:2023-08-23
        <bdo id='qpato'></bdo><ul id='qpato'></ul>

        <small id='qpato'></small><noframes id='qpato'>

              <tbody id='qpato'></tbody>
            <tfoot id='qpato'></tfoot>

              • <i id='qpato'><tr id='qpato'><dt id='qpato'><q id='qpato'><span id='qpato'><b id='qpato'><form id='qpato'><ins id='qpato'></ins><ul id='qpato'></ul><sub id='qpato'></sub></form><legend id='qpato'></legend><bdo id='qpato'><pre id='qpato'><center id='qpato'></center></pre></bdo></b><th id='qpato'></th></span></q></dt></tr></i><div id='qpato'><tfoot id='qpato'></tfoot><dl id='qpato'><fieldset id='qpato'></fieldset></dl></div>
              • <legend id='qpato'><style id='qpato'><dir id='qpato'><q id='qpato'></q></dir></style></legend>

                本文介绍了获取正在运行的 JVM 的参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                有没有办法获取正在运行的JVM的参数?

                Is there a way to get the parameters of a running JVM?

                是否有像 jstat 这样的命令行工具,它将 PID 作为输入JVM 并返回其起始参数?我对启动 JVM 时给出的 -Xmx-Xms 值特别感兴趣.

                Is there a command-line tool, like jstat, which takes as input the PID of the JVM and returns its starting parameters? I am particularly interested in the -Xmx and -Xms values that were given when starting the JVM.

                为了澄清我对 JVM 的限制,我们想检查它是否在生产服务器上运行.这就是为什么我们更喜欢最小的干扰.我们能够使用 jstat 监控 JVM,因此我们希望有一个类似的简单解决方案来访问参数.

                To clarify my constraints for the JVM, we would like to check if it is running on a production server. That's why we prefer the minimum disruption. We are able to monitor the JVM using jstat, and so we hope there's a similar simple solution to access the parameters.

                我们还尝试使用 jvisualvm 获取参数.但是为了连接到远程 jvm,我们需要运行 jstatd 并修改 JVM 的安全设置,我们发现这在生产服务器上非常具有破坏性和风险.

                We also tried to get the parameters using jvisualvm. But in order to connect to a remote jvm, we need to run jstatd and modify the security settings of the JVM, which we found to be very disruptive and risky on a production server.

                推荐答案

                你可以像这样使用jps:

                You can use jps like:

                jps -lvm
                

                它会打印如下内容:

                4050 com.intellij.idea.Main -Xms128m -Xmx512m -XX:MaxPermSize=250m -ea -Xbootclasspath/a:../lib/boot.jar -Djb.restart.code=88
                4667 sun.tools.jps.Jps -lvm -Dapplication.home=/opt/java/jdk1.6.0_22 -Xms8m
                

                这篇关于获取正在运行的 JVM 的参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:为什么Java虚拟机中没有GIL?为什么 Python 这么需要一个? 下一篇:Java:&lt;init&gt; 之间有什么区别?和 &lt;clinit&gt;?

                相关文章

                  <i id='lf2z0'><tr id='lf2z0'><dt id='lf2z0'><q id='lf2z0'><span id='lf2z0'><b id='lf2z0'><form id='lf2z0'><ins id='lf2z0'></ins><ul id='lf2z0'></ul><sub id='lf2z0'></sub></form><legend id='lf2z0'></legend><bdo id='lf2z0'><pre id='lf2z0'><center id='lf2z0'></center></pre></bdo></b><th id='lf2z0'></th></span></q></dt></tr></i><div id='lf2z0'><tfoot id='lf2z0'></tfoot><dl id='lf2z0'><fieldset id='lf2z0'></fieldset></dl></div>
                  <tfoot id='lf2z0'></tfoot>

                  1. <legend id='lf2z0'><style id='lf2z0'><dir id='lf2z0'><q id='lf2z0'></q></dir></style></legend>
                      <bdo id='lf2z0'></bdo><ul id='lf2z0'></ul>

                    <small id='lf2z0'></small><noframes id='lf2z0'>