How do I find out how many processors are available on my running Swarm node?
Get a hardware dump from a node. For example on a node from a CSN, http://c-csn1:8090/storage/192.168.201.84/hwinfo_dump
Save that to a txt file called hwinfo-dump.txt.
Then run the following grep on that file.
#egrep "model name|physical id|cpu cores" hwinfo-dump.txt | sort | uniqcpu cores : 1model name : Intel(R) Xeon(R) CPU E5-2609 v2 @ 2.50GHzphysical id : 0physical id : 2physical id : 4
1 physical processor, 3 cores for this particular chassis.