Skip to content

jrun status

Show VM and jail status.

Overview

jrun status

jrun status

Extra columns

Use --show / -s to add columns to the overview table.

jrun status --show ip
jrun status --show services
jrun status --show ip --show services
jrun status --show all                  # shorthand for ip + services

jrun status show ip

Tree view

jrun status --tree

jrun status tree

Tree view also respects --show:

jrun status --tree --show all

jrun status tree show all

This adds ip rows and service rows to each jail node.

Jail detail

Pass a jail name to see its full detail view:

jrun status fastapi-314

jrun status jail

The detail view shows monit service metrics (cpu, mem, uptime) when available.

Detail tree view

jrun status fastapi-314 --tree

jrun status jail tree

Live monitor

Watch service metrics in real time with CPU and memory sparklines:

jrun status fastapi-314 --live

jrun status jail live

The display refreshes every 5 seconds. Sparklines show the last 20 samples.

Live tree view

jrun status fastapi-314 --live --tree

Same data rendered as a tree instead of a table, with sparklines inline next to each metric.

jrun status jail live tree

Options

Flag Short Description
--tree -t Render as tree instead of table
--show -s Extra columns: ip, services, all
--live -l Live service monitor with sparklines (requires jail name)