Statsd Manager is a GUI for statsd admin interface. It's built with electron. It works on Mac OS X, Linux and Windows.
Prebuild binaries for OS X can be found on the releases page.
Source code:
# install dependencies
npm install electron-prebuilt -g
bower install
# run the app
electron .
ssh <user>@<remote-address> -L 8126:127.0.0.1:8126 -N