org.libvirt
Class DomainBlockStats

java.lang.Object
  extended by org.libvirt.DomainBlockStats

public class DomainBlockStats
extends java.lang.Object

This class holds the counters for block device statistics.

See Also:
Domain.blockStats(java.lang.String)

Field Summary
 long errs
           
 long rd_bytes
           
 long rd_req
           
 long wr_bytes
           
 long wr_req
           
 
Constructor Summary
DomainBlockStats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rd_req

public long rd_req

rd_bytes

public long rd_bytes

wr_req

public long wr_req

wr_bytes

public long wr_bytes

errs

public long errs
Constructor Detail

DomainBlockStats

public DomainBlockStats()