Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Java profiling tools

This page is for documentation of tools we find useful for profiling Java applications in terms of memory usage, method calls, speed performance, etc.

...

Panel
borderColor#ccc
bgColor#FFFFCE
titleBGColor#F7D6C1
borderStylesolid
titleThanks, YourKit!borderStylesolid

Thanks are due to YourKit for providing ~20 licenses to uPortal developers for use of YourKit on uPortal per YourKit's friendly policy supporting open source projects.

Using Yourkit

Profiling uP Quickstart

1) Install YourKit Java Profiler

...

4) Start YourKit and connect to port 10000

Profiling uP Source running under Tomcat

1) Install YourKit Java Profiler

2) Add "-XrunypagentXrunyjpagent" to JAVA_OPTS in either startup.sh or startup.bat

...

4) Start YourKit and connect to port 10000

For more information seeĀ  Profiling Memory and CPU usage with YourKit.