You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formula should likely be: sum(node_filesystem_files{mountpoint="$mount_point", instance=~"$node"} - node_filesystem_files_free{mountpoint="$mount_point", instance=~"$node"}) by ([[by]])
node_filesystem_files basically describes the maximum number of inodes, whereas node_filesystem_files_free is the number of unallocated inodes. total - free == used
@AdamStawarz also keep in mind that there is no relation between lsof and the number of inodes in a filesystem. So only the first find command is what's of interest in your output. ;-)
Installation details
Panel Name: Number of files by Instance
Dashboard Name: OS Metrics
Scylla-Monitoring Version: 3.10.0
Scylla-Version: 2021.1
Number of files by Instance is always different from the actual value on node and does not change.
I've already checked it on few clusters.
The text was updated successfully, but these errors were encountered: