Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

846

March 29th, 2017 12:00

How to get the quantity of CIFS connection in use

I am moving from VNX to Isilon platform and as part of the migration I want to identify the extent of CIFS usage from each data  mover.

Like how many CIFS connections are active or in use.

I have narrowed down to the two below command :

server_netstat server_2 | grep -I est | grep -i  445

server_netstat server_2 | grep -i est | grep -i cifs

But i am not sure what is difference  between the two. Can anyone help?

there is an service name  entry in /etc/services named "cifs"

4 Operator

 • 

8.6K Posts

March 29th, 2017 14:00

server_cifs has the info about the number of active CIFS client connection - see the man page for usage

server_stats problably has that as well

No Events found!

Top