зеркало из https://github.com/microsoft/statsd.git
Merge pull request #419 from simonweil/master
Added the -w0 to the Usage example
This commit is contained in:
Коммит
a69778e3e7
|
@ -53,7 +53,7 @@ The basic line protocol expects metrics to be sent via UDP in the format:
|
||||||
So the simplest way to send in metrics from your command line if you have
|
So the simplest way to send in metrics from your command line if you have
|
||||||
StatsD running on localhost would be:
|
StatsD running on localhost would be:
|
||||||
|
|
||||||
echo "foo:1|c" | nc -u 127.0.0.1 8125
|
echo "foo:1|c" | nc -u -w0 127.0.0.1 8125
|
||||||
|
|
||||||
More Specific Topics
|
More Specific Topics
|
||||||
--------
|
--------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче