Skip to content

Releases: tigrawap/locar

Stats in flight

10 Sep 09:45
Compare
Choose a tag to compare
  • Added option --with-size to output file sizes in FILENAME FILE_SIZE format
  • If used both with --inodes it will be FILENAME INO FILE_SIZE

Querying file size requires doing stats, this might take additional time
By default there are 128 threads that doing stats, this number can be increased with --result-jobs

  • Deprecated --resilient option, it is a default now, to abort on errors use --stop-on-error

Full path, please

06 Jan 12:18
Compare
Choose a tag to compare

Should print full path when skipping records

Better output

22 Oct 15:37
Compare
Choose a tag to compare
  • More verbose output when skipping filesystem entries, providing user with inode and entry type

Timeout support for readdirs

17 Oct 14:06
Compare
Choose a tag to compare
  • --timeout option, applied separately to dir Open and ReadDirent. Defaults to 5 minutes, human syntax supported, i.e 5ns, 10s, 5m
    In case timeout expired error emitted and os thread kept hanging, which might prevent process from exiting (due to hanging ios on filesystem level)

More errors handling

16 Oct 21:37
Compare
Choose a tag to compare
  • ReadDirent also should be handled by resilience and better logs

Better errors

16 Oct 12:53
Compare
Choose a tag to compare
  • Print directory name when fails to list

Bugfixes. Exits properly now

24 May 13:15
Compare
Choose a tag to compare

Fixed exit condition, locar was stuck on exit (#2 )

High-throughput optimisation

20 May 11:54
Compare
Choose a tag to compare

Optimizations for filesystems capable of returning 5M+ objects per second

Inodes support

13 May 09:04
Compare
Choose a tag to compare

Flag: --inodes
Will print out in "filename inode" format

You know, find

25 Jun 15:15
Compare
Choose a tag to compare
0.1

Minimalistic readme