Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RajeshPutta opened this issue Jul 29, 2021 · 2 comments

Comments

@RajeshPutta
Copy link

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

@vijayv05
Copy link

Team, any updates on this?
Regards,
Vijay

@vijayv05
Copy link

Any updates on this case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants