Month: August 2008

  • Weblogic – Monitor Data Transfers Across the Network

    Monitor Data Transfers Across the Network Check the amount of data transferred between the application and the application server, and between the application server and the database server. This amount should not exceed your network bandwidth; otherwise, your network becomes the bottleneck. To verify this, monitor the network statistics for retransmission and duplicate packets. This…

  • Weblogic – Monitor Disk and CPU Utilization

    Monitor Disk and CPU Utilization After following the previous steps, run your application under a high load while monitoring the: Application server (disk and CPU utilization) Database server (disk and CPU utilization) To check your disk utilization on Solaris or Linux, use the iostat -D <interval> command, where the interval value determines how many seconds…

  • Tune WebLogic Server Performance Parameters

    Tune WebLogic Server Performance Parameters The WebLogic Server configuration file (config.xml) contains a number of OOTB (out-of-the-box) 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…

  • Optimize Your Database – Weblogic and Oracle

    Optimize Your Database Your database can be a major enterprise-level bottleneck. Configure your database for optimal performance by following the tuning guidelines in this section and in the product documentation for the database you are using. General Suggestions Here are some general database tuning suggestions: Good database design — Distribute the database workload across multiple…

  • Tuning the operating system for Weblogic

    Tune the Operating System Each operating system sets default tuning parameters differently. For Windows platforms, the default settings are usually sufficient. However, the UNIX and Linux operating systems usually need to be tuned appropriately. UNIX Tuning Parameters Use the following guidelines when tuning UNIX operating systems supported by WebLogic Server. Solaris TCP Tuning Parameters For…