package albatross
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Albatross - orchestrate and manage MirageOS unikernels with Solo5
Install
dune-project
Dependency
Authors
Maintainers
Sources
albatross-2.6.2.tbz
sha256=e7d01a72f14498a0239cac19ffe095cc874d8b2998734e59ff7f03ebe00d42dd
sha512=6afc25fd541b4629c87bb1d3b611a8017dcf920f1f397ee4cb3d2bb1bb86f7117497ac14899aa964d44fa211fb5af02a9c67281a92605c3f4533f52423987cc7
doc/albatross/Vmm_commands/index.html
Module Vmm_commandsSource
The type of versions of the grammar defined below.
Source
type console_cmd = [ | `Console_add of int| `Console_subscribe of since_count| `Console_list_inactive
]Source
type stats_cmd = [ | `Stats_add of string * int * (string * string) list| `Stats_remove| `Stats_subscribe| `Stats_initial
]Source
type unikernel_cmd = [ | `Unikernel_info| `Unikernel_create of Vmm_core.Unikernel.config| `Unikernel_force_create of Vmm_core.Unikernel.config| `Unikernel_restart of Vmm_core.Unikernel.arguments option| `Unikernel_destroy| `Unikernel_get of int| `Old_unikernel_info3| `Old_unikernel_info4
]Source
type block_cmd = [ | `Block_info| `Old_block_add of int * bool * string option| `Block_remove| `Old_block_set of bool * string| `Old_block_dump of int| `Block_dump of int| `Block_add of int| `Block_set of bool
]Source
type t = [ | `Console_cmd of console_cmd| `Stats_cmd of stats_cmd| `Unikernel_cmd of unikernel_cmd| `Policy_cmd of policy_cmd| `Block_cmd of block_cmd
]Source
type data = [ | `Console_data of Ptime.t * string| `Stats_data of Vmm_core.Stats.t| `Block_data of string option
]Source
type success = [ | `Empty| `String of string| `Policies of (Vmm_core.Name.t * Vmm_core.Policy.t) list| `Old_unikernel_info3 of (Vmm_core.Name.t * Vmm_core.Unikernel.info) list| `Old_unikernel_info4 of (Vmm_core.Name.t * Vmm_core.Unikernel.info) list| `Unikernel_info of (Vmm_core.Name.t * Vmm_core.Unikernel.info) list| `Unikernel_image of bool * string| `Block_devices of (Vmm_core.Name.t * int * bool) list| `Old_block_device_image of bool * string| `Block_device_image of bool| `Consoles of Vmm_core.Name.t list
] sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>