Package com.sun.jna.platform.unix.aix
Class Perfstat.perfstat_partition_config_t
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.unix.aix.Perfstat.perfstat_partition_config_t
 
 
- 
- Enclosing interface:
- Perfstat
 
 @FieldOrder({"version","partitionname","nodename","conf","partitionnum","groupid","processorFamily","processorModel","machineID","processorMHz","numProcessors","OSName","OSVersion","OSBuild","lcpus","smtthreads","drives","nw_adapters","cpucap","cpucap_weightage","entitled_proc_capacity","vcpus","processor_poolid","activecpusinpool","cpupool_weightage","sharedpcpu","maxpoolcap","entpoolcap","mem","mem_weightage","totiomement","mempoolid","hyperpgsize","exp_mem","targetmemexpfactor","targetmemexpsize"}) public static class Perfstat.perfstat_partition_config_t extends Structure 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intactivecpusinpoolintconfPerfstat.perfstat_value_tcpucapintcpucap_weightageintcpupool_weightageintdrivesintentitled_proc_capacityintentpoolcapPerfstat.perfstat_value_texp_memintgroupidlonghyperpgsizeintlcpusbyte[]machineIDintmaxpoolcapPerfstat.perfstat_value_tmemintmem_weightageintmempoolidbyte[]nodenamePerfstat.perfstat_value_tnumProcessorsintnw_adaptersbyte[]OSBuildbyte[]OSNamebyte[]OSVersionbyte[]partitionnameintpartitionnumintprocessor_poolidbyte[]processorFamilydoubleprocessorMHzbyte[]processorModelintsharedpcpuintsmtthreadslongtargetmemexpfactorlongtargetmemexpsizelongtotiomementPerfstat.perfstat_value_tvcpuslongversion- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description perfstat_partition_config_t()
 - 
Method Summary- 
Methods inherited from class com.sun.jna.StructureallocateMemory, 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
 
- 
 
- 
- 
- 
Field Detail- 
versionpublic long version 
 - 
partitionnamepublic byte[] partitionname 
 - 
nodenamepublic byte[] nodename 
 - 
confpublic int conf 
 - 
partitionnumpublic int partitionnum 
 - 
groupidpublic int groupid 
 - 
processorFamilypublic byte[] processorFamily 
 - 
processorModelpublic byte[] processorModel 
 - 
machineIDpublic byte[] machineID 
 - 
processorMHzpublic double processorMHz 
 - 
numProcessorspublic Perfstat.perfstat_value_t numProcessors 
 - 
OSNamepublic byte[] OSName 
 - 
OSVersionpublic byte[] OSVersion 
 - 
OSBuildpublic byte[] OSBuild 
 - 
lcpuspublic int lcpus 
 - 
smtthreadspublic int smtthreads 
 - 
drivespublic int drives 
 - 
nw_adapterspublic int nw_adapters 
 - 
cpucappublic Perfstat.perfstat_value_t cpucap 
 - 
cpucap_weightagepublic int cpucap_weightage 
 - 
entitled_proc_capacitypublic int entitled_proc_capacity 
 - 
vcpuspublic Perfstat.perfstat_value_t vcpus 
 - 
processor_poolidpublic int processor_poolid 
 - 
activecpusinpoolpublic int activecpusinpool 
 - 
cpupool_weightagepublic int cpupool_weightage 
 - 
sharedpcpupublic int sharedpcpu 
 - 
maxpoolcappublic int maxpoolcap 
 - 
entpoolcappublic int entpoolcap 
 - 
mempublic Perfstat.perfstat_value_t mem 
 - 
mem_weightagepublic int mem_weightage 
 - 
totiomementpublic long totiomement 
 - 
mempoolidpublic int mempoolid 
 - 
hyperpgsizepublic long hyperpgsize 
 - 
exp_mempublic Perfstat.perfstat_value_t exp_mem 
 - 
targetmemexpfactorpublic long targetmemexpfactor 
 - 
targetmemexpsizepublic long targetmemexpsize 
 
- 
 
-