Package com.sun.jna.platform.mac
Klasse SystemB.VMStatistics64
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.VMStatistics64
- Umschließende Schnittstelle:
SystemB
@FieldOrder({"free_count","active_count","inactive_count","wire_count","zero_fill_count","reactivations","pageins","pageouts","faults","cow_faults","lookups","hits","purges","purgeable_count","speculative_count","decompressions","compressions","swapins","swapouts","compressor_page_count","throttled_count","external_page_count","internal_page_count","total_uncompressed_pages_in_compressor"})
public static class SystemB.VMStatistics64
extends Structure
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungint
long
int
long
long
int
long
int
long
int
int
long
long
long
int
long
long
int
long
long
int
long
int
long
Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Felddetails
-
free_count
public int free_count -
active_count
public int active_count -
inactive_count
public int inactive_count -
wire_count
public int wire_count -
zero_fill_count
public long zero_fill_count -
reactivations
public long reactivations -
pageins
public long pageins -
pageouts
public long pageouts -
faults
public long faults -
cow_faults
public long cow_faults -
lookups
public long lookups -
hits
public long hits -
purges
public long purges -
purgeable_count
public int purgeable_count -
speculative_count
public int speculative_count -
decompressions
public long decompressions -
compressions
public long compressions -
swapins
public long swapins -
swapouts
public long swapouts -
compressor_page_count
public int compressor_page_count -
throttled_count
public int throttled_count -
external_page_count
public int external_page_count -
internal_page_count
public int internal_page_count -
total_uncompressed_pages_in_compressor
public long total_uncompressed_pages_in_compressor
-
-
Konstruktordetails
-
VMStatistics64
public VMStatistics64()
-