如何解释 sinfo --format "%O %e" 输出中的 CPU_LOAD 和 FREE_MEM

How to interpret the CPU_LOAD and FREE_MEM on sinfo --format "%O %e" output

sinfo 命令的 CPU_LOAD (%O) 和 FREE_MEM (%e) --format 参数的解释是什么?

我有几份工作,它们在 0 和 25 之间有 CPU_LOAD,这是我们在 uptime 命令中知道的 load avg 吗?

FREE_MEM使用的单位是什么?

可以在这里找到sinfo的手册:https://slurm.schedmd.com/sinfo.html

但文档含糊不清

%O CPU load of a node

%e Free memory of a node

举个例子,我正在使用这个命令

 sinfo --format "%O %e"

is this the load avg that we know in uptime command?

是的。

What is the unit used for FREE_MEM?

兆字节