Viewing Monitoring Details

You can monitor the flow and activity instrumentation statistics for your Flogo app on the Monitoring tab of the Application Details page.

    Procedure
  1. In TIBCO Control Plane, click Data Planes from the left navigation.

  2. On the Data Plane card of your choice, click Go to Data Plane.

  3. In the Applications section, click a running Flogo app from the listed apps.

  4. Click the Monitoring tab.

  5. Select an app instance from the Instance list if multiple instances of the app are running.

  6. The tabs and panes that are displayed on the Monitoring tab and the monitoring information vary, based on the app type.

  7. On the Flows tab, there is a refresh button to the right of each statistics table. Click Refresh to view the latest statistics.

  8. On the Resource Metrics tab, you can view the following metrics:

    • CPU and Memory tab displays average CPU throughput and memory utilization metrics for apps.

    • Execution tab displays up-time statistics for when apps attempt to connect to endpoints. This can be seen under Success and Failure.

The Flows and Resource Metric tabs are explained in detail below.

  • The Flow tab shows information on flows, such as the number of instances that have started, completed, and failed, the execution time. Select a flow from the list on the left to see its details. You can also use the search control to find a flow in the list. You can see statistics such as Flow instances (count), Flow Execution Time(ms), Activity Instances(count), and Activity Execution Time(ms).

    Field Description
    Flow Instances (count)
    Started Total number of flow instances started
    Completed Total number of flow instances completed
    Failed Total number of flow instances failed
    Flow Execution Time (in milliseconds)
    Note: The Flow Execution Time (ms) for a faulted flow is always displayed as 0, even if the activities within the flow took time to run.
    Average Average execution time of the flow for successful executions
    Maximum Maximum execution time for the flow
    Minimum Minimum execution time for the flow
    Activity Instances (count)
    Name Name of Activity
    Started Total number of Activity instances started
    Completed Total number of Activity instances completed
    Faulted Total number of Activity instances failed
    Activity Execution Time (in milliseconds)
    Name Name of Activity
    Average Average execution time of a given Activity for successful executions
    Maximum Maximum execution time for a given Activity
    Minimum Minimum execution time for a given Activity


  • The Resource Metrics tab contains two panes. Click one of the panes on the left for more information:

    • The CPU & Memory pane shows gauges for peak, minimum, and average CPU and memory used over the last 24 hours. A graph shows CPU and memory used in a selected time period. The default time period is two hours; click a button to show a different time range. Hover over a point in the graph to see the measurement at that time period.

    • The Executions pane shows a graph of the number of executions that were successful or failed since the start of that instance for a maximum of the last 24 hours for the selected instance. Hover over a point in the graph to see the execution count at that time period.