Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
syscount_tracker Struct Referencefinal

#include <tracker_integrations.h>

Inheritance diagram for syscount_tracker:
Inheritance graph
Collaboration diagram for syscount_tracker:
Collaboration graph

Public Member Functions

 syscount_tracker (config_data config)
 
- Public Member Functions inherited from tracker_alone_base
 tracker_alone_base (config_data config)
 
 ~tracker_alone_base ()
 
void start_tracker ()
 start the separated process More...
 
- Public Member Functions inherited from tracker_with_config< tracker_alone_env, tracker_alone_event >
 tracker_with_config (tracker_config< tracker_alone_env, tracker_alone_event > config)
 
virtual ~tracker_with_config ()
 
- Public Member Functions inherited from tracker_base
virtual ~tracker_base ()
 constructor More...
 
void stop_tracker (void)
 stop the tracker thread More...
 

Static Public Member Functions

static std::unique_ptr< syscount_trackercreate_tracker_with_default_env (tracker_event_handler handler)
 
static std::unique_ptr< syscount_trackercreate_tracker_with_args (tracker_event_handler handler, const std::vector< std::string > &args)
 
- Static Public Member Functions inherited from tracker_alone_base
static std::unique_ptr< tracker_alone_basecreate_tracker_with_default_env (tracker_event_handler handler)
 create a tracker with config More...
 

Additional Inherited Members

- Public Types inherited from tracker_with_config< tracker_alone_env, tracker_alone_event >
using event = tracker_alone_event
 type alias for event More...
 
using config_data = tracker_config< tracker_alone_env, tracker_alone_event >
 type alias for env and config More...
 
using tracker_event_handler = std::shared_ptr< event_handler< tracker_alone_event > >
 type alias for event handler More...
 
- Public Attributes inherited from tracker_with_config< tracker_alone_env, tracker_alone_event >
tracker_config< tracker_alone_env, tracker_alone_eventcurrent_config
 config data More...
 
- Public Attributes inherited from tracker_base
volatile bool exiting
 is the tracker exiting More...
 

Constructor & Destructor Documentation

◆ syscount_tracker()

syscount_tracker::syscount_tracker ( config_data  config)
inline

Member Function Documentation

◆ create_tracker_with_args()

std::unique_ptr< syscount_tracker > syscount_tracker::create_tracker_with_args ( tracker_event_handler  handler,
const std::vector< std::string > &  args 
)
static
Here is the call graph for this function:

◆ create_tracker_with_default_env()

std::unique_ptr< syscount_tracker > syscount_tracker::create_tracker_with_default_env ( tracker_event_handler  handler)
static
Here is the caller graph for this function:

The documentation for this struct was generated from the following files: