Versions Compared

Key

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

...

The table below describes which tasks can be performed in each tab.

Table 2- 1 Tabs in Precise for Web 

TabDescription
DashboardLets you quickly identify which Web instance has a performance problem, providing the first glimpse into where the problem lies.
ActivityLets you examine the application’s performance over time and helps locate performance bottlenecks in its behavior.
StatisticsLets you identify performance bottlenecks in the way Web instance resources are used.

...

The following figure shows the structure of a typical tab.

Figure 2- 1 How a typical tab is structured

...

The Precise bar enables you to keep track of where you have been and provides various controls. The following table describes the function of each of the toolbar buttons.

Table 2-2 Precise bar functions

IconNameDescription
Back

During a work session, keeps track of where you have navigated to. The Back and History buttons enable you to navigate between previously visited views.

The Back control displays your previous view.

ForwardEnables you to navigate to the next view. This button is only enabled if you clicked Back or if you chose a history option.
AdminPointLaunches Precise AdminPoint.
HomeNavigates to the highest level entity, usually the instance or Tier (all instances). The time frame settings remain the same.
StopStops a request for information from the server.
RefreshUpdates the data currently displayed.
FavoritesEnables you to add or remove favorites in your Favorites list.
SendOpens a new email message in your email program with the link to the current application in context.
SettingsOpens the General Settings, Transactions & Users Settings, and Time Frame Settings dialog boxes.
HelpOpens the online help in context.

...

Click the triangle on the name column heading to sort instance and cluster data in ascending or descending order. Click on the filter icon displayed on selected table headings to filter data in that table column.

Table 2- 3 Typical column headers on the tabs

...

Info

The available methods in the ‘Select method’ field vary according to the selected instance(s) or cluster(s).

Table 2- 4 Available methods for manual configuration

...

When selecting the Login Forms option, the login forms table appears, which allows you to add/edit the list of URLs or forms, where the user name should be collected from. Clicking the Add or Edit button opens the dialog with the following fields (show table).

Table 2- 5 Add / Edit fields

Radio ButtonFieldDescription
LoginField Name

The name of the username text box in the Web page. Consult the Web page administrator/developer, if applicable, to get this name. Alternatively you can find it by right clicking the mouse near the field and selecting "View source" from the popup menu. The structure of the HTML page should be like the following:

<form name="loginForm"… action= …>

User Name: <input type="text" name="myUsernameField">

</form>

The value you need to put in the "Field Name" field in this example is myUsernameField. Note that the input type is "text".

Another way to get the field name: copy to the browser's address bar the following command, that should fill all the text boxes in the page with their name and the name of the form.

javascript:var frms = document.forms ;for (var formInd=0 ; formInd <frms.length ; formInd++) {var form = frms[formInd];var elems = form.elements;for (var ind=0; ind< elems.length; ind++ ){var field = elems(ind);if (field.type == "text")field.value="Field=" +field.name + " form=" + form.name;}};void(0);

URI

To save the time of looking for the field in all pages, specify the URI of the login page, e.g.

/login.jsp

Info

When the login page opens in a dialog that has no address bar, switch to full screen mode to see its URI (F11 in most browsers).


Form NameIf the URI is dynamically changing, or you can reach the login page using many URIs, you can mention instead (or in addition) the form name in which the user name field exists. You can find the form name in the same way mentioned above; in this example the value for the form name would be loginForm.
LogoutURISpecify the URI of the logout page that after visiting makes sure that the user is no longer signed in , e.g. /signOut.jsp. All pages in a session since visiting the login page are marked as visited by the found user. Pages visited after this URI are no longer related to the user.

...

  • Select one or more instances or clusters in the table for which you want to configure the URL parameters.
  • Define how to display the parameters in the parameter part of the URL.
  • Define rules for specific parameters.

See Editing URL mapping rules for an instance or cluster in the system on page 19.

Anchor
EditingURLmappingrulesforaninstanceorclusterinthesystem
EditingURLmappingrulesforaninstanceorclusterinthesystem
Editing URL mapping rules for an instance or cluster in the system

You can define how to handle parameters in the parameter part of a URL by using the URL Parameters dialog box. This dialog box also lets you specify exceptions to the defined rule.

...

Selecting a predefined time frame from the toolbar displays transaction performance data for the selected time period up to the current time. See Selecting a predefined time frame from the Precise for Web toolbar on page 21.

Selecting the time frame using the calendar icon, you can choose to define a time range independent of the current time, or to define a time range up to the current time. See Selecting a time frame using the calendar icon on page 21.

The predefined time frame options are:

...

The time frame selected affects all information displayed in Precise for Web. Only data that falls within the selected time frame is shown in these areas.

Anchor
SelectingapredefinedtimeframefromthePreciseforWebtoolbar
SelectingapredefinedtimeframefromthePreciseforWebtoolbar
Selecting a predefined time frame from the Precise for Web toolbar

To select a predefined time frame, from the Precise for Web toolbar, select one of the predefined time frames.

Anchor
Selectingatimeframeusingthecalendaricon
Selectingatimeframeusingthecalendaricon
Selecting a time frame using the calendar icon

To select a time frame

  1. Click the calendar icon. In the dialog box that is displayed perform one of the following:
    1. To define a time frame independent from the current time, select the ‘Time Range’ option and select the Start and End dates and times.
    2. To define a time frame up to the current time, select the ‘Last’ option and enter the desired time frame.
    3. To use one of the three previously used time frames, select the ‘Recently used’ option and from the drop- down menu select the desired time frame.
    4. To use a previously saved time frame, select Use a previously saved time frame and from the drop-down menu select the desired time frame.
  2. To save your settings for future access, select Save these definitions for future use as: and enter a name in the corresponding field.
  3. Click OK.

...

  1. Right-click the graph.
  2. Select Export to the Precise Custom Portal Portlet.
  3. Insert a name in the name field that clearly describes the graph view.
  4. Click OK.

 

...

  1. .

...

 

 

 

...