Start a Conversation

Unsolved

This post is more than 5 years old

1920

September 12th, 2017 08:00

VNX server_stats by CIFS client

Is there a way to list CIFS stats for a particular user or an IP address on VNX using server_stats. Using below command provides multiple clients but i'm looking for a particular user or an IP that i can specify

server_stats server_X -m cifs.client

Thanks in advance

September 27th, 2017 13:00

Try something like the following:

server_stats server_X -m cifs.user -i 1 | grep (user-id)

server_stats server_X -m cifs.client -i 1  | grep (client IP or name)

165 Posts

September 28th, 2017 09:00

Thanks Dave, that works. I was wondering if there is a specific parameter i can use to specify the client name or IP instead of using grep

No Events found!

Top