wsadmin.sh performance tips

 

  1. If the deployment manager is running at a higher fix pack level than the that of the node agent, run wsadmin.sh from the bin directory of the deployment manager.

  2. wsadmin -f executes faster than wsadmin -c with multiple commands because only one process and JVM API are created for installation and the Java classes for the installation only load once.

  3. Use AdminControl queryNames and completeObjectName commands carefully with a large installation.

  4. Minimize remote requests. It is more efficient to obtain lists of items once and iterate locally. This procedure applies to actions that the AdminControl command performs on running MBeans, and actions that the AdminConfig command performs on configuration objects.