mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Refactors eBPF code with ebpf_utils.lua module
This commit is contained in:
parent
004a6cbbc8
commit
ffabf83511
6 changed files with 259 additions and 438 deletions
|
|
@ -10,7 +10,7 @@ local json = require "dkjson"
|
|||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
|
||||
local mode = _GET["username_data"] or "processes"
|
||||
local mode = _GET["ebpf_data"] or "processes"
|
||||
local host = _GET["host"]
|
||||
local username = _GET["username"]
|
||||
local uid = _GET["uid"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue