mmapplypolicy -L 5

Use this option to display all of the information from the previous levels, plus the attributes of candidate and excluded files.

These attributes include:
  • MODIFICATION_TIME
  • USER_ID
  • GROUP_ID
  • FILE_SIZE
  • POOL_NAME
  • ACCESS_TIME
  • KB_ALLOCATED
  • FILESET_NAME
This command:
mmapplypolicy fs1 -P policyfile -I test -L 5
produces the following additional information:
[I] Directories scan: 10 files, 1 directories, 0 other objects, 0 'skipped' files and/or errors.
/fs1/file1.save [2022-03-03@21:19:57 0 0 16384 sp1 2022-03-04@02:09:38 16 root] RULE 'exclude \
  *.save files'  EXCLUDE
/fs1/file2.save [2022-03-03@21:19:57 0 0 16384 sp1 2022-03-03@21:19:57 16 root] RULE 'exclude \
  *.save files' EXCLUDE
/fs1/file.tmp1  [2022-03-04@02:09:31 0 0 0 sp1 2022-03-04@02:09:31 0 root] RULE 'delete' DELETE \
  FROM POOL 'sp1' WEIGHT(INF)
/fs1/file.tmp1  [2022-03-04@02:09:31 0 0 0 sp1 2022-03-04@02:09:31 0 root] RULE 'all' LIST \
  'tmpfiles' WEIGHT(INF)
/fs1/file.tmp0  [2022-03-04@02:09:38 0 0 16384 sp1 2022-03-04@02:09:38 16 root] RULE 'delete' \
  DELETE FROM POOL 'sp1' WEIGHT(INF)
/fs1/file.tmp0  [2022-03-04@02:09:38 0 0 16384 sp1 2022-03-04@02:09:38 16 root] RULE 'all' \
  LIST 'tmpfiles' WEIGHT(INF)
/fs1/file1      [2022-03-03@21:32:41 0 0 16384 sp1 2022-03-03@21:32:41 16 root] RULE 'migration \
  to system pool' MIGRATE FROM POOL 'sp1' TO POOL 'system' WEIGHT(INF)
/fs1/file0      [2022-03-03@21:21:11 0 0 16384 sp1 2022-03-03@21:32:41 16 root] RULE 'migration \
  to system pool' MIGRATE FROM POOL 'sp1' TO POOL 'system' WEIGHT(INF)
where the lines:
/fs1/file1.save [2022-03-03@21:19:57 0 0 16384 sp1 2022-03-04@02:09:38 16 root] RULE 'exclude \
  *.save files' EXCLUDE
/fs1/file2.save [2022-03-03@21:19:57 0 0 16384 sp1 2022-03-03@21:19:57 16 root] RULE 'exclude \
  *.save files' EXCLUDE
show the attributes of excluded files /fs1/file1.save and /fs1/file2.save.