- Home
- Unravel 4.6.2.1 Documentation
- User guide
- Advanced topics
- Unravel properties
- Small files report
Small files report
Note
You must restart the unravel_ondemand
daemon for any changes to take effect.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
unravel.python.reporting.small.files.use.avg.file.size.flag
| boolean | true | |
unravel.python.reporting.files.small.files.min.parent.dir.depth Directory depth to end the search at. For instance, if depth=2, a directory having depth more than or equal to 2 can be included in the report. Thus a directory such as | count | 0 | |
unravel.python.reporting.files.small.files.max.parent.dir.depth Directory depth to end search at. The maximum is 50. For instance, if depth=5, a directory having a depth less than or equal to 5 can be included in the report. Thus a directory, for example, | count | 10 | |
unravel.python.reporting.files.small.files.drill.down.subdirs.flag Determines to which ancestor directories a filesize is accounted for. If this is True then the file size is accounted for all ancestor directories. If this is False the file size is accounted for only the parent directory.
For example, given a file under a directory /one/two/three. when when | boolean | true |