Additional Docs

Below are some additional notes regarding the implementation of the profiler.

  • The Profiler cannot be used when you have multiple application server instances, since the client can only connect to one server at a time.

    • E.g. the client will only be able to monitor calls being made within one app- server instance at a time.

  • The Profiler should only be used within a developer environment as it will cause some extra overhead.

  • Also, preferred is to use this on an isolated environment where there is only one user connected.

  • The Profiler tool has been tested with some (not all) versions of ENOVIA

    • between 10.8 and V6R2012.

    • 2021x,2023x,2024x FD01

    • Unless the internals of the Matrix Kernel changes from one release to another, the Profiler should work against other versions too.

  • Currently, we have only tested the Profiler with Tomcat using a SUN JVM.

    • It definitely works with any other application server; however, if you for example use JRockit as JVM, it’s likely that the profiler doesn’t work.