#!/bin/bash

echo "
# show buckets acquired by this instance
curl -s localhost:8080/acquired_buckets_info | json_pp

# list users
curl -s localhost:8080/list_controllers

# dump statport
nc localhost 8091

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

