<telemetry_manager>.list ([ "groups" ... ] | list of "groups") ([ "keys" ... ] | list of "keys") ["value-regexp"] [num-entries] [-clear]
List the latest collected entries. Telemetry 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 key).
By default, the 10 latest entries are shown. To show more entries, set num-entries. To see all entries, set num-entries to -1. Filter telemetry entries by setting groups or keys. The groups and keys have a completion based on current entries. To filter on values, set the value-regexp to a regular expression. To clear the entries listed by the command (not the actual telemetry entries), use -clear.
simics-telemetry