@cryptotaxi247 / netdata-1 / commits / 865c33e29

Update README.md

Costa Tsaousis committed Mar 26, 2024 at 14:05 UTC 865c33e29c141872179e00c22917115ee94c5108
1 file changed +13 -14
README.md
+13 -14
@@ -39,22 +39,21 @@ It scales nicely from just a single server to thousands of servers, even in comp
39 **WHAT CAN BE MONITORED WITH IT**:<br/>
40
41 Netdata monitors all the following:
42 -
42 |Component|Linux|FreeBSD|macOS|Windows*|
43 |---:|:---:|:---:|:---:|:---:|
45 -|System Resources<small><br/>CPU, Memory, shared resources</small>|Full|Yes|Yes|Yes|
46 -|Storage<small><br/>Disks, Mounts, Filesystems, RAID</small>|Full|Basic|Basic|Basic|
47 -|Network<small><br/>Interfaces, Protocols, Firewall, etc</small>|Full|Basic|Basic|Basic|
48 -|Hardware & Sensors|Full|Some|Some|Some|
49 -|O/S Services|Yes<small><br/>`systemd`-only</small>|-|-|-|
50 -|Logs|Yes<small><br/>`systemd`-journal|-|-|-|
51 -|Processes|Yes|Yes|Yes|Yes|
52 -|Network Connections<small><br/>TCP and UDP sockets per PID</small>|Yes|-|-|-|
53 -|Containers<small><br/>Docker, LXC, Kubernetes, etc</small>|Yes|-|-|-|
54 -|VMs (from the host)<small><br/>KVM, qemu, libvirt, Proxmox, etc</small>|Yes<small><br/>`cgroups`</small>|-|-|Some<small><br/>`Hyper-V`</small>|
55 -|Synthetic Checks<small><br/>Test APIs, TCP ports, Ping, etc</small>|Yes|Yes|Yes|Yes|
56 -|Packaged Applications<small><br/>nginx, apache, prosgress, redis,<br/>and hundreds more</small>|Yes|Yes|Yes|Yes|
57 -|Custom Applications<small><br/>OpenMetrics, StatsD</small>|Yes|Yes|Yes|Yes|
44 +|**System Resources**<small><br/>CPU, Memory and system shared resources</small>|Full|Yes|Yes|Yes|
45 +|**Storage**<small><br/>Disks, Mount points, Filesystems, RAID arrays</small>|Full|Basic|Basic|Basic|
46 +|**Network**<small><br/>Network Interfaces, Protocols, Firewall, etc</small>|Full|Basic|Basic|Basic|
47 +|**Hardware & Sensors**|Full|Some|Some|Some|
48 +|**O/S Services**<small><br/>Resources, Performance and Status</small>|Yes<small><br/>`systemd`-only</small>|-|-|-|
49 +|**Logs**|Yes<small><br/>`systemd`-journal|-|-|-|
50 +|**Processes**<small><br/>Resources, Performance, OOM, and more</small>|Yes|Yes|Yes|Yes|
51 +|**Network Connections**<small><br/>TCP and UDP sockets per PID</small>|Yes|-|-|-|
52 +|**Containers**<small><br/>Docker/containerd, LXC/LXD, Kubernetes, etc</small>|Yes|-|-|-|
53 +|**VMs** (from the host)<small><br/>KVM, qemu, libvirt, Proxmox, etc</small>|Yes<small><br/>`cgroups`</small>|-|-|Some<small><br/>`Hyper-V`</small>|
54 +|**Synthetic Checks**<small><br/>Test APIs, TCP ports, Ping, Certificates, etc</small>|Yes|Yes|Yes|Yes|
55 +|**Packaged Applications**<small><br/>nginx, apache, prosgress, redis, and hundreds more</small>|Yes|Yes|Yes|Yes|
56 +|**Custom Applications**<small><br/>OpenMetrics, StatsD</small>|Yes|Yes|Yes|Yes|
57
58 When Netdata runs on Linux, it monitors every kernel feature available, providing full coverage of all kernel technologies that can be monitored.
59