mirror of
https://github.com/netdata/netdata.git
synced 2025-05-05 01:30:32 +00:00
Move collectors/ under src/ (#16965)
This commit is contained in:
parent
e9760b43f5
commit
e0ec10411b
779 changed files with 1032 additions and 1032 deletions
docs/guides/monitor
|
@ -6,7 +6,7 @@ We love IoT and edge at Netdata, we also love machine learning. Even better if w
|
|||
of monitoring increasingly complex systems.
|
||||
|
||||
We recently explored what might be involved in enabling our Python-based [anomalies
|
||||
collector](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/anomalies/README.md) on a Raspberry Pi. To our delight, it's actually quite
|
||||
collector](https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/anomalies/README.md) on a Raspberry Pi. To our delight, it's actually quite
|
||||
straightforward!
|
||||
|
||||
Read on to learn all the steps and enable unsupervised anomaly detection on your on Raspberry Pi(s).
|
||||
|
@ -75,7 +75,7 @@ centralized cloud somewhere) is the resource utilization impact of running a mon
|
|||
|
||||
With the default configuration, the anomalies collector uses about 6.5% of CPU at each run. During the retraining step,
|
||||
CPU utilization jumps to between 20-30% for a few seconds, but you can [configure
|
||||
retraining](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/anomalies/README.md#configuration) to happen less often if you wish.
|
||||
retraining](https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/anomalies/README.md#configuration) to happen less often if you wish.
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue