FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vpp_get_metrics.c File Reference
+ Include dependency graph for vpp_get_metrics.c:

Go to the source code of this file.

Functions

static void unix_signal_handler (int signum, siginfo_t *si, ucontext_t *uc)
 
static void setup_signal_handlers (void)
 
int main (int argc, char **argv)
 

Variables

svmdb_client_tc
 
volatile int signal_received
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 103 of file vpp_get_metrics.c.

+ Here is the call graph for this function:

◆ setup_signal_handlers()

static void setup_signal_handlers ( void  )
static

Definition at line 65 of file vpp_get_metrics.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unix_signal_handler()

static void unix_signal_handler ( int  signum,
siginfo_t *  si,
ucontext_t *  uc 
)
static

Definition at line 53 of file vpp_get_metrics.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ c

Definition at line 49 of file vpp_get_metrics.c.

◆ signal_received

volatile int signal_received

Definition at line 50 of file vpp_get_metrics.c.