-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 16 Mar 2015 12:11:53 +0000 "Devine, Steve" <[email protected]> wrote:
> I have been asked by senior leadership to gather data on the usage of our > cell. I can of course tell them how much disc space is in use and parse logs > from our filedrawers and FTP service, what I am struggling with is > determining access via native OpenAFS Windows, Mac and Linux clients. I've > been experimenting with Scout and Afsmonitor but haven't been able to find a > definitive solution. It seems like years ago I investigated logging at the > fileserver level and discovered that logging for usage wasn't possible. > > Has anyone found a way to gather these kind of stats? Thanks for your help. You can use "rxdebug" for this: use rxdebug <fileserver> -peers | grep "port 7001" | awk ... to get the ip-addr of clients known to this fileserver and then rxdebug <client> 7001 -v to get information about the client. Do this for all fileservers in the cell to get all clients. You get IP-addrs of your fileserver with "vos listaddrs -noresolv" HTH, Christof -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVBtWUAAoJEHOAkeR8FKk+VeEIAMnE8d7rkk1eURYQdFuSefyC fgk1uh/SZAQa7k3NttdZk12EpxnUePacSSe7HCUhXiOb1PmTUdgcWV5EDrUbZ6MO TN/Sw89FsU3uzqGUqE1fchhKlVrI8agQcwbwf1/N5Eh1L3AAnqYxVVSgSpW8MMnL ANzk++0jEuhf23onUjScpHaDvOtnXqvu1KEedS65ZGRfuES3AuZy+wGey3j4ZZZT qAS+hQTIlpaUBO2ZKLceFR3zSBSXMQOB5e/QCkWPHBuov3Kty+7pgjYciuX8wDgu wwcP74GePq9rJ7AUioFideG1Q819R1E3ZOFpUCnWqslKfAz9/ooOsEoDmJ3EnFw= =3HhD -----END PGP SIGNATURE-----
