mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 13:52:02 +00:00
status: reword description of some properties
clarify a few units and avoid "since the process start" as it's not really clear which process is meant and "since the guest was started" is telling enough too, and as we do a full stop+start cycle on CT reboot it's true for that too. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
50a1d704e1
commit
c8a37e1993
@ -2765,34 +2765,34 @@ our $vmstatus_return_properties = {
|
|||||||
renderer => 'bytes',
|
renderer => 'bytes',
|
||||||
},
|
},
|
||||||
diskread => {
|
diskread => {
|
||||||
description => "The amount of bytes the guest read from it's disks since the process"
|
description => "The amount of bytes the guest read from it's block devices since the guest"
|
||||||
." start in bytes.",
|
." was started. (Note: This info is not available for all storage types.)",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
renderer => 'bytes',
|
renderer => 'bytes',
|
||||||
},
|
},
|
||||||
diskwrite => {
|
diskwrite => {
|
||||||
description => "The amount of bytes the guest wrote to it's disks since the process"
|
description => "The amount of bytes the guest wrote from it's block devices since the guest"
|
||||||
." start in bytes.",
|
." was started. (Note: This info is not available for all storage types.)",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
renderer => 'bytes',
|
renderer => 'bytes',
|
||||||
},
|
},
|
||||||
name => {
|
name => {
|
||||||
description => "VM name.",
|
description => "VM (host)name.",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
netin => {
|
netin => {
|
||||||
description => "The amount of traffic that was sent to the guest since the process start,"
|
description => "The amount of traffic in bytes that was sent to the guest over the network"
|
||||||
." in bytes.",
|
." since it was started.",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
renderer => 'bytes',
|
renderer => 'bytes',
|
||||||
},
|
},
|
||||||
netout => {
|
netout => {
|
||||||
description => "The amount of traffic that was sent from the guest since the process start,"
|
description => "The amount of traffic in bytes that was sent from the guest over the network"
|
||||||
." in bytes.",
|
." since it was started.",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
renderer => 'bytes',
|
renderer => 'bytes',
|
||||||
@ -2803,12 +2803,12 @@ our $vmstatus_return_properties = {
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
pid => {
|
pid => {
|
||||||
description => "PID of running qemu process.",
|
description => "PID of the QEMU process, if the VM is running.",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
uptime => {
|
uptime => {
|
||||||
description => "Uptime.",
|
description => "Uptime in seconds.",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
renderer => 'duration',
|
renderer => 'duration',
|
||||||
@ -2834,7 +2834,7 @@ our $vmstatus_return_properties = {
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
'running-qemu' => {
|
'running-qemu' => {
|
||||||
description => "The currently running QEMU version (if running).",
|
description => "The QEMU version the VM is currently using (if running).",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user