Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fetch Statistic Tool Usage for Websphere Application Server

  • Configuration

https://repository.apache.org/content/groups/snapshots/org/apache/openjpa/openjpa-fetch-statistics-was/Image Removed

          Add openjpa-fetch-statistics-VERSION-websphere.jar into the WAS_HOME\plugins directory.
          Run WAS_HOME\bin\osgiCfgInit.sh(bat) to clear the osgi cache.

  • Statistics Collecting and Monitoring

          When this tool is configured, it will be active for all persistence units in the JVM. Statistics will be dumped via the
          openjpa.Runtime channel with the INFO level every 10 minutes, or when the JVM terminates. Any EAGER field that is logged
          has not been accessed by an application.

  • Configuration removal

Download

  • The latest OpenJPA Tools JAR file can be download from the SNAPSHOT Repository or can be built from the source code in svn by using Maven 2.2.1 and Java SE 6.

Configuration

  • Put

...

  • openjpa-fetch-statistics-VERSION-

...

  • was.jar

...

  • into the WAS_HOME\plugins directory.

...

  • Run WAS_HOME\bin\osgiCfgInit.sh(bat) to clear the osgi cache.