Java Resources, CPSC 331, Fall 2008

home page -  news -  syllabus -  schedule -  assignments -  tutorials -  tests -  java -  references -  Mike Jacobson


basics -  testing framework (JUnit) -  debugger (jdb) -  profiler (JRat)

 Java Resources - Profiler (JRat)

Instructions for Installation

The Java profiler JRat (the “Java Runtime Analysis Tool”) is available on the department’s Unix/Linux systems. You can use it by accessing the jar file

shiftone-jrat.jar

that is stored in the directory

/usr/share/java

In order to use JRat, give the full location of the .jar file, i.e., /usr/share/java/shiftone-jrat.jar where required in the "Instructions for Use" below.

It should not be necessary for you to do anything more than that in order to use JRat at school. You will need to download and install JRat if you wish to use it at home; the latest version of this profiler can be downloaded from

http://sourceforge.net/project/showfiles.php?group_id=41841

Instructions for Use

See the JRat Quick Start Guide for information about how to use this utility.

The JRat home page has quite a bit of other useful information about this profiler as well.

Help Us To Improve This!

Please send email to the instructor if you found mistakes on this page or can suggest other information about JRat that will helpful for other students in CPSC 331.


This page last modified:
http://www.cpsc.ucalgary.ca/~jacobs/cpsc331/F08/java/profiler.html