Monitoring NFS traffic

Hello,

Currently my statefulsets are backed by a external nfs server. Is there a way to see the latency from the pod to the nfs server?

I mount the nfs share in the manifests like this.

            - name: data
              nfs:
                server: nfs1.storage.local
                path: /home/bob

Any ideas would be most appreciated.

Thanks