Skip to content

summary import experiment

Description Import rezolus metrics to view them as a SystemsLab experiment.
Usagesystemslab import rezolus [OPTIONS] <METRICS>

Description

The systemslab import rezolus command imports a metrics parquet file that was gathered by running rezolus record so that it can be viewed within systemslab. This allows you to use systemslab's reports to view the metrics contained within the report file.

Options

OptionDefaultDescription
<METRICS> The path to the metrics parquet file to import.
--name <NAME> The name to give the resulting experiment.
--no-context Do not create a context for the experiment.
--postprocessing-configNoneProvide a custom postprocessing configuration. If not provided, either the config submitted during experiment creation or the default configuration is used. The config file is a TOML file and can override individual parameters in the original config.

Common Options

OptionDefaultDescription
--systemslab-url The URL at which to access the systemslab server.
--colorauto Controls when color is used in the output. Possible values are auto, always, and never.
--output-formatlong Output format to use when outputting messages. long will result output designed to be human-readable while short is short output meant to be used within scripts.

Environment Variables

VariableDescription
SYSTEMSLAB_URLSpecify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url.