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
[Read more...]