Skip to content

Collection source for PhysicalCoreCount, VCPU count on AIX 7.1 Powerpc64 architecture #148

@RajeshPutta

Description

@RajeshPutta

Hi Team,

We are using Sigar library in our monitoring product. Here is the usage of Sigar to fetch physicalCoreCount and virtualCpuCount on AIX 7.1 powerpc processor

SigarProxy sigarProxy = SigarProxyCache.newInstance();
CpuInfo[] cpuInfos = sigarProxy.getCpuInfoList();

We are treating the values that comes from cpuInfos as

physicalCoreCount= cpuInfos[0].getTotalSockets(),
virtualCpuCount= cpuInfos[0].getTotalCores(),

Can you please provide details about underlying OS commands/source which are executed to fetch physicalCoreCount and virtualCpuCount(Vcpu) details

Thanks
Rajesh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions