6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
-e vtime Reports are filtered based on the last validated time of files in a file system.
-e mtime Reports are filtered based on the last modified time of files in a file system.
-e tier Reports are filtered based on the tier in a file system. This option provides a
report for a selected tier in a file system or exclude a selected tier from report in a file
system.
-e tag_ custom_tag_value Reports are filtered based on the custom metadata.
For example, to specify scope for files that are "green", tagged with "color" custom tag,
specify "tag_ color green". Conditions to specify the filter criteria:
"=" or "is" to specify equal. Applicable for pathname, state, ownerid, groupid
scopes. For example, to specify the owner is equal to root, use the following
expression: "ownerid = 0" or "ownerid is 0"
"!=" or "isnot" to specify not equal. This option is applicable for pathname,
state, ownerid, and groupid scopes. For example, to specify the owner is not equal
to root, use the following expression: "ownerid != 0" or "ownerid isnot
0"
">" to specify greater than. Applicable for filesize, accesstime, createtime, vtime,
mtime scopes. For example: file size > 1K
">=" to specify greater than or equal to. Applicable for filesize, accesstime,
createtime, vtime, mtime scopes. For example: file size >= 1K
"<" to specify less than. Applicable for filesize, accesstime, createtime, vtime, mtime
scopes. For example: file size < 1K
"<=" to specify less than or equal to. Applicable for filesize, accesstime, createtime,
vtime, mtime scopes. For example: file size <= 1K
You can also combine filters to further limit the scope of reports. Use the "AND", "OR"
and "()" combination operators to combine various scopes to construct filter criteria. For
example, to specify filter criteria as "owner equal to root OR filesize greater than 1
mebibyte" use -e "ownerid is 0 OR filesize > 1M".
-g GROUPING_DEFN Reports can be grouped based on the grouping criteria, such as by
tier. With this option, reports are generated for each specified group. For example, if you
provide a tier, reports are generated for each tier.
-p SORTING_DEFN Sorts the report based on file count and file size, in ascending or
descending order.
-p "filecount:asc" Sorts the file count in ascending order.
-p "filecount:desc" Sorts the file count in descending order.
-p "filesize:asc" Sorts the file size in ascending order.
-p "filesize:desc" Sorts the file size in descending order.
-m FORM_DEFN Specifies whether the report should have both a chart and a table or only a
table. By default, a report contains a chart and a table. This option is only applicable for PDF
and HTML reports. CSV and text reports display only tables. Options:
-m "table" The report displays only a table.
-m "table_graph" (Default) The report displays a chart and table.
ibrix_reports 173