Electroneum
ub_shm_stat_info Struct Reference

#include <unbound.h>

Public Attributes

int num_threads
 
struct {
   long long   now_sec
 
   long long   now_usec
 
   long long   up_sec
 
   long long   up_usec
 
   long long   elapsed_sec
 
   long long   elapsed_usec
 
time
 
struct {
   long long   msg
 
   long long   rrset
 
   long long   val
 
   long long   iter
 
   long long   subnet
 
   long long   ipsecmod
 
   long long   respip
 
   long long   dnscrypt_shared_secret
 
   long long   dnscrypt_nonce
 
mem
 

Detailed Description

Some global statistics that are not in struct stats_info, this struct is shared on a shm segment (shm-key in unbound.conf)

Definition at line 608 of file unbound.h.

Member Data Documentation

◆ dnscrypt_nonce

long long ub_shm_stat_info::dnscrypt_nonce

Definition at line 626 of file unbound.h.

◆ dnscrypt_shared_secret

long long ub_shm_stat_info::dnscrypt_shared_secret

Definition at line 625 of file unbound.h.

◆ elapsed_sec

long long ub_shm_stat_info::elapsed_sec

Definition at line 614 of file unbound.h.

◆ elapsed_usec

long long ub_shm_stat_info::elapsed_usec

Definition at line 614 of file unbound.h.

◆ ipsecmod

long long ub_shm_stat_info::ipsecmod

Definition at line 623 of file unbound.h.

◆ iter

long long ub_shm_stat_info::iter

Definition at line 621 of file unbound.h.

◆ mem

struct { ... } ub_shm_stat_info::mem

◆ msg

long long ub_shm_stat_info::msg

Definition at line 618 of file unbound.h.

◆ now_sec

long long ub_shm_stat_info::now_sec

Definition at line 612 of file unbound.h.

◆ now_usec

long long ub_shm_stat_info::now_usec

Definition at line 612 of file unbound.h.

◆ num_threads

int ub_shm_stat_info::num_threads

Definition at line 609 of file unbound.h.

◆ respip

long long ub_shm_stat_info::respip

Definition at line 624 of file unbound.h.

◆ rrset

long long ub_shm_stat_info::rrset

Definition at line 619 of file unbound.h.

◆ subnet

long long ub_shm_stat_info::subnet

Definition at line 622 of file unbound.h.

◆ time

struct { ... } ub_shm_stat_info::time

◆ up_sec

long long ub_shm_stat_info::up_sec

Definition at line 613 of file unbound.h.

◆ up_usec

long long ub_shm_stat_info::up_usec

Definition at line 613 of file unbound.h.

◆ val

long long ub_shm_stat_info::val

Definition at line 620 of file unbound.h.


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