graphite概述
所属分类 graphite
浏览量 1309
Graphite does two things:
Store numeric time-series data
Render graphs of this data on demand
2大功能
存储时间序列数据
绘图
Graphite consists of 3 software components:
carbon - a Twisted daemon that listens for time-series data
whisper - a simple database library for storing time-series data (similar in design to RRD)
graphite webapp - A Django webapp that renders graphs on-demand using Cairo
三大组件
carbon 后台进程,用于监听接收时序数据
whisper 存储时序数据的数据库 (类似 RDD)
graphite webapp 基于 python Django框架的web应用,用于绘图
Twisted is an event-driven networking engine written in Python
事件驱动的python网络库
Cairo
免费的矢量绘图软件库,支持多种输出格式。
用 C 编写,为大多数常用的语言提供了绑定。
上一篇
下一篇
OpenTracing入门
kubernetes2018
开源监控系统介绍
aerospike key 说明
史上最强最骚程序员简历
linux中利用CGroup限制进程资源