Skip to main content
Streams events for an agent as they arrive. Each event prints on its own line with a timestamp. The stream stays open until you cancel it or the agent completes. On transient connection errors, murmur watch reconnects automatically and resumes from the last received event — no events are missed.

Synopsis

On a VM, the slug is optional — omitting it watches the current agent’s own events.

Arguments

Output

By default, each event prints as a human-readable line prefixed with a timestamp:
With --json, each event prints as a single JSON object per line — one field per event type. Useful for piping into jq or other tooling.

Event types

Examples

Watch a running agent

Events stream in real time. Press Ctrl-C to stop.

JSON output for scripting

Each line is a standalone JSON object.

Resume from a specific point

Starts streaming from the given entry ID. Use this to resume a watch session without replaying earlier events.

Self-watch on a VM

When running on an agent VM, omit the slug to watch the current agent’s own events:

Errors