summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-11-11 18:21:15 +0200
committerGitHub <noreply@github.com>2018-11-11 18:21:15 +0200
commit1b09fd48e82be2c2abcb658f302aeba73ff5dc2a (patch)
tree76d6f4985f7fef01a5680d632e37c433b13c5c72
parent0c935fd0b5830fb4bdc90fd098dc1d1e81e1489b (diff)
updated readme (#4606)
-rw-r--r--README.md50
1 files changed, 25 insertions, 25 deletions
diff --git a/README.md b/README.md
index 34f7016f6d..598d217dff 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ Once you use it on your systems, **there is no going back**! *You have been warn
1. [How it looks](#how-it-looks) - have a quick look at it
2. [User base](#user-base) - who uses netdata?
-3. [Why Netdata](#why-netdata) - why people love netdata, how it compares with other solutions
-4. [Quick Start](#quick-start) - try it now on your systems
+3. [Quick Start](#quick-start) - try it now on your systems
+4. [Why Netdata](#why-netdata) - why people love netdata, how it compares with other solutions
5. [News](#news) - latest news about netdata
6. [infographic](#infographic) - everything about netdata, in a page
7. [Features](#features) - what features does it have
@@ -69,6 +69,29 @@ Docker pulls as reported by docker hub:<br/>[![netdata/netdata (official)](https
*in the last 24 hours:*<br/> [![New Users Today](http://registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=persons&after=-86400&options=unaligned&group=incremental-sum&label=new%20users%20today&units=null&value_color=blue&precision=0&v42)](https://registry.my-netdata.io/#menu_netdata_submenu_registry) [![New Machines Today](https://registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=machines&group=incremental-sum&after=-86400&options=unaligned&label=servers%20added%20today&units=null&value_color=orange&precision=0&v42)](https://registry.my-netdata.io/#menu_netdata_submenu_registry) [![Sessions Today](https://registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_sessions&after=-86400&group=incremental-sum&options=unaligned&label=sessions%20served%20today&units=null&value_color=yellowgreen&precision=0&v42)](https://registry.my-netdata.io/#menu_netdata_submenu_registry)
+## Quick Start
+
+You can quickly install netdata on a Linux box (physical, virtual, container, IoT) with the following command:
+
+```sh
+# make sure you run `bash` for your shell
+bash
+
+# install netdata, directly from github sources
+bash <(curl -Ss https://my-netdata.io/kickstart.sh)
+```
+![](http://registry.my-netdata.io/api/v1/badge.svg?chart=web_log_nginx.requests_per_url&options=unaligned&dimensions=kickstart&group=sum&after=-3600&label=last+hour&units=installations&value_color=orange&precision=0) ![](http://registry.my-netdata.io/api/v1/badge.svg?chart=web_log_nginx.requests_per_url&options=unaligned&dimensions=kickstart&group=sum&after=-86400&label=today&units=installations&precision=0)
+
+The above command will:
+
+1. install any required packages on your system (it will ask you to confirm before doing so),
+2. download netdata source to `/usr/src/netdata.git`
+3. compile it, install it and start it
+
+More installation methods and additional options can be found at the [installation page](https://github.com/netdata/netdata/wiki/Installation).
+
+![image](https://user-images.githubusercontent.com/2662304/48304090-fd384080-e51b-11e8-80ae-eecb03118dda.png)
+
## Why Netdata
Netdata has a quite different approach to monitoring.
@@ -176,29 +199,6 @@ Of course, real-time monitoring requires resources. So netdata is extremely opti
Netdata will use some CPU and memory, but it will not produce any disk I/O at all, apart its logs (which you can disable if you like).
-## Quick Start
-
-You can quickly install netdata on a Linux box (physical, virtual, container, IoT) with the following command:
-
-```sh
-# make sure you run `bash` for your shell
-bash
-
-# install netdata, directly from github sources
-bash <(curl -Ss https://my-netdata.io/kickstart.sh)
-```
-![](http://registry.my-netdata.io/api/v1/badge.svg?chart=web_log_nginx.requests_per_url&options=unaligned&dimensions=kickstart&group=sum&after=-3600&label=last+hour&units=installations&value_color=orange&precision=0) ![](http://registry.my-netdata.io/api/v1/badge.svg?chart=web_log_nginx.requests_per_url&options=unaligned&dimensions=kickstart&group=sum&after=-86400&label=today&units=installations&precision=0)
-
-The above command will:
-
-1. install any required packages on your system (it will ask you to confirm before doing so),
-2. download netdata source to `/usr/src/netdata.git`
-3. compile it, install it and start it
-
-More installation methods and additional options can be found at the [installation page](https://github.com/netdata/netdata/wiki/Installation).
-
-![image](https://user-images.githubusercontent.com/2662304/48304090-fd384080-e51b-11e8-80ae-eecb03118dda.png)
-
## News
`Nov 6th, 2018` - **[netdata v1.11.0 released!](https://github.com/netdata/netdata/releases)**