зеркало из https://github.com/microsoft/statsd.git
add comment on example
This commit is contained in:
Родитель
9ecd4a7339
Коммит
89e6854b11
|
@ -1,5 +1,10 @@
|
|||
#! /usr/bin/perl
|
||||
|
||||
# example perl code for Etsy StatsD
|
||||
# Steve Sanbeg http://www.buzzfeed.com/stv
|
||||
# host and port are passed in as command line options, default to
|
||||
# localhost & 8125.
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Getopt::Long;
|
||||
|
|
Загрузка…
Ссылка в новой задаче