jprofiler。使用触发器运行GC

时间:2018-10-19 08:22:04

标签: triggers garbage-collection jprofiler

主要任务是使用远程服务器上的触发器在jprofiler中执行5个步骤。

  1. 开始记录内存
  2. 等到方法使用结束
  3. 运行GC
  4. 停止记忆记录
  5. 保存快照

如何使用触发器运行GC? 在动作jprofiler中,我得到了“运行脚本”。我试图将System.gc()放在那里,但在UI中却没有正确保存脚本。

我还尝试导出会话并手动重写“ RunGC”添加的部分 System.gc()在config.xml的运行脚本部分中

        <runScript>
          <script id="1" compiledClassName="" lastModified="0">
            <code>System.gc()</code>
          </script>
        </runScript>

1 个答案:

答案 0 :(得分:0)

JProfiler中的触发器有一个“运行GC”操作。

enter image description here