Package org.libvirt
Class DomainBlockStats
java.lang.Object
org.libvirt.DomainBlockStats
This class holds the counters for block device statistics.
- Author:
- stoty
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
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 Details
-
DomainBlockStats
public DomainBlockStats() -
DomainBlockStats
-