https://github.com/petethepig/statsd-manager
Statsd Admin Interface GUI
https://github.com/petethepig/statsd-manager
electron gui statsd
Last synced: over 1 year ago
JSON representation
Statsd Admin Interface GUI
- Host: GitHub
- URL: https://github.com/petethepig/statsd-manager
- Owner: petethepig
- Created: 2015-07-02T00:04:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T03:57:09.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T10:06:10.584Z (about 2 years ago)
- Topics: electron, gui, statsd
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statsd Manager 

### About
Statsd Manager is a GUI for [statsd admin interface](https://github.com/etsy/statsd/blob/master/docs/admin_interface.md). It's built with [electron](https://github.com/atom/electron). It works on Mac OS X, Linux and Windows.
### Downloads
Prebuild binaries for OS X can be found on the [releases](https://github.com/petethepig/statsd-manager/releases) page.
Source code:
```shell
# install dependencies
npm install electron-prebuilt -g
bower install
# run the app
electron .
```
### Connect to a remote server through an ssh tunnel
```shell
ssh @ -L 8126:127.0.0.1:8126 -N
```