#!/bin/bash
uwsgi \
        --socket 0.0.0.0:8080 \
        --buffer-size 65536 \
        --workers 1 \
        --threads 512 \
        --protocol=http \
        --uid=www-data \
        --gid=www-data \
        --stats /tmp/statsock \
        --memory-report \
        -w tes.tes_wsgi &
telegraf &
twsproxy 8090