Hi Everyone!!
I'm using sigar1.6.4 to get few information about the system. I want to know whether the processor is single core or dual core or quad core. But presently i'm using this.sigar.getCpuInfoList()[0].getTotalCores() to get no. of cores which return 4 for a quad core machine.
I want the output to be quad core.
Is there any API which sigar gives us.??
Thanks in advance!
I'm using sigar1.6.4 to get few information about the system. I want to know whether the processor is single core or dual core or quad core. But presently i'm using this.sigar.getCpuInfoList()[0].getTotalCores() to get no. of cores which return 4 for a quad core machine.
I want the output to be quad core.
Is there any API which sigar gives us.??
Thanks in advance!