Subversion Repositories havirt

Rev

Rev 40 | Rev 42 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40 Rev 41
Line 279... Line 279...
279
         $cluster->{'total_count'},
279
         $cluster->{'total_count'},
280
         $cluster->{'domain_vcpu'},
280
         $cluster->{'domain_vcpu'},
281
         $cluster->{'domain_memory'}/1024/1024,
281
         $cluster->{'domain_memory'}/1024/1024,
282
         sprintf( '%2.0f%%', $cluster->{'domain_vcpu'} / $cluster->{'total_vcpu'} * 100 ),
282
         sprintf( '%2.0f%%', $cluster->{'domain_vcpu'} / $cluster->{'total_vcpu'} * 100 ),
283
         sprintf( '%2.0f%%', $cluster->{'domain_memory'} / $cluster->{'total_memory'} * 100 ),
283
         sprintf( '%2.0f%%', $cluster->{'domain_memory'} / $cluster->{'total_memory'} * 100 ),
-
 
284
         '',
284
         ''
285
         ''
285
      ];
286
      ];
286
   return &main::report( \@header, \@data ),sprintf( "%d", $variance / $count );
287
   return &main::report( \@header, \@data ),sprintf( "%d", $variance / $count );
287
}
288
}
288
 
289