#!/bin/bash

echo "
# disable messages processing for 60 sec (override previous ttl if called twice)
curl -s localhost:8080/disable_processing?ttl=60

# dump statport
nc localhost 8091
"

