qm list [options]

rcd

Well-Known Member
Jul 12, 2019
246
24
58
63
Code:
qm list [OPTIONS]

       Virtual machine index (per node).

       --full <boolean>
           Determine the full status of active VMs.

Just curious: What is the correct way of running qm list with the --full option? Presumably, according to the manpage it should be qm list --full true

But it makes no difference to just running qm list ?
 
qm list --full true will fetch the VM status via QMP (along with some other stats like the QEMU version, disk/network writes/reads that are not shown by the CLI command) which takes longer.

To see these additional stats one has to use the "vmlist" REST API call directly.
 
Last edited: