文件名称:bucky:Graphite的UDP前端
文件大小:72KB
文件格式:ZIP
更新时间:2024-03-11 19:22:09
Python
巴基 信息: Graphite的Bucky Statsd和Collected服务器 Bucky是用于收集和翻译Graphite指标的小型服务器。 它当前可以从CollectD守护程序和StatsD客户端收集度量标准数据。 安装 您可以按照常规方式通过easy_install或pip安装: $ easy_install bucky # or $ pip install bucky 安装后,您可以像这样运行Bucky: $ bucky Bucky将尝试安装PyCrypto,这需要安装python-dev软件包。 默认情况下,Bucky将在127.0.0.1:25826上打开CollectD UDP套接字,在127.0.0.1:8125上打开StatsD套接字,并尝试在127.0.0.1:2003上连接到本地Graphite(Carbon)守护程序。 这些都是可选的,如下图所示。 如
【文件预览】:
bucky-master
----setup.py(2KB)
----.gitignore(83B)
----CHANGES(2KB)
----bucky.py(92B)
----requirements.txt(39B)
----runit()
--------log()
--------run(76B)
----.travis.yml(1KB)
----MANIFEST.in(94B)
----supervisord()
--------conf.d()
----systemd()
--------bucky.service(207B)
----LICENSE(11KB)
----bucky()
--------names.py(2KB)
--------errors.py(264B)
--------udpserver.py(4KB)
--------carbon.py(5KB)
--------__init__.py(674B)
--------statsd.py(17KB)
--------cfg.py(2KB)
--------collectd.py(23KB)
--------client.py(1KB)
--------sentry.py(381B)
--------processor.py(2KB)
--------influxdb.py(3KB)
--------metricsd.py(8KB)
--------main.py(12KB)
--------helpers.py(1KB)
--------metrics()
----contrib()
--------statsd_perfomance_test.py(2KB)
----setup.cfg(27B)
----.github()
--------FUNDING.yml(15B)
----THANKS(256B)
----README.rst(15KB)
----tests()
--------t.py(4KB)
--------collectd-squares-encrypted.pkts(2KB)
--------test_000_bucky.py(1KB)
--------collectd-squares-signed.pkts(2KB)
--------collectd-counter-wraps.pkts(431B)
--------collectd-derive.pkts(808B)
--------test_003_processor.py(3KB)
--------collectd-false-counter.pkts(572B)
--------collectd-false-derive.pkts(760B)
--------collectd-squares.pkts(2KB)
--------test_004_helpers.py(374B)
--------collectd.pkts(32KB)
--------collectd-collector.py(2KB)
--------test_001_statsd.py(10KB)
--------test_002_collectd.py(11KB)
--------collectd-counter.pkts(863B)
----.coveragerc(24B)