summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.d/filesystem.conf
AgeCommit message (Collapse)Author
2023-07-12eBPF Functions (enable/disable threads) (#15214)thiagoftsm
2021-10-18Fix interval usage and reduce I/O (#11662)thiagoftsm
2021-07-21Ebpf btrfs (#11348)thiagoftsm
2021-07-18eBPF ZFS monitoring (#11330)thiagoftsm
Add new filesystem monitoring to Netdata.
2021-07-08eBPF NFS monitoring (#11313)thiagoftsm
Add new filesystem monitoring.
2021-06-14Adds xfs filesystem monitoring to eBPF (#11238)thiagoftsm
2021-06-08eBPF ext4 (new thread for collector) (#11224)thiagoftsm
* ebpf_ext4: Add new thread * ebpf_ext4: Add configuration files * ebpf_ext4: Add helpers to identify partitions and main threads * ebpf_ext4: Add helpers to create chart * ebpf_ext4: Add functions to read data from kernel ring * ebpf_ext4: Add functions to send data to Netdata * ebpf_ext4: Adjust dimensions * ebpf_ext4: Add information for dashboard * ebpf_ext4: Update documentation * ebpf_ext4: Update algorithm to read Array table instead hash table * ebpf_ext4: Add new eBPF version * ebpf_ext4: Add obsolete chart * ebpf_ext4: Fix coverity report * ebpf_ext4: Fix grammar in readme.md * ebpf_ext4: Update link inside dashboard_info.js * ebpf_ext4: Rename function and remove unused options inside filesystem.conf * ebpf_ext4: Rename variables and fix format * ebpf_ext4: Rename more variables * ebpf_ext4: Update algorithm to create dimensions * ebpf_ext4: Fix comment grammar * ebpf_ext4: Add messages to simplify comparison with hash table * ebpf_ext4: Update eBPF release * ebpf_ext4: Remove variables to improve the buckets * ebpf_ext4: Update algorithm to select filesystem * ebpf_ext4: Remove messages * ebpf_ext4: Add comment to filesystem