Skip to main content
The probe, warpscaled, is a background daemon that collects GPU, kernel, and CUDA telemetry from each node and sends it to Warpscale. Install it first — the CLI and the vLLM plugin report through it.

Where it runs

Configuration

The settings are the same in every mode — only how you supply them differs. Each one can be given three ways, in order of precedence:
  1. A flag — --api-address
  2. A WS_-prefixed environment variable — WS_API_ADDRESS
  3. A key in a YAML file passed with --configapi-address
Run warpscaled --help for the authoritative list.