Example
If there are 1024 files totaling 1 GB in the directory /ldt/gp/dir, within the GuardPoint /ldt/gp when rekey starts, the stats should appear as follows:
ls -1 /ldt/gp/dir | wc -l
1024
du -h /ldt/gp/dir
1.0G    /ldt/gp/dir
voradmin ldt stats /ldt/gp
LDT stats on /ldt/gp: version=3, rekey_status=rekeying
    Number of times rekeyed:                3 times
    Rekey start time:                       2021/06/14 23:53:56
    Last rekey completion time:             2021/06/14 21:26:09
    Estimated rekey completion time:        N/A
    Data stats:
        total=13.8GB, rekeyed=726.0MB, truncated=0.0MB
    File stats:
        total=1043, rekeyed=0, failed=0
        passed=0, skipped=0, created=0, removed=0, excluded=0
Upon renaming of the directory /ldt/gp/dir, any files that have not yet been processed by a GuardPoint level rekey, is added to the passed and truncated values in the stats:
voradmin ldt stats /ldt/gp
LDT stats on /ldt/gp: version=3, rekey_status=rekeying
    Number of times rekeyed:                        3 times
    Rekey start time:                               2021/06/14 23:53:56
    Last rekey completion time:2021/06/14 21:26:    09
    Estimated rekey completion time:                N/A
    Data stats:
        total=13.8GB, rekeyed=10.6GB, truncated=1.0GB
    File stats:
        total=1043, rekeyed=21, failed=0
        passed=1024, skipped=0, created=0, removed=0, excluded=0