]> arthur.barton.de Git - netdata.git/commitdiff
Update README.md
authorCosta Tsaousis <ktsaou@realize.gr>
Mon, 17 Jun 2013 19:27:15 +0000 (22:27 +0300)
committerCosta Tsaousis <ktsaou@realize.gr>
Mon, 17 Jun 2013 19:27:15 +0000 (22:27 +0300)
README.md

index e047a1952fbb1440f5cff49e44e044162885af55..1b27b2be95f9fdf92a912c53b799e532f829eb21 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,9 +11,8 @@ This little program will allow you to create embedable live monitoring charts on
 This deamon is written in C and is extremely lightweight.
 What it does is that it reads /proc/net/dev and for every interface present there, it creates a JSON data file.
 This JSON file contains all the data needed for the web graphs.
-
 Since these files are created too often (e.g. once per second) it is adviced to put them on tmpfs.
-The files have a fixed length, around just 4k for 60 seconds of graphs.
+The files have a fixed length, around just 3k for 60 seconds of graphs.
 
 2. On your web page, you add a few javascript lines and a DIV for every graph you need.
 Your browser will hit the web server to fetch the JSON data and refresh the graphs.