-- -- (C) 2017-26 - ntop.org -- local dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?/init.lua;" .. package.path local ntop_info = ntop.getInfo() local os_utils = require "os_utils" local ebpf_utils = {} function ebpf_utils.draw_processes_graph(host_info) print[[
]] end function ebpf_utils.draw_flow_processes_graph(width, height, url) print [[
 Host

Process
]] end function ebpf_utils.draw_flows_datatable(ifstats, host_info, username, pid_name) print [[
]] end return ebpf_utils