]> git.proxmox.com Git - qemu-server.git/commitdiff
add description of read/writes statistics in vzdump output
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 2 May 2017 09:26:53 +0000 (11:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 3 May 2017 07:14:50 +0000 (09:14 +0200)
since this statistics are note really described, sometimes users
miss that their slow backups are caused by slow reads

PVE/VZDump/QemuServer.pm

index da3ee06b291b193eba76b7c8d6802b04e41ed758..65ca09d07741eee2a85a788dd1c1072bc1016cd2 100644 (file)
@@ -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);