Skip to content

NFS

Auto-Detection
Built-in Metrics

Bleemeo monitors NFS through automatic service detection and built-in metrics gathered from /proc/self/mountstats.

Glouton automatically detects NFS mounts on your server. If NFS is not detected automatically, you can enable it manually.

Terminal window
sudo tee /etc/glouton/conf.d/99-nfs.conf > /dev/null << 'EOF'
service:
- type: "nfs"
EOF
Metric Description
nfs_ops Number of operations executed per second
nfs_transmitted_bits Data exchanged in bits per second
nfs_rtt_per_op_seconds Average round-trip time per operation in seconds
nfs_retrans Number of times an operation had to be retried per second