From owner-toasters@mathworks.com Wed Aug 7 12:54 MDT 2002 From: Dirk Schmiedt Dirk.Schmiedt@munich.netsurf.de
- The command "filestats" should help you to find those "bad" users?
It can also produce tables and HTML output. :-) If you modify example 3 for your wanted limitations (limitation on mod-ages) you should find the "bad" users.
Best regards from Munich/Germany. Dirk Schmiedt ... can be found as NetApp-Trainer on www.qskills.de
NAME
filestats - collect file usage statistics
SYNOPSIS
filestats [ ages ages] [ timetype {a,m,c,cr}] [ sizes sizes] snapshot snapshot_name [ style style] [ volume volume_name]
DESCRIPTION
The filestats utility provides a summary of file usage within a volume. It must be used on a snapshot, and the only required argument is the snapshot name. The volume name defaults to "vol0" if not specified. If the volume you are examining is named otherwise, specify the name explicitly.
This looks cool ... and awful familier! ;-)
I wrote a Perl program that parses a filesystem(s) and generates similar types of reports on pretty much everything reported by stat(). So if you want another "flavor" of this, check out yadu available at: http://www.komar.org/ -> Misc. Tech Stuff -> yadu
Some sample output can also be seen there - almost eery how similar! ;-)
alek