1 What: /sys/bus/xen-backend/devices/*/devtype
4 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6 The type of the device. e.g., one of: 'vbd' (block),
7 'vif' (network), or 'vfb' (framebuffer).
9 What: /sys/bus/xen-backend/devices/*/nodename
12 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14 XenStore node (under /local/domain/NNN/) for this
17 What: /sys/bus/xen-backend/devices/vbd-*/physical_device
20 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
22 The major:minor number (in hexidecimal) of the
23 physical device providing the storage for this backend
26 What: /sys/bus/xen-backend/devices/vbd-*/mode
29 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
31 Whether the block device is read-only ('r') or
34 What: /sys/bus/xen-backend/devices/vbd-*/statistics/f_req
37 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
39 Number of flush requests from the frontend.
41 What: /sys/bus/xen-backend/devices/vbd-*/statistics/oo_req
44 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
46 Number of requests delayed because the backend was too
47 busy processing previous requests.
49 What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_req
52 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
54 Number of read requests from the frontend.
56 What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_sect
59 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
61 Number of sectors read by the frontend.
63 What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_req
66 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
68 Number of write requests from the frontend.
70 What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_sect
73 Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
75 Number of sectors written by the frontend.