IzwiIzwi

izwi status

izwi status

Show server health and status.


Synopsis

izwi status [OPTIONS]

Description

Displays the current state of the Izwi server, including health, loaded models, and resource usage.


Options

OptionDescriptionDefault
-d, --detailedShow detailed metrics
-w, --watch <SECONDS>Continuous updates

Examples

Basic status

izwi status

Detailed metrics

izwi status --detailed

Watch mode

izwi status --watch 2

Updates every 2 seconds. Press Ctrl+C to stop.


Output

The status command shows:

  • Server health — Running, stopped, or error
  • Loaded models — Currently loaded models
  • Memory usage — RAM and VRAM usage
  • GPU status — Metal/CUDA availability
  • Active requests — Current request count

See Also