How do I determine which servlets appear in the Top N? (NETIQKB14110)

  • 7714110
  • 02-Feb-2007
  • 08-Sep-2008

Resolution

goal
How do I determine which servlets appear in the Top N?

fact
AppManager 5.0.1

fact
WebLogic Server UNIX

fact
ServletsExecTimeTopN

fix

The ServletsExecTimeTopN Knowledge Script collects information about the top ?n? servlets.  The top ?n? servlets are chosen by selecting a field by which the servlets are sorted, such as ?Short term average execution time,? and whether that field should be sorted in descending order (to the get top ?n?) or ascending order (to get the bottom ?n?).  The legends for the servlets, as seen in the Graph Data tab, do not identify the servlets ? only the ranking of 1 through ?n.?

Each time the job collects data, it is possible that a servlet may move up or down in the list, or may not appear at all in the top ?n? for a particular sample.

To determine the name of a servlet in the top ?n?:

  1.        Click on the Graph Data tab.
  2.         Select the datastreams for the ServletsExecTimeTopN job.
  3.         Right-click on the selected datastreams and choose ?Create Chart??
  4.         Press ?Finish? to create the chart
  5.         When the Chart Console window appears, click on the last chart that is listed in the left hand side, which will be the chart you just created .
  6.       Move the mouse cursor to a data point in the graph and keep it there.  A pop up box will appear that will tell you the name of the servlet for that data point.


Additional Information

Formerly known as NETIQKB14110