A SERVICE OF

logo

Command Reference A-41
3. Produce file usage breakdowns for inodes whose size is less than 100000
bytes and whose access time is less than a day old:
filestats volume vol0 snapshot hourly.1 expr
{size}<100000&&{atimeage}<86400)
4. Produce a breakdown of the total number of files and their total size. You can
control the set of ages and sizes that get used for this breakdown, with the
ages and sizes arguments. The output also contains a breakdown of file
usage by user-id and group-id.
filestats snapshot hourly.1 volume vol0
NOTES
Currently, the expression-evaluating code does not do any optimizations, so
although you can use arithmetic expressions, it is most efficient if you do not. Of
course, its most efficient if you dont use any expression at all.
filestats