|
Eunomia
0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
|
#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>
Functions | |
| std::int64_t | get_process_namespace (const char *type, int pid) |
| common_event | get_process_common_event (int pid) |
| common_event get_process_common_event | ( | int | pid | ) |

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