The bos.perf.libperfstat 5.2.0 file set

The following fields were added to perfstat_cpu_t:
    u_longlong_t iget
    u_longlong_t namei
    u_longlong_t dirblk
    u_longlong_t msg
    u_longlong_t sema

The name field which returns the logical processor name is now of the form cpu0, cpu1, instead of proc0, proc1 as it was in previous releases.

The following fields were added to perfstat_cpu_total_t:
    u_longlong_t runocc
    u_longlong_t swpocc
    u_longlong_t iget
    u_longlong_t namei
    u_longlong_t dirblk
    u_longlong_t msg
    u_longlong_t sema
    u_longlong_t rcvint
    u_longlong_t xmtint
    u_longlong_t mdmint
    u_longlong_t tty_rawinch
    u_longlong_t tty_caninch
    u_longlong_t tty_rawoutch
    u_longlong_t ksched
    u_longlong_t koverf
    u_longlong_t kexit
    u_longlong_t rbread
    u_longlong_t rcread
    u_longlong_t rbwrt
    u_longlong_t rcwrt
    u_longlong_t traps
    int ncpus_high
The following field was added to perfstat_disk_t:
       char adapter[IDENTIFIER_LENGTH]
The following field was added to perfstat_netinterface_t:
     u_longlong_t bitrate
The following fields were added to perfstat_memory_total_t:
     u_longlong_t real_system
     u_longlong_t real_user
     u_longlong_t real_process 
The following defines were added to libperfstat.h:
    #define FIRST_CPU          ""
    #define FIRST_DISK         ""
    #define FIRST_DISKADAPTER  ""
    #define FIRST_NETINTERFACE ""
    #define FIRST_PAGINGSPACE  ""
    #define FIRST_PROTOCOL     ""
    #define FIRST_ALLOC        ""