BHYVECTL(8) | MidnightBSD System Manager's Manual | BHYVECTL(8) |
bhyvectl
— control
utility for bhyve instances
bhyvectl |
--vm= <vmname>
[--create ] [--destroy ]
[--get-stats ]
[--inject-nmi ]
[--force-reset ]
[--force-poweroff ] |
The bhyvectl
command is a control utility
for active bhyve(8)
virtual machine instances.
Note:
Most bhyvectl
flags are intended for querying and
setting the state of an active instance. These commands are intended for
development purposes, and are not documented here. A complete list can be
obtained by executing bhyvectl
without any
arguments.
The user-facing options are as follows:
--vm=
<vmname>--create
--destroy
--get-stats
--inject-nmi
--force-reset
--force-poweroff
The bhyvectl
utility exits 0 on
success, and >0 if an error occurs.
Destroy the VM called fbsd10:
bhyvectl --vm=fbsd10
--destroy
The bhyvectl
command first appeared in
FreeBSD 10.1.
The bhyvectl
utility was written by
Peter Grehan and Neel
Natu.
November 13, 2016 | midnightbsd-3.1 |