Category: Weblogic

  • Weblogic Tuning the Default Execute Queue Threads

    Tuning the Default Execute Queue Threads The value of the ThreadCount attribute of an ExecuteQueue element in the config.xml file equals the number of simultaneous operations that can be performed by applications that use the execute queue. As work enters an instance of WebLogic Server, it is placed in an execute queue. This work is…

  • Weblogic – Monitoring a WebLogic Server Domain

    Monitoring a WebLogic Server Domain The tool for monitoring the health and performance of your WebLogic Server domain is the Administration Console. Using the Administration Console, you can view status and statistics for WebLogic Server resources such as servers, HTTP, the JTA subsystem, JNDI, security, CORBA connection pools, EJB, JDBC, and JMS. For more details,…

  • Weblogic – Setting Performance-Related Configuration Parameters

    Setting Performance-Related Configuration Parameters The WebLogic Server configuration file (config.xml) contains a number of performance-related parameters that can be fine-tuned depending on your environment and applications. Tuning these parameters based on your system requirements (rather than running with default settings) can greatly improve both single-node performance and the scalability characteristics of an application. Within a…

  • Weblogic – Tuning Java Virtual Machines (JVMs)

    Tuning Java Virtual Machines (JVMs) The Java virtual machine (JVM) is a virtual “execution engine” instance that executes the bytecodes in Java class files on a microprocessor. How you tune your JVM affects the performance of WebLogic Server and your applications. Using Verbose Garbage Collection to Determine Heap Size The HotSpot VM’s verbose garbage collection…

  • Weblogic – Hardware Tuning Operating System Tuning

    Hardware Tuning When you examine performance, a number of factors influence how much capacity a given hardware configuration will need in order to support WebLogic Server and a given application. The hardware capacity required to support your application depends on the specifics of the application and configuration. You should consider how each factor applies to…