12
Linuxのシステムのコア数を知る方法は?
システムのコア数を知りたいので、Googleで同じ質問を検索しました。コマンドなど、いくつかのコマンドがありますlscpu。このコマンドを試したとき、次の結果が得られました。 $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 23 Stepping: 10 CPU MHz: 1998.000 BogoMIPS: 5302.48 Virtualization: VT-x L1d …