Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 896 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 896 Bytes

Statsd Manager Statsd Manager Icon

Statsd Manager Screenshot

About

Statsd Manager is a GUI for statsd admin interface. It's built with electron. It works on Mac OS X, Linux and Windows.

Downloads

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 .

Connect to a remote server through an ssh tunnel

ssh <user>@<remote-address> -L 8126:127.0.0.1:8126 -N