/
How do I find out how many processors are available on my running Swarm node?
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 | uniq
cpu cores : 1
model name : Intel(R) Xeon(R) CPU E5-2609 v2 @ 2.50GHz
physical id : 0
physical id : 2
physical id : 4
1 physical processor, 3 cores for this particular chassis.
, multiple selections available,
Related content
swarmctl -m detailed running statistics
swarmctl -m detailed running statistics
More like this
swarmctl -m commstats
swarmctl -m commstats
More like this
swarmctl -K Display all cluster settings
swarmctl -K Display all cluster settings
More like this
swarmctl -m meminfo
swarmctl -m meminfo
More like this
swarmctl -m hpstats
swarmctl -m hpstats
More like this
swarmctl -k_ Kernel modules
swarmctl -k_ Kernel modules
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.