Dashboards

The Dashboards page provides access to the following reports about yourFME Flow:

  • Daily Total Jobs: Total number of jobs run onFME Flowper day.
  • Failures ByWorkspace: Top 20工作空间s with failures reported in the last month.
  • Daily Total Running Time: Total time (in seconds) FME Engines have spent running jobs.
  • Daily Average Queued Time: Average time (in seconds) jobs have waited in the queue.
  • Average Translation Time: Top 20 longest running工作空间s onFME Flowin the last month.

Select a report name to open it.

Generating Updated Dashboard Reports

Dashboard reports are generated from job history data collected by工作空间JobHistoryStatisticsGathering. To generate updated reports, use one of the following methods:

  • Scheduled (recommended): On theSchedulespage, open schedule DashboardStatisticsGathering. By default, this schedule is configured to run工作空间JobHistoryStatisticsGathering once per day at midnight, as well as the工作空间s corresponding to each report. On the Editing Schedule page:
    1. Enable the schedule.
    2. Adjust the schedule frequency as desired.
    3. Provide yourFME Flowuser name and password as published parameters.
    4. ClickOKto save.
  • One-time:
    1. From theRun Workspacepage, run工作空间JobHistoryStatisticsGathering from the Dashboards repository. You will need to provide yourFME Flowusername and password as published parameters.
    2. From the Run aWorkspacepage (Dashboards repository), run the工作空间相应的报告你want to generate (see above). For example, to see the DailyTotalJobs report, run DailyTotalJobs.fmw.

Creating Your Own Dashboard Reports

WorkspaceJobHistoryStatisticsGathering writes CSV files with job history statistics to the Dashboards\temp folder in theResourcespage. You can create your own reports from the data generated by this工作空间, and display them on the Dashboards page.

  1. Create anFME Form工作空间that writes an HTML file with the desired information in the desired report format. The HTMLReportGenerator transformer and/or the HTML writer are useful tools for outputting HTML charts.
    Note  "> Note

    We recommend using an existing工作空间as a template, and modifying it accordingly. From theRun Workspacepage, specify the Dashboards repository, and select one of the following工作空间s that generate one of the HTML charts described above, respectively:FailuresByWorkspace.fmw,DailyTotalRunningTime.fmw,DailyAverageQueuedTime.fmw,DailyTotalJobs.fmw, orAverageRunningTime.fmw.

    External JavaScript libraries must be embedded in the generated HTML. Any external script that is loaded with a