summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_dcstat.c
AgeCommit message (Collapse)Author
2023-11-11Split chars (eBPF <-> Apps integration) (#16139)thiagoftsm
2023-10-11Modify eBPF exit (#16159)thiagoftsm
2023-09-14eBPF socket function (#15850)thiagoftsm
2023-07-20Hash table charts (#15323)thiagoftsm
2023-07-12eBPF Functions (enable/disable threads) (#15214)thiagoftsm
2023-07-06Rename generic `error` function (#15296)thiagoftsm
2023-06-30Replace `info` macro with a less generic name (#15266)Carlo Cabrera
2023-06-19Speed up eBPF exit before to bring functions (#15187)thiagoftsm
2023-05-24New eBPF option (#14691)thiagoftsm
2023-04-24Address issues on `EC2` (eBPF). (#14902)thiagoftsm
2023-03-08eBPF new charts (user ring) (#14623)thiagoftsm
2023-02-27Use vector allocation whenever is possible (eBPF) (#14591)thiagoftsm
2023-02-21Memory management eBPF (#14462)thiagoftsm
2023-02-03Reduce service exit (#14381)thiagoftsm
2023-01-27Improve ebpf exit (#14270)thiagoftsm
2023-01-04Fix typos (#14194)Dimitris Apostolou
2022-12-12Fix eBPF load on RH 8.x family and improve code. (#14090)thiagoftsm
2022-11-25Improve eBPF exit (#14012)thiagoftsm
2022-11-01Fix systemd chart update (eBPF) (#13884)thiagoftsm
2022-10-13allow disabling netdata monitoring section of the dashboard (#13788)Costa Tsaousis
* allow disabling netdata monitoring section of the dashboard * disable-netdata-stats: Modify eBPF.plugin to disable statistic charts according user selection, by default it is enabled * Don't send internal statistics for exporting engine if it's disabled. * Fix global statistics flag initialization * Don't send internal statistics for checks plugin if it's disabled. Co-authored-by: Thiago Marques <thiagoftsm@gmail.com> Co-authored-by: Vladimir Kobal <vlad@prokk.net>
2022-08-23Improve PID monitoring (step 2) (#13530)thiagoftsm
2022-08-12Modify PID monitoring (ebpf.plugin) (#13397)thiagoftsm
2022-08-05Remove SIGSEGV and SIGABRT (ebpf.plugin) (#13407)thiagoftsm
2022-07-18Fix chart update ebpf.plugin (#13351)thiagoftsm
2022-06-30Ebpf issues (#13259)thiagoftsm
2022-06-28netdata doubles (#13217)Costa Tsaousis
* netdata doubles * fix cmocka test * fix cmocka test again * fix left-overs of long double to NETDATA_DOUBLE * RRDDIM detached from disk representation; db settings in [db] section of netdata.conf * update the memory before saving * rrdset is now detached from file structures too * on memory mode map, update the memory mapped structures on every iteration * allow RRD_ID_LENGTH_MAX to be changed * granularity secs, back to update every * fix formatting * more formatting
2022-04-26Memory CO-RE (#12684)thiagoftsm
2022-04-13Dashboard network title (#12665)thiagoftsm
* update_dashboard_2: Update SWAP description * ebpf_dashboard_2: Update reviews * ebpf_dashboard_2: Use two words to define File Systems * dashboard_network_title: Update swap chart title * dashboard_network_title: Update shared memory titles * dashboard_network_title: Update cachestat titles * dashboard_network_title: Update directory cache titles * dashboard_network_title: Update mount titles * dashboard_network_title: Update hardirq description. * dashboard_network_title: Update softirq description. * dashboard_network_title: Update centralized description adding IRQ. * dashboard_network_title: Update shared memory description. * dashboard_network_title: Update global network description * dashboard_network_title: Fix reference and remove dupplication * dashboard_network_title: Update apps description * dashboard_network_title: Update network cgroup description * dashboard_network_title: Update main menu * dashboard_network_title: Fix rebase * dashboard_network_title: Fix LGTM * dashboard_network_title: Remove dot * dashboard_network_title: Remove dot * dashboard_network_title: Remove dot * dashboard_network_title: Return to old title * dashboard_network_title: Return to old title (shm) * dashboard_network_title: Update swap title
2022-01-19eBPF plugin CO-RE and monitoring (#11992)thiagoftsm
2021-11-16Fix typos (#11782)Dimitris Apostolou
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2021-10-18Fix interval usage and reduce I/O (#11662)thiagoftsm
2021-10-12eBPF cgroup integration (#11642)thiagoftsm
2021-10-08eBPF and cgroup (process, file descriptor, VFS, directory cache and OOMkill) ↵thiagoftsm
(#11611)
2021-09-20Update libbpf (#11480)thiagoftsm
2021-09-15Convert uppercase to lowercase for eBPF submenus (#11511)thiagoftsm
2021-08-02Specify module for threads (#11387)thiagoftsm
2021-06-18Ebpf apps memory usage (#11256)thiagoftsm
2021-06-10Ebpf arrays (#11230)thiagoftsm
Update our code to read the modified table.
2021-05-28fix ebpf.plugin segfault when ebpf_load_program return null pointer (#11203)wangpei
2021-05-25Move parser from children to main thread (#11152)thiagoftsm
Centralize eBPF plugin parser to avoid possible contradictions between user configuration and visualized charts.
2021-05-03Ebpf directory cache (#10855)thiagoftsm
Add new thread to ebpf.plugin.