Charts

Micro Focus Connect charts show information relating to the activity in your environment, as a function of the iteration time.

Note: By default, chart generation is disabled. For details on how to enable the charts, see Enabling charts.

Chart types

Micro Focus Connect provides two types of charts:

  • Quick Glance charts. Graphs describing activity on your Micro Focus Connect machine. For details, see Quick glance charts.
  • Connection charts. Graphs describing activity within a specific connection. For details, see Connection charts.

Back to top

Chart legend

The line colors in the charts indicate different measurements.

Line color Title Indicates …
Green Volume the number of items read.
Blue Changes the number of items modified.
Red Errors the number of failed changes.

Back to top

Data point information

To view detailed information, hover over a data point.

The popup shows the iteration number and a time stamp, along with the chart-specific information.

Back to top

Manipulate a chart

This section describes how to manipulate charts to view the desired information effectively.

  • Zoom and Pan.

    / Pan/Zoom

    Unzoom

    Load chart (Project Changes chart only)

    Clear selections
    (Project Changes chart only)

  • Resize the chart pane. Drag the window border to the desired size. (Quick Glance charts only)
  • Hide the chart pane. Click the left facing arrow to collapse the view. (Quick Glance charts only)

Back to top

Enabling charts

By default, Micro Focus Connect does not automatically generate the charts described in this section. This behavior preserves CPU usage and memory resources.

To enable the generation of charts, set the iteration.polling.enabled global property to true. Run the following command with a user who has Site Admin permissions:

java -jar mfcFullRestClient.jar -h localhost:port -c <user,password> -setGlobalPropertyValue -propertyName iteration.polling.enabled -propertyValue true

To disable the generation of charts in order to reduce CPU usage, set the iteration.polling.enabled property back to false.

Note: The Audit chart does not consume CPU and it is always generated, regardless of the value of the iteration.polling.enabled property.

Back to top

See also: