admin

ipc_status

Report this process's multi-process IPC state.

strata ipc status

wire ipc_status

Reports the same-machine multi-process state for this handle: whether this process owns the store (holds the writer lock) or is a client of another owner, whether it is hosting a broker socket, the socket path and owning process id when one exists, and the number of clients currently connected to the host. A single-process open (cache, or a durable open with IPC off) reports `is_owner: true`, `hosting: false`, and no socket.

Status commands return a scalar or compact status payload and do not mutate database state.

To see the complete help for this command, run:

strata ipc status --help

Example

Check whether this process hosts the multi-process broker socket.

strata ipc status

Returns

StatusResponse<AdminIpcStatus>

  • dataAdminIpcStatus
  • typestring

Errors

Recover by code. Retry policy and commit outcome come from the shipped error registry.

CodeRetryCommit outcome
failed_precondition.engine.runtime_closednevernot_started
← All 11 Admin commands

agents: this page as markdown → /docs/reference/admin/ipc_status.md