[pve-devel] [PATCH qemu-server] add description of read/writes statistics in vzdump output
Emmanuel Kasper
e.kasper at proxmox.com
Tue May 2 11:26:53 CEST 2017
since this statistics are note really described, sometimes users
miss that their slow backups are caused by slow reads
---
PVE/VZDump/QemuServer.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm
index da3ee06..65ca09d 100644
--- a/PVE/VZDump/QemuServer.pm
+++ b/PVE/VZDump/QemuServer.pm
@@ -468,7 +468,7 @@ sub archive {
my $statusline = "status: $per% ($transferred/$total), " .
"sparse ${zero_per}% ($zero), duration $duration, " .
- "$mbps_read/$mbps_write MB/s";
+ "read/write $mbps_read/$mbps_write MB/s";
my $res = $status->{status} || 'unknown';
if ($res ne 'active') {
$self->loginfo($statusline);
--
2.11.0
More information about the pve-devel
mailing list