Class SystemB.RUsageInfoV2

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.RUsageInfoV2
Enclosing interface:
SystemB

@FieldOrder({"ri_uuid","ri_user_time","ri_system_time","ri_pkg_idle_wkups","ri_interrupt_wkups","ri_pageins","ri_wired_size","ri_resident_size","ri_phys_footprint","ri_proc_start_abstime","ri_proc_exit_abstime","ri_child_user_time","ri_child_system_time","ri_child_pkg_idle_wkups","ri_child_interrupt_wkups","ri_child_pageins","ri_child_elapsed_abstime","ri_diskio_bytesread","ri_diskio_byteswritten"}) public static class SystemB.RUsageInfoV2 extends Structure
  • Field Details

    • ri_uuid

      public byte[] ri_uuid
    • ri_user_time

      public long ri_user_time
    • ri_system_time

      public long ri_system_time
    • ri_pkg_idle_wkups

      public long ri_pkg_idle_wkups
    • ri_interrupt_wkups

      public long ri_interrupt_wkups
    • ri_pageins

      public long ri_pageins
    • ri_wired_size

      public long ri_wired_size
    • ri_resident_size

      public long ri_resident_size
    • ri_phys_footprint

      public long ri_phys_footprint
    • ri_proc_start_abstime

      public long ri_proc_start_abstime
    • ri_proc_exit_abstime

      public long ri_proc_exit_abstime
    • ri_child_user_time

      public long ri_child_user_time
    • ri_child_system_time

      public long ri_child_system_time
    • ri_child_pkg_idle_wkups

      public long ri_child_pkg_idle_wkups
    • ri_child_interrupt_wkups

      public long ri_child_interrupt_wkups
    • ri_child_pageins

      public long ri_child_pageins
    • ri_child_elapsed_abstime

      public long ri_child_elapsed_abstime
    • ri_diskio_bytesread

      public long ri_diskio_bytesread
    • ri_diskio_byteswritten

      public long ri_diskio_byteswritten
  • Constructor Details

    • RUsageInfoV2

      public RUsageInfoV2()