Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
container.cpp File Reference
#include <dirent.h>
#include <spdlog/spdlog.h>
#include <cstring>
#include <regex>
#include <sstream>
#include "eunomia/container_manager.h"
#include "httplib.h"
#include "json.hpp"
#include <container/container.h>
#include <process/process_tracker.h>
#include <unistd.h>
Include dependency graph for container.cpp:

Functions

std::int64_t get_process_namespace (const char *type, int pid)
 
common_event get_process_common_event (int pid)
 

Function Documentation

◆ get_process_common_event()

common_event get_process_common_event ( int  pid)
Here is the call graph for this function:

◆ get_process_namespace()

std::int64_t get_process_namespace ( const char *  type,
int  pid 
)
Here is the caller graph for this function: