This post is more than 5 years old
2 Intern
•
1.3K Posts
0
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"
No Events found!
Rainer_EMC
4 Operator
•
8.6K Posts
0
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