Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.mac

Class SystemB.VMMeter

  • Enclosing interface:
    SystemB


    @Structure.FieldOrder(value={"v_swtch","v_trap","v_syscall","v_intr","v_soft","v_faults","v_lookups","v_hits","v_vm_faults","v_cow_faults","v_swpin","v_swpout","v_pswpin","v_pswpout","v_pageins","v_pageouts","v_pgpgin","v_pgpgout","v_intrans","v_reactivated","v_rev","v_scan","v_dfree","v_pfree","v_zfod","v_nzfod","v_page_size","v_kernel_pages","v_free_target","v_free_min","v_free_count","v_wire_count","v_active_count","v_inactive_target","v_inactive_count"})
    public static class SystemB.VMMeter
    extends Structure
    • Field Detail

      • v_swtch

        public int v_swtch
      • v_trap

        public int v_trap
      • v_syscall

        public int v_syscall
      • v_intr

        public int v_intr
      • v_soft

        public int v_soft
      • v_faults

        public int v_faults
      • v_lookups

        public int v_lookups
      • v_hits

        public int v_hits
      • v_vm_faults

        public int v_vm_faults
      • v_cow_faults

        public int v_cow_faults
      • v_swpin

        public int v_swpin
      • v_swpout

        public int v_swpout
      • v_pswpin

        public int v_pswpin
      • v_pswpout

        public int v_pswpout
      • v_pageins

        public int v_pageins
      • v_pageouts

        public int v_pageouts
      • v_pgpgin

        public int v_pgpgin
      • v_pgpgout

        public int v_pgpgout
      • v_intrans

        public int v_intrans
      • v_reactivated

        public int v_reactivated
      • v_rev

        public int v_rev
      • v_scan

        public int v_scan
      • v_dfree

        public int v_dfree
      • v_pfree

        public int v_pfree
      • v_zfod

        public int v_zfod
      • v_nzfod

        public int v_nzfod
      • v_page_size

        public int v_page_size
      • v_kernel_pages

        public int v_kernel_pages
      • v_free_target

        public int v_free_target
      • v_free_min

        public int v_free_min
      • v_free_count

        public int v_free_count
      • v_wire_count

        public int v_wire_count
      • v_active_count

        public int v_active_count
      • v_inactive_target

        public int v_inactive_target
      • v_inactive_count

        public int v_inactive_count
    • Constructor Detail

      • VMMeter

        public VMMeter()
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.