*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: bhyvectl | Section: 8 | Source: FreeBSD | File: bhyvectl.8.gz
BHYVECTL(8) FreeBSD System Manager's Manual BHYVECTL(8) NAME bhyvectl - control utility for bhyve instances SYNOPSIS bhyvectl --vm=<vmname> [--create] [--destroy] [--get-stats] [--inject-nmi] [--force-reset] [--force-poweroff] [--checkpoint=<filename>] [--suspend=<filename>] DESCRIPTION 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> Operate on the virtual machine <vmname>. --create Create the specified VM. --destroy Destroy the specified VM. --get-stats Retrieve statistics for the specified VM. --inject-nmi Inject a non-maskable interrupt (NMI) into the VM. --force-reset Force the VM to reset. --force-poweroff Force the VM to power off. --checkpoint=<filename> Save a snapshot of a virtual machine. The guest memory contents are saved in the file given in <filename>. The guest device and vCPU state are saved in the file <filename>.kern. --suspend=<filename> Save a snapshot of a virtual machine similar to --checkpoint. The virtual machine will terminate after the snapshot has been saved. EXIT STATUS The bhyvectl utility exits 0 on success, and >0 if an error occurs. EXAMPLES Destroy the VM called fbsd10: bhyvectl --vm=fbsd10 --destroy COMPATIBILITY The snapshot file format is not yet stable and is subject to future changes. Backwards compatibility support for the current snapshot file format is not guaranteed when future changes are made. SEE ALSO bhyve(8), bhyveload(8) HISTORY The bhyvectl command first appeared in FreeBSD 10.1. AUTHORS The bhyvectl utility was written by Peter Grehan and Neel Natu. FreeBSD 14.1-RELEASE-p8 May 4, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options