<telemetry_manager>.list ([ "groups" ... ] | list of "groups") ([ "keys" ... ] | list of "keys") ["value-regexp"] [num-entries] [-clear]
List the latest collected entries. Telementry entries are only
collected if the environment variable
SIMICS_TELEMETRY_COLLECT_ENTRIES has been set before Simics is
launched. The collected entries are the arguments used when calling
<telemetry_manager>.add_data, and does not include any postprocessing
according to the Simics telemetry syntax (in <em>key</em>).
By default, the 10 latest entries are shown. To show
more entries, set <arg>num-entries</arg>. To see all entries, set
<arg>num-entries</arg> to -1. Filter telemetry
entries by setting <arg>groups</arg> or <arg>keys</arg>. The
<arg>groups</arg> and <arg>keys</arg> have a completion based on
current entries. To filter on values, set the <arg>value-regexp</arg>
to a regular expression. To clear the entries listed by the command
(not the actual telemetry entries), use <tt>-clear</tt>.
simics-telemetry