Showing entries 1 to 1
Displaying posts with tag: notmysql (reset)
NetApp and cifs - where is the traffic going

Usually my posts are MySQL related though sometimes I will add something that I find that may not be related to MySQL....  like this. Sorry guys at http://planet.mysql.com :)

Here is a cool little NetApp feature to see where all the lovely windows CIFS traffic is going.

The command is 'cifs top' and it needs to have stats capture enabled on the NetApp for it to work. Here it is in action.


nas01b> options cifs.per_client_stats.enable true
nas01b> cifs top
ops/s reads(n, KB/s) writes(n, KB/s) suspect/s IP Name
44 | 6 206 | 0 0 | 0 | 127.0.0.1 IMG01\notreal
44 | 6 192 | 0 0 | 0 | 127.0.0.1 IMG01\notreal
44 | 6 182 | 0 0 | 0 | 127.0.0.1 IMG01\notreal
39 | 5 133 | 0 0 | 0 | 127.0.0.1 IMG01\notreal
nas01> cifs top
ops/s reads(n, KB/s) writes(n, KB/s) suspect/s IP Name
100 | 15 415 | 0 0 | 0 | 127.0.0.1 IMG01\notreal
96 | …

[Read more]
Showing entries 1 to 1