1. 首页
  2. 数据库
  3. 其它
  4. pystatsd:Statsd clientserver的Python实现 源码

pystatsd:Statsd clientserver的Python实现 源码

上传者: 2021-04-27 12:45:15上传 ZIP文件 24.62KB 热度 12次
介绍 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_t
下载地址
用户评论