是否可以分析在 WLST 中运行的脚本?
是否可以分析在 wlst 中运行的脚本?我需要分析一个将数据从 XML 文件迁移到 LDAP 的 Python 脚本。
Is it possible to profile a script run in wlst? I need to profile a python script that migrates data from an XML file to an LDAP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以,我正在回答我自己的问题!是的,可以进行分析。 JProfiler/任何其他分析器所需的 JVM 参数需要添加到 wlst.sh 中并且它可以工作。
So, I am answering my own question! Yes it is possible to profile. The JVM arguements needed for JProfiler/any other profiler needs to be added to wlst.sh and it works.