title: list parent: Command Reference grand_parent: Reference nav_order: 80

list

Lists available resources such as workloads and telemetry devices.

Syntax

solr-orbit list [RESOURCE] [OPTIONS]

Resources

ResourceDescription
workloadsList workloads from the configured workloads repository
telemetryList available telemetry device names
pipelinesList available pipeline names
test-runsList past benchmark runs with their IDs, timestamps, and metadata
aggregated-resultsList past aggregated results
cluster-configsList available cluster configuration presets

Options

OptionDescription
--workloadWorkload name (used with list workloads)
--workload-pathPath to a local workload directory
--workload-repositoryGit URL for the workloads repository
--workload-revisionGit revision of the workloads repository
--limitMaximum number of entries to show (default: 10; applies to list test-runs)

Examples

# List available workloads
solr-orbit list workloads

# List available telemetry devices
solr-orbit list telemetry

# List available pipelines
solr-orbit list pipelines

# List available cluster config presets
solr-orbit list cluster-configs

# List recent test runs (shows IDs for use with compare and aggregate)
solr-orbit list test-runs

# List the 20 most recent test runs
solr-orbit list test-runs --limit 20

# List aggregated results
solr-orbit list aggregated-results

To list the test procedures available in a workload, use solr-orbit info:

solr-orbit info --workload nyc_taxis

The test-runs output includes the test run ID, timestamp, workload name, test procedure, pipeline, and any user tags. Use the ID with solr-orbit compare to compare two runs.