Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[fedora@alhena resources]$ wc extractedUuids
324 324 13608 extractedUuids
[fedora@alhena resources]$

 

 

...

[fedora@alhena bin]$ time ./shardmigrator.sh extractedUuids shardmigrator.properties
...
real 4m18.102s
user 0m37.013s
sys 0m4.877s
[fedora@alhena bin]$

...

real 0m6.946s
user 0m0.520s
sys 0m0.046s

[fedora@alhena fileenricher-0.0.1-SNAPSHOT]$ wc -l uuids
135301 uuids

...

[fedora@alhena fileenricher-0.0.1-SNAPSHOT]$ time cat ../md5sv2 | bin/fileenricher.sh uuids

real 1616m55.670s
user 29m35.541s
sys 3m17.524s

[fedora@alhena fileenricher-0.0.1-SNAPSHOT]$ wc -l *uuid*
16288 failure_uuids.txt
135082 success_uuids.txt
135301 uuids
286671 total
[fedora@alhena fileenricher-0.0.1-SNAPSHOT]$