<probe_monitor>.html-diff-report <probe_monitor>.info
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<probe_monitor>.html-report

Synopsis

<probe_monitor>.html-report [html-dir] [probe-json-file] [graph-spec-json-file] [-open-browser] [-one-page]

Description

Produce a performance report in HTML. The graphs that are included depend on the probes that have been monitored. The html-dir argument specifies the directory for the HTML report. If not specified, a temporary directory will be created. The file "index.html" is the start page.

The probe-json-file can specify an already generated json file containing the probe information, and a report of its data will be presented (instead of the current session).

The graph-spec-json-file argument points out an json file used for selecting which graphs to produce. If not specified, a default file will be used.

The -open-browser switch starts a web-browser directly on the generated file.

To decrease browser load time, and to make the main-page more high-level, some graphs can request to be added to sub-pages instead of the main page. The -one-page switch prevents this and puts all graphs on the same page.

Note that the JSON graph-specification format is not yet finalized. Future improvements to the graph generation process may result in changes, additions, or removals of the supported key/value pairs. Therefore, backward compatibility of the JSON file is not guaranteed.

Provided By

probe-monitor

See Also

<probe_monitor>.add-probe, <probe_monitor>.clear-history, <probe_monitor>.delete, <probe_monitor>.export-json, <probe_monitor>.export-to-db, <probe_monitor>.force-sample, <probe_monitor>.html-diff-report, <probe_monitor>.list-probe-collection, <probe_monitor>.load-probe-collection, <probe_monitor>.merge-json, <probe_monitor>.plot-graph, <probe_monitor>.print-history, <probe_monitor>.profile-probes, <probe_monitor>.remove-probe, <probe_monitor>.reset-session, <probe_monitor>.sampling-settings, <probe_monitor>.start, <probe_monitor>.stop, <probe_monitor>.summary, <probe_monitor>.table-settings
<probe_monitor>.html-diff-report <probe_monitor>.info