@cryptotaxi247 / netdata-1 / commits / 6a0acd0cf

Adding (eBPF) to submenu (#11721)

thiagoftsm committed Oct 26, 2021 at 20:48 UTC 6a0acd0cf615f063ad912d67e91b8c741fd94526
1 file changed +6 -1
web/gui/dashboard_info.js
+6 -1
@@ -960,22 +960,27 @@ netdataDashboard.submenu = {
960 },
961
962 'filesystem.ext4_latency': {
963 + title: 'ext4 latency (eBPF)',
964 info: 'Latency is the time it takes for an event to be completed. We calculate the difference between the calling and return times, this spans disk I/O, file system operations (lock, I/O), run queue latency and all events related to the monitored action. Based on the eBPF <a href="http://www.brendangregg.com/blog/2016-10-06/linux-bcc-ext4dist-ext4slower.html" target="_blank">ext4dist</a> from BCC tools.'
965 },
966
967 'filesystem.xfs_latency': {
968 + title: 'xfs latency (eBPF)',
969 info: 'Latency is the time it takes for an event to be completed. We calculate the difference between the calling and return times, this spans disk I/O, file system operations (lock, I/O), run queue latency and all events related to the monitored action. Based on the eBPF <a href="https://github.com/iovisor/bcc/blob/master/tools/xfsdist_example.txt" target="_blank">xfsdist</a> from BCC tools.'
970 },
971
972 'filesystem.nfs_latency': {
973 + title: 'nfs latency (eBPF)',
974 info: 'Latency is the time it takes for an event to be completed. We calculate the difference between the calling and return times, this spans disk I/O, file system operations (lock, I/O), run queue latency and all events related to the monitored action. Based on the eBPF <a href="https://github.com/iovisor/bcc/blob/master/tools/nfsdist_example.txt" target="_blank">nfsdist</a> from BCC tools.'
975 },
976
977 'filesystem.zfs_latency': {
978 + title: 'zfs latency (eBPF)',
979 info: 'Latency is the time it takes for an event to be completed. We calculate the difference between the calling and return times, this spans disk I/O, file system operations (lock, I/O), run queue latency and all events related to the monitored action. Based on the eBPF <a href="https://github.com/iovisor/bcc/blob/master/tools/zfsdist_example.txt" target="_blank">zfsdist</a> from BCC tools.'
980 },
981
982 'filesystem.btrfs_latency': {
983 + title: 'btrfs latency (eBPF)',
984 info: 'Latency is the time it takes for an event to be completed. We calculate the difference between the calling and return times, we get the logarithmic for the final result and we sum one value to the respective bin. Based on the eBPF <a href="https://github.com/iovisor/bcc/blob/master/tools/btrfsdist_example.txt" target="_blank">btrfsdist</a> from BCC tools.'
985 },
986
@@ -990,7 +995,7 @@ netdataDashboard.submenu = {
995 },
996
997 'ip.kernel': {
993 - title: 'kernel functions',
998 + title: 'kernel functions (eBPF)',
999 info: 'Next charts are made when <code>ebpf.plugin</code> is running on your host. When integration with apps is <a href="https://learn.netdata.cloud/guides/troubleshoot/monitor-debug-applications-ebpf" target="_blank">enabled</a>, Netdata also shows calls for kernel functions per <a href="#menu_apps_submenu_net">application</a>.'
1000 },
1001