Expand description
System management commands
Modulesยง
- clear ๐
- cpuinfo ๐
- frame_
meta ๐ - Inspect per-frame metadata (issue #38).
- health ๐
- heap ๐
- Allocator inspection and stress tests for the kernel shell.
- reboot ๐
- scheduler ๐
- shutdown ๐
- silo_
attach ๐ - silo_
cmd ๐ - silo_
limit ๐ - silos ๐
- strate ๐
- test_
exec ๐ - test_
mem ๐ - test_
mem_ ๐region - test_
mem_ ๐region_ proc - test_
mem_ ๐stressed - test_
pid ๐ - test_
syscalls ๐ - trace ๐
- version ๐
- wasm_
run ๐
Structsยง
- Config
List ๐Row - Config
Strate ๐Row - Managed
Silo ๐Def - Managed
Strate ๐Def - Runtime
Strate ๐Row - Silo
List ๐Row
Constantsยง
- DEFAULT_
MANAGED_ ๐SILO_ TOML - SILO_
USAGE ๐ - STRATE_
USAGE ๐
Functionsยง
- cmd_
clear - Clear display.
- cmd_
clear_ ๐impl - Clear the screen
- cmd_
cpuinfo - Show CPU information.
- cmd_
cpuinfo_ ๐impl - Display CPU information
- cmd_
frame_ meta frame-meta <phys_hex>: print generation, guard bits, and vtable bits for one physical frame.- cmd_
health - Display system health information.
- cmd_
health_ ๐impl health: system health diagnostic (boot graph, strates, IPC, VFS mounts).- cmd_
heap heap: allocator telemetry and diagnostics.- cmd_
reboot - Reboot machine.
- cmd_
reboot_ ๐impl - Reboot the system.
- cmd_
scheduler - scheduler debug on|off|dump | class [kv] | policy map show [kv] | metrics [reset|kv] | dump [kv]
- cmd_
shutdown - Graceful shutdown: stop strates in reverse order, then power off.
- cmd_
silo - Silo management command entrypoint.
- cmd_
silo_ ๐events - cmd_
silo_ ๐impl - cmd_
silo_ ๐info - cmd_
silo_ ๐list - Performs the cmd silo list operation.
- cmd_
silo_ ๐logs - cmd_
silo_ ๐pledge - cmd_
silo_ ๐resume - cmd_
silo_ ๐sandbox - cmd_
silo_ ๐suspend - cmd_
silo_ ๐top - cmd_
silo_ ๐unveil - cmd_
silos - Display all silos.
- cmd_
silos_ ๐impl - Performs the cmd silos operation.
- cmd_
strate - Strate management command entrypoint.
- cmd_
strate_ ๐config - Performs the cmd strate config operation.
- cmd_
strate_ ๐config_ add - Performs the cmd strate config add operation.
- cmd_
strate_ ๐config_ remove - Performs the cmd strate config remove operation.
- cmd_
strate_ ๐config_ show - Performs the cmd strate config show operation.
- cmd_
strate_ ๐impl - cmd_
strate_ ๐lifecycle - Performs the cmd strate lifecycle operation.
- cmd_
strate_ ๐list - Performs the cmd strate list operation.
- cmd_
strate_ ๐rename - Performs the cmd strate rename operation.
- cmd_
strate_ ๐spawn - cmd_
strate_ ๐start - Performs the cmd strate start operation.
- cmd_
test_ exec - Run exec-related regression test routine.
- cmd_
test_ ๐exec_ impl - Launch the userspace exec regression test binary from initfs.
- cmd_
test_ mem - Run memory test routine.
- cmd_
test_ ๐mem_ impl - Launch the userspace memory test binary from initfs.
- cmd_
test_ mem_ region - Run public MemoryRegion test routine.
- cmd_
test_ ๐mem_ region_ impl - Launch the userspace public MemoryRegion test binary from initfs.
- cmd_
test_ mem_ region_ proc - Run multi-process public MemoryRegion test routine.
- cmd_
test_ ๐mem_ region_ proc_ impl - Launch the userspace multi-process MemoryRegion test binary from initfs.
- cmd_
test_ mem_ stressed - Run stressed memory test routine.
- cmd_
test_ ๐mem_ stressed_ impl - Launch the userspace stressed memory test binary from initfs.
- cmd_
test_ pid - Run PID namespace test routine.
- cmd_
test_ ๐pid_ impl - Launch the userspace PID test binary from initfs.
- cmd_
test_ syscalls - Run syscall test routine.
- cmd_
test_ ๐syscalls_ impl - Launch the userspace syscall integration test binary from initfs.
- cmd_
trace - Configure runtime tracing.
- cmd_
trace_ ๐impl - trace mem on|off|dump [n]|clear|serial on|off|mask
- cmd_
version - Print kernel version.
- cmd_
version_ ๐impl - Display kernel version
- cmd_
wasm_ run - Execute a wasm module command.
- cmd_
wasm_ ๐run_ impl - compute_
managed_ ๐runtime_ sids - event_
kind_ ๐str - family_
uses_ ๐system_ sid - initfs_
or_ ๐boot_ module - Ensure a boot module is visible in /initfs and return its bytes.
- join_
csv ๐ - Performs the join csv operation.
- load_
managed_ ๐silos_ with_ source - Performs the load managed silos with source operation.
- managed_
name_ ๐for_ runtime_ sid - normalize_
current_ ๐silo_ selector - normalize_
silo_ ๐selector - parse_
silo_ ๐toml - Parses silo toml.
- print_
silo_ ๐usage - print_
strate_ ๐state_ for_ sid - Performs the print strate state for sid operation.
- print_
strate_ ๐usage - push_
unique ๐ - Performs the push unique operation.
- read_
silo_ ๐toml_ from_ initfs - Reads silo toml from initfs.
- render_
silo_ ๐table_ ratatui - Performs the render silo table ratatui operation.
- render_
silo_ ๐toml - Performs the render silo toml operation.
- render_
strate_ ๐table_ ratatui - Performs the render strate table ratatui operation.
- write_
silo_ ๐toml_ to_ initfs - Writes silo toml to initfs.