NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Monitor LIF Performance

AvinashRao
5,137 Views

Hello

 

Is there a tool, be it OCI or OPM or anything else, that allows LIF monitoring?  Customer is interested in monitoring the performance at the LIF level.

 

Any suggestions?

 

Thanks

 

Avinash

1 REPLY 1

JSHACHER11
5,098 Views

 

 

statistics show-periodic -object lif -instance node_name:lif_name

 

example:

 

statistics show-periodic -object lif -instance node-5:lif_nfs4

 

 

you can also filter it to counters:

 

 

statistics show-periodic -object lif -instance node-5:lif_nfs4 -counter instance_name|recv_data|sent_data

 

 

here are the 'lif' counters:

 

 

Counter                           Description
--------------------------- ----------------------------------------------
instance_name             Name of the logical interface (LIF) instance
instance_uuid               UUID for the logical interface (LIF) instance
node_name                   System node name
node_uuid                     System node id
process_name               Ontap process that provided this instance
recv_data                      Number of bytes received per second
recv_errors                    Number of received Errors per second
recv_packet                   Number of packets received per second
sent_data                      Number of bytes sent per second
sent_errors                    Number of sent errors per second
sent_packet                   Number of packets sent per second
up_time                         Interface up time
vserver_id                      ID of the Vserver
vserver_name                Name of the Vserver

Public