#!/bin/sh
#
# ba-uwsgi-stats - Display uWSGI statistics
#
socat UNIX-CONNECT:/run/bondingadmin/uwsgi.stats STDIO
# Add additional newline
echo
