summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.d.conf
AgeCommit message (Collapse)Author
2023-07-12eBPF Functions (enable/disable threads) (#15214)thiagoftsm
2023-06-14ebpf: disable sync by default (#15190)Ilya Mashchenko
2023-05-24New eBPF option (#14691)thiagoftsm
2023-04-24Address issues on `EC2` (eBPF). (#14902)thiagoftsm
2023-04-12Disable threads that update with high frequency (#14897)thiagoftsm
2023-02-03Reduce service exit (#14381)thiagoftsm
2022-12-15Disable integration by default (eBPF <-> APPS) (#14147)thiagoftsm
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Fixes https://github.com/netdata/netdata/issues/14138
2022-08-23Improve PID monitoring (step 2) (#13530)thiagoftsm
2022-05-06Remove sync warning (#12831)thiagoftsm
2022-04-19chore(ebpf.plugin): re-enable socket module by default (#12702)Ilya Mashchenko
2022-02-04disable_ebpf_socket: Disable thread while race condition is fixed (#12085)thiagoftsm
2021-12-22Spelling (#10976)Josh Soref
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-10-23eBPF mdflush (#11681)Uman Shahzad
* mdflush: initial agent-side collector. * mdflush: fix x-axis name. * mdflush: fix issue where we iteration doesnt occur. * mdflush: update flush prio to match health. health seems to be global just as flush is, so keep them together. * mdflush: vsn bump. * mdflush: add reference to bcc tool. * mdflush: add more docs. * mdflush: change family name to indicate ebpf. * mdflush: remove "count" word in chart. * mdflush: change mdstat prios so flush comes after health.
2021-10-18Fix interval usage and reduce I/O (#11662)thiagoftsm
2021-10-01Integrate eBPF and cgroup (consumer side) (#11573)thiagoftsm
2021-09-29eBPF Shared Memory system call tracking (#11560)Uman Shahzad
2021-09-16eBPF OOM kill tracking (#11470)Uman Shahzad
2021-08-24eBPF Soft IRQ latency (#11445)Uman Shahzad
2021-08-18eBPF Hard IRQ latency (#11410)Uman Shahzad
2021-08-11Split eBPF programs (#11401)thiagoftsm
2021-07-29eBPF mount (#11358)thiagoftsm
2021-07-02Ebpf disk latency (#11276)thiagoftsm
Add disk monitoring independent of filesystem.
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
2021-05-28VFS new thread (#11187)thiagoftsm
Split process thread in two different threads.
2021-05-24Ebpf swap (#11090)thiagoftsm
Add new thread to ebpf.plugin.
2021-05-03Ebpf directory cache (#10855)thiagoftsm
Add new thread to ebpf.plugin.
2021-04-15Bring flexible adjust for eBPF hash tables (#10962)thiagoftsm
Give possibility for users to set hash table size.
2021-03-18eBPF plugin thiagoftsm
Change eBPF plugin internal organization.