Skip to content
p-s-dev edited this page Mar 14, 2018 · 6 revisions

Welcome to the reorg-watcher wiki!

count logs of out-of-oder blocks with:

docker logs $CONTAINER 2>&1 | grep "Blocks out of order" | cut -d "=" -f 2 | cut -d " " -f 1 | sort | uniq -c

Sample results from instance running inn aws us-west-2b:

     46 aka
     33 etsc
     42 etz
     34 genom
     40 hotelbyte
     38 music
     34 pirl
   1595 tomo
      6 whale

After running for 3 days:

    960 aka
      2 ellaism
    169 etsc
    285 etz
    470 genom
    534 hotelbyte
     97 music
    541 pirl
  15447 tomo
     71 whale
Clone this wiki locally