You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: