Node Exporter 中的可用字节数与可用字节数

Free bytes vs Avail bytes in Node Exporter

我在 Ubuntu 上使用 Node Exporter。我想计算已用/可用磁盘 space 百分比。对于总磁盘 space,我取 "node_filesystem_size_bytes" 的值。但是,对于免费 space,我应该选择其中的哪一个 - "node_filesystem_avail_bytes" 或 "node_filesystem_free_bytes"?

"node_filesystem_avail_bytes" 显示您作为用户拥有的可用 space,"node_filesystem_free_bytes" 是 "physical" 免费 space,其中包括保留的 space 为 root.

所以:

node_filesystem_avail_bytes = node_filesystem_free_bytes - root 保留 space

node_filesystem_avail_bytes < node_filesystem_free_bytes