Appearance
summary import experiment
| Description | Import rezolus metrics to view them as a SystemsLab experiment. |
|---|---|
| Usage | systemslab 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
| Option | Default | Description |
|---|---|---|
<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-config | None | Provide 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
| Option | Default | Description |
|---|---|---|
--systemslab-url | The URL at which to access the systemslab server. | |
--color | auto | Controls when color is used in the output. Possible values are auto, always, and never. |
--output-format | long | 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
| Variable | Description |
|---|---|
SYSTEMSLAB_URL | Specify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url. |