forked from OpenTSDB/opentsdb.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (170 loc) · 7.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>OpenTSDB - A Distributed, Scalable Monitoring System</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen"/>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18339382-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header><div id="headerbar">
<h1><a href="index.html">OpenTSDB</a></h1>
<nav><ul id="navbar">
<li><a href="overview.html">Overview</a></li>
<li><a href="getting-started.html">Getting Started</a></li>
<li><a href="manual.html">Manual</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul></nav>
</div></header>
<!--[if lte IE 8]>
<div class="iesucks">Warning: You're using an unsupported, archaic browser.
Get a better, modern browsing experience with
<a href="http://www.google.com/chrome">Chrome</a> or
<a href="http://www.mozilla.com/firefox">Firefox</a>.</div>
<![endif]-->
<section id="content">
<section id="intro">
<h2 class="intro">What's OpenTSDB?</h2>
<p>
<strong>OpenTSDB is a distributed, scalable Time Series Database
(TSDB)</strong> written on top of <a href="http://hbase.org">HBase</a>.
OpenTSDB was written to address a common need: store, index and serve
metrics collected from computer systems (network gear, operating systems,
applications) at a large scale, and make this data easily accessible and
graphable.
<p>
Thanks to HBase's scalability, OpenTSDB allows you to <strong>collect many
thousands of metrics from thousands of hosts and applications</strong>, at a
high rate (every few seconds). OpenTSDB will never delete or downsample data
and can easily store billions of data points. As a matter of fact,
<a href="http://www.stumbleupon.com">StumbleUpon</a> uses it to keep track of
hundred of thousands of time series and collects over 1 billion data
points per day in their main production datacenter. Other sites such as
<a href="https://www.box.com/">Box</a> or
<a href="http://www.tumblr.com/">Tumblr</a> are pushing tens of billions of
data points per day.
<p>
Imagine having the ability to quickly plot a graph showing the number of
<code>DELETE</code> statements going to your MySQL database along with the
number of slow queries and temporary files created, and correlate this with
the 99th percentile of your service's latency. OpenTSDB makes generating such
graphs on the fly a trivial operation, while manipulating millions of
data point for very <strong>fine grained, real-time monitoring</strong>.
<div style="float:left;margin-right:20px;text-align:right;font-size:small;margin-bottom:10px;margin-left:-30px">
<a href="img/tsd-sample.png"><img id="sample-graph" src="img/tsd-sample-small.png"/></a><br/>
<small>15464 points retrieved, 932 points plotted in 100ms</small><br/>
Generating custom graphs and correlating events is easy.</div>
<p>
We have found this tremendously helpful to:
<ul style="margin-left:175px">
<li>Get real-time state information about our infrastructure and services.</li>
<li>Understand outages or how complex systems interact together.</li>
<li>Measure SLAs (availability, latency, etc.)</li>
<li>Tune our applications and databases for maximum performance.</li>
<li>Do capacity planning.</li>
</ul>
<p>
OpenTSDB is free software and
<a href="https://github.com/OpenTSDB/opentsdb">is available</a> under the
LGPLv2.1+ license.
<p>
Join the OpenTSDB mailing list:
<a href="http://groups.google.com/group/opentsdb">opentsdb<!--fuckSPAM-->@googlegroups.com</a>
<hr/>
<p>
2013-08-05: OpenTSDB 2.0.0 RC 1 has been released. Please download it from <a href="https://github.com/OpenTSDB/opentsdb/releases/tag/v2.0.0RC1">GitHub</a> and help us find bugs! Checkout the new <a href="http://opentsdb.net/docs/build/html/index.html">documentation</a> to find out what's new.
</p>
<hr/>
<div style="float:right">
<a href="http://www.hbasecon.com/schedule/"><img
src="http://www.hbasecon.com/wp-content/themes/hbasecon/images/logo-hbasecon.png"
width="256" height="80" border="0" alt="HBaseCon 2013" title="HBaseCon 2013"/></a>
</div>
<p>
2013-06-19: Thanks to everyone who attended <a href="http://www.hbasecon.com/">HBaseCon</a> and to Jonathan Creasy and Geoff Anderson of Box for their <a href="http://www.hbasecon.com/sessions/opentsdb-at-scale/">OpenTSDB @scale presentation</a>! OpenTSDB was everywhere, from the keynote, to graphs showing up in slides during various talks. Visit the <a href="http://www.hbasecon.com/schedule/">HBaseCon site</a> for videos and slides. And thank you to the folks from Turn who dropped by our little meetup with cool updates to the UI.
<hr/>
<p> 2013-03-12: We're hard at work on OpenTSDB v2.0. Read the <a href="version-two.html">roadmap</a> and contribute your ideas.</p>
<hr/>
<p>
2013-03-08:
<a href="https://code.google.com/p/opentsdb/downloads/detail?name=opentsdb-1.1.0.tar.gz">OpenTSDB v1.1.0</a>
has been released. Read the
<a
href="https://groups.google.com/d/msg/opentsdb/UE98_5EV8h0/RUCTPHaJqBoJ">announcement</a>.
<hr/>
<p>
2013-02-16: The second release candidate of OpenTSDB v1.1.0 is available.
Read the
<a href="https://groups.google.com/d/topic/opentsdb/canl1y38u8Q/discussion">announcement</a>.
</p>
<hr/>
<p>
2013-02-14: <a href="https://github.com/OpenTSDB/asynchbase/">AsyncHBase</a>
v1.4.1 was
<a href="https://groups.google.com/d/topic/asynchbase/xkENbFS1ch0/discussion">released</a>.
<hr/>
<p>
Watch the video of the talk on <a href="http://vimeo.com/59416985">"OpenTSDB
at Box"</a>, given at the
<a href="http://www.meetup.com/San-Francisco-Metrics-Meetup/events/98875712/">January
SF Metrics Meetup</a>.
<hr/>
<p>
2013-01-20: The first release candidate of OpenTSDB v1.1.0 is available.
Read the
<a href="https://groups.google.com/d/topic/opentsdb/EAZM21tsgro/discussion">announcement</a>.
<hr/>
<p>
Thanks to those who attended the
<a href="http://www-conf.slac.stanford.edu/xldb2012/lightening_abstracts.asp#BSigoure">lightening talk</a>
and subsequent poster session about OpenTSDB at
<a href="http://www-conf.slac.stanford.edu/xldb2012/">XLDB</a>, on September
11, 2012 at Stanford University. Watch the talk on <a href="http://www.youtube.com/watch?v=xmC7UsKf9UQ">YouTube</a>.
<hr/>
<p>
Thanks to those who attended <a href="http://www.hbasecon.com/">HBaseCon</a>
on May 22, 2012 in San Francisco,
<a href="/misc/opentsdb-hbasecon.pdf">here are the slides</a> of the talk on
Lessons Learned from OpenTSDB<!--</a>-->.
<hr/>
<p>
December 23, 2011:
<a href="https://groups.google.com/forum/#!topic/opentsdb/bG6ARrNjEcs">OpenTSDB
1.0.0 has been released</a>!
<hr/>
<p>
<div style="float:right">
<a href="http://www.oscon.com/oscon2011/public/schedule/detail/19785"><img
src="http://assets.en.oreilly.com/1/event/61/oscon2011_data_speaking_210x60.gif"
width="210" height="60" border="0" alt="OSCON Data 2011" title="OSCON Data 2011"/></a>
</div>
Missed the
<a href="http://www.oscon.com/oscon2011/public/schedule/detail/19785">talk on
OpenTSDB</a> at <a href="http://www.oscon.com/oscon2011/public/content/data">OSCON
Data</a>? <a href="/misc/opentsdb-oscon.pdf">Get the slides</a>.
<p/>
You can also watch the
<a href="http://www.youtube.com/watch?v=WlsyqhrhRZA">talk online on YouTube</a>.
<hr/>
<p>
This site isn't very pretty, you can improve it by
<a href="https://github.com/OpenTSDB/opentsdb.net">forking it on GitHub</a>.
</section>
<footer>
© 2010–2013 The OpenTSDB Authors.
</footer>
</section></body></html>