summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-12 00:40:08 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-12 00:40:08 +0200
commit6b4e441bc686073a0f1da675b2832d2dc34b854a (patch)
treec76c47be23a7f8810dc70154677dce47aab651a9 /web
parentb58c3beaf2a6bad91322e10e9543e79835c41c3d (diff)
improved welcome modal on the demo sites
Diffstat (limited to 'web')
-rw-r--r--web/index.html52
1 files changed, 15 insertions, 37 deletions
diff --git a/web/index.html b/web/index.html
index 9cf7eb291d..4f650c62a7 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2742,59 +2742,37 @@
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
- <h4 class="modal-title" id="welcomeModalLabel">Welcome</h4>
+ <h4 class="modal-title" id="welcomeModalLabel">Welcome to the world of netdata</h4>
</div>
<div class="modal-body">
<div class="p">
- You found <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> !
+ <div style="width: 100%; text-align: center; padding-top: 10px; padding-bottom: 10px; font-size: 18px;">
+ if there is a metric for something, we want it visualised<br/>
+ and we want this visualisation to be <strong>real-time</strong>, <strong>efficient</strong> and <strong>awesome</strong>
+ </div>
</div>
<div class="p">
<b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b>
- is the best way to monitor your servers and applications, to get <strong>real-time insights</strong>
+ is a new way to monitor your systems and applications, to get <strong>real-time insights</strong>
of what is really happening and what affects performance.
+ It is carefully optimised to be a real-time system, without interfering in any way,
+ to the core function of your systems.
</div>
<div class="p">
- This page is a live demo of it.
- </div>
- <hr/>
- <div class="p">
- <h4>it is ok to always run <strong>netdata</strong></h4>
- We have carefully optimised
<b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b>
- to achieve a real-time performance monitoring solution that does not interfere, in any way,
- to the core function of your servers or devices:
- <br/>&nbsp;<br/>
- <ul>
- <li>most installations will use just 1% cpu utilization of a single core and a few MB of RAM.</li>
- <li>it runs with the <code>SCHED_IDLE</code> process scheduler
- (check <code>man 2 sched_setscheduler</code>), for <i>very</i> low priority, lower than <code>nice 19</code>.</li>
- <li>it adjusts its Out-Of-Memory score (OOM) to the maximum, so that it will be the first process
- to be killed if your system starves for memory.</li>
- </ul>
- </div>
- <hr/>
- <div class="p">
- <h4>more metrics is good</h4>
- We designed <b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b>
- to monitor <strong>massive amounts of metrics, per server, per second</strong>.
- When installed on your systems it might come up with 1k or 2k metrics, but we have tested it with 100k
+ has been designed to monitor <strong>massive amounts of metrics, per server, per second</strong>.
+ When installed, it might come up with 1k to 3k metrics, but we have been testing it with 100k
metrics, all collected per second, and still the cpu utilisation remained negligible.
- <div style="width: 100%; text-align: center; padding-top: 10px; padding-bottom: 10px; font-size: 16px;">
- if there is a metric for something, we want it visualised<br/>
- and we want this visualisation to be <strong>real-time</strong>, <strong>efficient</strong> and <strong>awesome</strong>
- </div>
- We have also tried to give a meaning to each metric - to be educational.
- We have grouped, categorized and classified metrics into meaningful charts, providing the leads for
+ <br/>
+ We have also tried to give each metric, a meaning, a context.
+ We have grouped and categorized all metrics into meaningful charts, providing a
better understanding the underlying technologies and mechanisms.
</div>
- <hr/>
<div class="p">
- <h4><b><a href="https://github.com/firehol/netdata/wiki/a-github-star-is-important" target="_blank">a GitHub star is important</a></b></h4>
<b><a href="https://github.com/firehol/netdata/wiki" target="_blank">netdata</a></b> is free,
- open-source software. If you like it, you should
- <a href="https://github.com/firehol/netdata/wiki/a-github-star-is-important" target="_blank">give netdata a star at GitHub</a>.
+ open-source software. If you decide to use it,
+ <strong><a href="https://github.com/firehol/netdata/wiki/a-github-star-is-important" target="_blank">it is important to give netdata a star at GitHub</a></strong>.
</div>
- <hr/>
<div class="p">
Enjoy real-time performance monitoring!
</div>