Help for Foxhound 3.0.4386a

Table of Contents     [RisingRoad]


8. The Change Target Settings Page

The Change Target Settings page appears in a popup window to let you change various settings on the target database to be more or less favorable to the recording of data for Foxhound to display on the Monitor, History and Connection History pages.

Favorable Current Setting?

The Favorable Current Setting? colunn is refreshed when the Change Target Settings page is displayed and whenever one of the Yes / No buttons is pressed:

Yes / No Buttons

The and buttons let you immediately change the corresponding setting, but they're disabled if the setting is not available.

RememberLastPlan -zp:

The RememberLastPlan server option controls whether or not anything is displayed in the connection-level "Last Plan Text" field on the Monitor, History and Connection History pages.

Changes to RememberLastPlan affect both new and existing connections.

You can also enable RememberLastPlan server option as follows:

RememberLastStatement -zl:

The RememberLastStatement server option controls whether or not anything is displayed in the connection-level "Blocked Statement" and "Last Statement" fields on the Monitor, History and Connection History pages.

You can also enable RememberLastStatement server option as follows:

If that doesn't work, try turning off client statement caching on the target database:
SET TEMPORARY OPTION MAX_CLIENT_STATEMENTS_CACHED = '0'; 

- or -

SET OPTION PUBLIC.MAX_CLIENT_STATEMENTS_CACHED = '0';

Changes to RememberLastStatement affect both new and existing connections.

RequestTiming -zt:

The RequestTiming server option controls whether or not anything is displayed in the following connection-level fields on the Monitor, History and Connection History pages:

You can also enable RequestTiming server option as follows:

The RequestTiming setting controls the following SQL Anywhere statistical properties that Foxhound uses in calculations:

Changes to RequestTiming affect new connections, and they may or may not immediately affect existing connections as follows:

Close Button

The button can be used to close the Change Target Settings page.