TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Graphiti: An Alternate Frontend for Graphite

61 点作者 vanessa超过 13 年前

6 条评论

nwmcsween超过 13 年前
Why would I want to use graphite, a python based graphing solution to say rrdtool?
评论 #3362413 未加载
评论 #3362513 未加载
latchkey超过 13 年前
Graphite is a great tool for quickly seeing what is going on. Generating the graphs was always a bit of a pain point for it. I must say, this is an amazing contribution. Thanks so much.<p>(I'm the author of <a href="http://jmxtrans.googlecode.com" rel="nofollow">http://jmxtrans.googlecode.com</a> which allows you to very easily tie together Graphite &#38; Java Management Extensions (JMX) for monitoring all of your JVM's.)
josephruscio超过 13 年前
Another alternative is to consider a service that handles storage/visualization/alerting/etc for your time-series data. I work for a startup that does exactly that and there are other options in this space as well. Would love any feedback you guys might have: <a href="https://metrics.librato.com" rel="nofollow">https://metrics.librato.com</a>
评论 #3362849 未加载
评论 #3362763 未加载
sciurus超过 13 年前
As this post recognizes, there are a lot of components bundled under the name Graphite:<p>* There's whisper, the file format carbon uses to store time-series data.<p>* There's carbon, the daemons that accept data over the network, combines them, and writes them to whisper files.<p>* There's graphite, a django application that can read data from carbon files or RRD files. Graphite features several user interfaces of its own as well as an API to render the data as graphs or as numerical values.<p>What I find most interesting is graphite's API's potential as an intermediary service between your metrics storage (whether its RRD, whisper, or some other format that you add support for) and your applications that need to consume those metrics (e.g. your monitoring system, your dashboards).
potch超过 13 年前
I've been working on a less-configurable sort of graphite dashboard for use as an ambient display- <a href="https://github.com/potch/statsdash" rel="nofollow">https://github.com/potch/statsdash</a>. Looks great on a tablet.
评论 #3362430 未加载
评论 #3362352 未加载
devinfoley超过 13 年前
I'm very excited by this. Graphite is an amazing tool, but the UI feels a bit outdated.