pystatsd:Statsd clientserver的Python实现

时间:2021-02-20 05:44:30
【文件属性】:
文件名称:pystatsd:Statsd clientserver的Python实现
文件大小:25KB
文件格式:ZIP
更新时间:2021-02-20 05:44:30
Python 介绍 pystatsd是Etsy出色的statsd服务器的客户端和服务器实现,这是Graphite stats收集和图形服务器的前端/代理。 石墨 统计 代码: : 博客文章: : pystatsdPython 2.7和3.8。 状态 审查并合并拉取请求,使内容与测试保持最新! 用法 有关示例用法,请参见statsd_test: from pystatsd import Client, Server srvr = Server(debug=True) srvr.serve() sc = Client('example.org',8125) sc.timing('python_test.time',500) sc.increment('python_test.inc_int') # or sc.incr() sc.decrement('python_test.decr_i
【文件预览】:
pystatsd-master
----setup.py(930B)
----.gitignore(39B)
----requirements.txt(10B)
----Makefile(37B)
----init()
--------pystatsd.conf.upstart(735B)
--------pystatsd.init(2KB)
--------pystatsd.default(632B)
----bin()
--------pystatsd-server(105B)
----MANIFEST.in(18B)
----.github()
--------workflows()
----COPYING(1KB)
----debian()
--------compat(2B)
--------control(552B)
--------python-statsd.docs(59B)
--------copyright(601B)
--------pycompat(2B)
--------changelog(1KB)
--------rules(119B)
--------watch(74B)
----README.md(2KB)
----tests()
--------__init__.py(44B)
--------client.py(4KB)
--------server.py(631B)
----redhat()
--------pystatsd.spec(2KB)
--------pystatsd-python2.4.patch(2KB)
----statsd_test.py(274B)
----pystatsd()
--------daemon.py(3KB)
--------gmetric.py(7KB)
--------__init__.py(76B)
--------statsd.py(4KB)
--------server.py(18KB)
----NEWS(0B)

网友评论