Skip to main content

Module sys

Module sys 

Source
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ยง

ConfigListRow ๐Ÿ”’
ConfigStrateRow ๐Ÿ”’
ManagedSiloDef ๐Ÿ”’
ManagedStrateDef ๐Ÿ”’
RuntimeStrateRow ๐Ÿ”’
SiloListRow ๐Ÿ”’

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.