metrics
metrics
Section titled “metrics”List and explain the metrics available in Arxo.
Subcommands
Section titled “Subcommands”List all available metrics with short descriptions.
arxo metrics listexplain
Section titled “explain”Show detailed description for a specific metric.
arxo metrics explain sccarxo metrics explain propagation_costarxo metrics explain centralityarxo metrics explain flow_analysisarxo metrics explain visibilityarxo metrics explain effect_violationsarxo metrics explain monoreporegistry
Section titled “registry”Print the full metric registry as JSON (for tooling or docs). Use --registry-format detailed to include detector keys and possible values for metrics like openclaw_architecture.
arxo metrics registryarxo metrics registry --output registry.jsonarxo metrics registry --registry-format detailed --output registry.json| Option | Description |
|---|---|
--output, -o | Write JSON to file instead of stdout |
--registry-format | simple (default) or detailed (adds sub_metrics for openclaw_architecture) |
Parameters (explain)
Section titled “Parameters (explain)”| Parameter | Description |
|---|---|
metric_id | Metric ID to explain (e.g. scc, propagation_cost, centrality) |
Example
Section titled “Example”# Discover available metricsarxo metrics list
# Get detailed info about SCC metricarxo metrics explain scc
# Get detailed info about Flow Analysis metricarxo metrics explain flow_analysis
# Get detailed info about Visibility metricarxo metrics explain visibility
# Get detailed info about Effect Violations metricarxo metrics explain effect_violations
# Get detailed info about Monorepo metricarxo metrics explain monorepoSee also
Section titled “See also”- Metrics overview — What each metric measures
- analyze — Run metrics with
--metricor config - OpenClaw Architecture — OpenClaw metric overview
- OpenClaw Scoring and Keys — Composite keys and scoring behavior
- OpenClaw Keys and possible values — Detector key contract from detailed registry