NFS
Auto-Detection
Built-in Metrics
Bleemeo monitors NFS through automatic service detection and built-in metrics gathered from /proc/self/mountstats.
Auto-Detection
Section titled “Auto-Detection”Glouton automatically detects NFS mounts on your server. If NFS is not detected automatically, you can enable it manually.
sudo tee /etc/glouton/conf.d/99-nfs.conf > /dev/null << 'EOF'service: - type: "nfs"EOFCreate or edit C:\ProgramData\glouton\conf.d\99-nfs.conf:
service: - type: "nfs"Built-in Metrics
Section titled “Built-in Metrics”| 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 |