如何查找 OpenVZ 容器中的线程数

如何查找 OpenVZ 容器中的线程数

在运行 Spark 应用程序时,可以指定一些参数,例如线程数。我的问题:如何找到容器 OpenVZ 中的线程数。一些细节:

$lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                64
CPU family:            6
Model:                 45
Stepping:              7
CPU MHz:               2294.304
BogoMIPS:              4588.60

$ nproc 
24

$nproc --all
64

相关内容