crwang / statsd-dummy

Dummy UDP server on the default statsd port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a dummy udp app that simply echos the data sent to it.

It is hard-coded in index.js to listen to 0.0.0.0:8125 for the statsd agent.

Running the server

Install the dependencies

$ npm install

Run the server

$ npm start

About

Dummy UDP server on the default statsd port


Languages

Language:JavaScript 100.0%