]> arthur.barton.de Git - netdata.git/commitdiff
changed the moto
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 25 Jan 2016 23:27:00 +0000 (01:27 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 25 Jan 2016 23:27:00 +0000 (01:27 +0200)
README.md
src/proc_diskstats.c
src/storage_number.h
web/index.html

index 0781339ef6dc1cf59f017e7646b360286bad2800..5523cc621d5287bf7c49dc2b8d1e27d777b66d91 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 netdata
 =======
 
-**Non disruptive, real-time monitoring and visualization, in the greatest possible detail**!
+**Real-time performance monitoring, in the greatest possible detail**!
 
 **netdata** tries to visualize the **truth of now**, in its **greatest detail**, so that you can get insights of what is happening now and what just happened, on your systems and applications.
 
index 15e38e4387acfc78bc007776bd0b52171d9b9557..5a61e9f09c1d082f6f92552e90a6c40ffa9867c5 100755 (executable)
@@ -334,7 +334,7 @@ int do_proc_diskstats(int update_every, unsigned long long dt) {
                if(ddo_qops) {
                        st = rrdset_find_bytype("disk_qops", disk);
                        if(!st) {
-                               st = rrdset_create("disk_qops", disk, NULL, disk, "Disk Queued I/O Operations", "operations", 2002, update_every, RRDSET_TYPE_LINE);
+                               st = rrdset_create("disk_qops", disk, NULL, disk, "Disk Current I/O Operations", "operations", 2002, update_every, RRDSET_TYPE_LINE);
                                st->isdetail = 1;
 
                                rrddim_add(st, "operations", NULL, 1, 1, RRDDIM_ABSOLUTE);
index 50d3e52f141d035e0ed39318795b8b5b3ccdf5b9..f35e99ddd7d60fdec5530825e844a7ed1202ad46 100755 (executable)
@@ -9,6 +9,11 @@ typedef long double calculated_number;
 typedef long long collected_number;
 #define COLLECTED_NUMBER_FORMAT "%lld"
 
+/*
+typedef long double collected_number;
+#define COLLECTED_NUMBER_FORMAT "%0.7Lf"
+*/
+
 typedef int32_t storage_number;
 typedef uint32_t ustorage_number;
 #define STORAGE_NUMBER_FORMAT "%d"
index 4b70d01eb5e12af242b976d410b697e03605e724..fcb00f0911182bdd389872b169631b229eee4d6e 100755 (executable)
                        <div class="row">
                                <div class="col-md-7">
                                        <h1>Netdata
-                                               <p class="lead">non disruptive, real-time visualization, in the greatest possible detail</p>
+                                               <p class="lead">Real-time performance monitoring, in the greatest possible detail</p>
                                        </h1>
                                </div>
                                <div class="col-md-5">