title: info parent: Command Reference grand_parent: Reference nav_order: 70

info

Shows detailed information about a workload.

Syntax

solr-orbit info --workload WORKLOAD [OPTIONS]

Options

OptionDescription
--workloadWorkload name (fetched from the workloads repository)
--workload-pathPath to a local workload directory
--workload-repositoryGit URL for the workloads repository
--workload-revisionGit revision of the workloads repository
--workload-paramsComma-separated key:value Jinja2 parameter overrides
--test-procedureShow details for a specific test procedure
--include-tasksComma-separated list of task names to display (others are hidden)
--exclude-tasksComma-separated list of task names to hide from the output

Examples

# Show information about a named workload
solr-orbit info --workload nyc_taxis

# Show information about a local workload
solr-orbit info --workload-path /path/to/my-workload

# Show details for a specific test procedure
solr-orbit info --workload nyc_taxis --test-procedure append-no-conflicts

The output includes:

  • Workload description
  • Available test procedures and their descriptions
  • Corpora names and document counts
  • Default parameters and their values