Skip to content

systemslab infra status

Description Show a point-in-time summary of the EC2 fleet this deployment manages.
Usage systemslab infra status

Description

The systemslab infra status command prints a snapshot of the EC2 fleet the infrastructure manager controls: instances up (grouped by lifecycle state, and by instance type and purchasing market), the warm pool (up, registered instances holding no job assignment right now — paid for and unused), the current burn rate, and spend since UTC midnight. An empty fleet prints zeroed figures, not an error.

Both dollar figures exclude instances with no recorded price. Rather than silently treat a missing price as $0.00, the command prints how many instances (and, for spend, how many instance-hours) were left out — look for the unpriced counts next to Burn rate and Spend today.

This command reads over GraphQL and takes no filters — it always reports the whole fleet.

Options

This command takes no options besides the ones common to every systemslab subcommand.

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.