Home
last modified time | relevance | path

Searched refs:statsd_new (Results 1 – 5 of 5) sorted by relevance

/dports/net/tcpkali/tcpkali-1.1.1/deps/libstatsd/src/
H A Dstatsd.h105 ADDAPI int ADDCALL statsd_new(Statsd **stats, const char* serverAddress, int port, const char* name…
H A Dstatsd-cli.c159 int ret = statsd_new(&stats, serverAddress, port, prefix, bucket); in main()
H A Dstatsd.c215 int ADDCALL statsd_new(Statsd** stats, const char* serverAddress, int port, const char* nameSpace, … in statsd_new() function
/dports/net/tcpkali/tcpkali-1.1.1/deps/libstatsd/
H A DREADME.md69 int statsd_new(Statsd **stats, const char* serverAddress, int port, const char* nameSpace, const ch…
96 int ret = statsd_new(&stats, "localhost", STATSD_PORT, "application.test", "times");
102 If you have used statsd_new() to dynamically create a client object, you must call
/dports/net/tcpkali/tcpkali-1.1.1/src/
H A Dtcpkali.c960 statsd_new(&statsd, conf.statsd_host, conf.statsd_port, in main()