Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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