#! /bin/bash

echo "
# describe shards processed by this instance
curl -s localhost:31080/state

# dump statport
nc localhost 8091

# check if all shards are acquired
python3 /usr/share/equalizer/shards_analyzer.py
"
