What's the command to check total_ops per LIF?
Applies to
- ONTAP 9
- Logical Interface (LIF)
Answer
Use the following command to check for SAN LIF.
::*> statistics show-periodic -object fcp_lif -counter total_ops -instance [fcp_lif_name]
::*> statistics show-periodic -object iscsi_lif -counter total_ops -instance [iscsi_lif_name]
Note: NAS (NFS/CIFS) LIF's equivalent info doesn't exist.
Additional Information