Refactors eBPF code with ebpf_utils.lua module

This commit is contained in:
Simone Mainardi 2018-11-06 21:57:34 +01:00
parent 004a6cbbc8
commit ffabf83511
6 changed files with 259 additions and 438 deletions

View file

@ -10,7 +10,7 @@ local json = require "dkjson"
sendHTTPContentTypeHeader('text/html')
local mode = _GET["process_data"] or "applications"
local mode = _GET["ebpf_data"] or "applications"
local host = _GET["host"]
local pid = _GET["pid"]