Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Display details about requests and methods

Before you begin

Display requests and methods.


To display details about a request listed in the Requests tree:

  1. Click the string that identifies the request. (Do not click Expand (+) next to the request.)
  2. View the details in the panel displayed below the Requests tree. For example:

    The attributes listed in this panel are described in the following table.

    Attribute Description
    Class Name A Java class containing a method that handled this request.
    Method The method that handled this request.
    Count The number of times this method handled this request.
    Total Time (ms) The total time taken by this method to handle this request, in milliseconds.
    Average Time (ms) The average time taken by this method to handle this request, in milliseconds.
    Scope Name The scope of the class containing the instrumented code.
    Module Name The application module containing this class.
    Method Signature The signature of the method.

Back to Top