Search code examples
pythonweblogic11gwlst

Is it possible to profile a script run in WLST?


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.


Solution

  • 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.