@cryptotaxi247 / netdata-1 / commits / 529448e35

Update README.md

Costa Tsaousis committed Jul 25, 2023 at 14:43 UTC 529448e35bddc30f584a7ce999d97f304525bc7c
1 file changed +1 -1
README.md
+1 -1
@@ -388,7 +388,7 @@ Yes, you can!
388
389 Netdata has been designed to spread disk writes across time. Each metric is flushed to disk every 17 minutes, but metrics are flushed evenly across time, at an almost constant rate. Also, metrics are packed into bigger blocks we call `extents` and are compressed with LZ4 before saving them, to minimize the number of I/O operations made.
390
391 -Single nodes Agents (not Parents), you should have a constant rate of about 50 KiB/s or less, with some spikes above that every minute (flushing of tier 1) and higher spikes every hour (flushing of tier 2).
391 +Single node Agents (not Parents), you should have a constant rate of about 50 KiB/s or less, with some spikes above that every minute (flushing of tier 1) and higher spikes every hour (flushing of tier 2).
392
393 Health Alerts and Machine-Learning run queries to evaluate their expressions and learn from the metric patterns. These are also spread over time, so there should be an almost constant read rate too.
394