The bos.perf.libperfstat 5.3.0.10 file set

The following fields were added to both the perfstat_disk_t and perfstat_diskpath_t interfaces:
	u_longlong_t  q_full
	u_longlong_t  rserv
	u_longlong_t  rtimeout
	u_longlong_t  rfailed
	u_longlong_t  min_rserv
	u_longlong_t  max_rserv
	u_longlong_t  wserv
	u_longlong_t  wtimeout
	u_longlong_t  wfailed
	u_longlong_t  min_wserv
	u_longlong_t  max_wserv
	u_longlong_t  wq_depth
	u_longlong_t  wq_sampled
	u_longlong_t  wq_time
	u_longlong_t  wq_min_time
	u_longlong_t  wq_max_time
	u_longlong_t  q_sampled
In addition, the xrate field in the following data structures has been renamed to _rxfers and contains the number of read transactions when used with selected device drivers or zero:
    perfstat_disk_t
    perfstat_disk_total_t
    perfstat_diskadapter_t
    perfstat_diskpath_t
The following definitions were added to the libperfstat.h header file:
    #define FLUSH_CPUTOTAL
    #define FLUSH_DISK
    #define RESET_DISK_MINMAX
    #define FLUSH_DISKADAPTER
    #define FLUSH_DISKPATH
    #define FLUSH_PAGINGSPACE
    #define FLUSH_NETINTERFACE