You are here: Web User Interface > Using the Interface > 仪表板

仪表板

The Dashboards page provides access to the following reports about the health of your FME Server:

  • FailuresByWorkspace: Top 20 workspaces with failures reported in the last month.
  • DailyTotalRunningTime: Total time (in seconds) FME Server Engines have spent running jobs.
  • DailyAverageQueuedTime: Average time (in seconds) jobs have waited in the queue.
  • DailyTotalJobs: Total number of jobs run on FME Server per day.
  • AverageRunningTime:FME Server上的前20名运行时间最长的工作区中的最后一个月。

点击报告名称将其打开。使用浏览器的后退按钮返回到仪表板页面。

Getting Updated Reports

The reports on the Dashboards page are generated from job history data collected by workspace JobHistoryStatisticsGathering. To generate updated dashboard reports, use one of the following methods:

  • Scheduled (recommended): On theSchedulespage, open schedule DashboardStatisticsGathering. This schedule is configured to run workspace JobHistoryStatisticsGathering once per day at midnight, as well as the workspaces corresponding to each report. By default, it is disabled. On the Editing Schedule page:
    1. Enable the schedule.
    2. Provide your FME Server username and password.
    3. 如果需要,调整进度frequency.
    4. Click OK to save.
  • 一度:
    1. From theRun a Workspacepage, run workspace JobHistoryStatisticsGathering. You can find this workspace in the Dashboards repository. You will need to provide your FME Server username and password as published parameters.
    2. From the Run a Workspace page (Dashboards repository), run the workspace corresponding to the report you want to generate (see above). For example, to see the DailyTotalJobs report, run DailyTotalJobs.fmw.

Creating Your Own Dashboard Reports

Workspace JobHistoryStatisticsGathering 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 workspace, and display them on the Dashboards page.

  1. Create an FME Desktop workspace 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.
  2. Note:We recommend using an existing workspace as a template, and modifying it accordingly. From theRun Workspacepage, specify the Dashboards repository, and select one of the following workspaces 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