22 #undef HAVE_MEMFD_CREATE 103 next_vector_index =
i;
108 return next_vector_index;
147 memset (e, 0,
sizeof (*e));
170 char *stat_segment_name =
183 memset (e, 0,
sizeof (*e));
196 char *stat_segment_name;
223 strncpy (e.
name, stat_segment_name, 128 - 1);
238 if (sm->
last != offset_vector)
245 offset_vector[cindex] =
302 u64 *offset_vector = 0;
373 char *mem_name =
"stat_segment_test";
377 if (memory_size == 0)
385 if ((ftruncate (mfd, memory_size)) == -1)
389 mmap (NULL, memory_size, PROT_READ | PROT_WRITE, MAP_SHARED, mfd,
394 #if USE_DLMALLOC == 0 396 memory_size - getpagesize (),
402 memory_size - getpagesize (), 1 );
422 shared_header->
epoch = 1;
427 strcpy(sm->directory_vector[STAT_COUNTER_##E].name, #p "/" #n); \ 428 sm->directory_vector[STAT_COUNTER_##E].type = STAT_DIR_TYPE_##t; 452 return strcmp ((
char *) n1->
name, (
char *) n2->
name);
463 format_string =
"%-74s %-10s %10lld";
468 type_name =
"ScalarPtr";
473 type_name =
"CMainPtr";
477 type_name =
"ErrIndex";
481 type_name =
"NameVector";
489 type_name =
"illegal!";
519 for (i = 0; i <
vec_len (show_data); i++)
542 .path =
"show statistics segment",
543 .short_help =
"show statistics segment [verbose]",
563 static u32 no_max_nodes = 0;
569 &node_dups, &stat_vms);
576 if (l > no_max_nodes)
603 for (i = 0; i <
vec_len (nodes); i++)
623 for (j = 0; j <
vec_len (node_dups); j++)
627 for (i = 0; i <
vec_len (nodes); i++)
677 static int num_worker_threads_set;
691 num_worker_threads_set = 1;
705 f64 this_vector_rate;
712 vector_rate += this_vector_rate;
721 vector_rate /= (
f64) (i > 1 ? i - 1 : 1);
751 g->fn(&sm->directory_vector[g->directory_index], g->caller_index);
806 template.file_descriptor = s->fd;
807 template.description =
format (0,
"stats segment listener %s", s->config);
882 memset (&e, 0,
sizeof (e));
898 gauge->
fn = update_fn;
921 memset (&e, 0,
sizeof (e));
936 *index = vector_index;
987 else if (
unformat (input,
"default"))
993 else if (
unformat (input,
"size %U",
996 else if (
unformat (input,
"per-node-counters on"))
998 else if (
unformat (input,
"per-node-counters off"))
1060 u64 *offset_vector =
1096 .name =
"statseg-collector-process",
static clib_error_t * statseg_config(vlib_main_t *vm, unformat_input_t *input)
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
static void stat_set_simple_counter(stat_segment_directory_entry_t *ep, u32 thread_index, u32 index, u64 value)
#define hash_set(h, key, value)
static_always_inline void clib_spinlock_unlock(clib_spinlock_t *p)
static_always_inline void clib_spinlock_lock(clib_spinlock_t *p)
void vlib_stats_pop_heap2(u64 *error_vector, u32 thread_index, void *oldheap, int lock)
stat_segment_gauges_pool_t * gauges
#define hash_unset(h, key)
static u64 vnet_get_aggregate_rx_packets(void)
stat_segment_shared_header_t * shared_header
static clib_error_t * stats_socket_accept_ready(clib_file_t *uf)
stat_segment_main_t stat_segment_main
void * vlib_stats_push_heap(void *old)
stat_segment_directory_entry_t * directory_vector
static f64 vlib_time_now(vlib_main_t *vm)
static uint64_t stat_segment_offset(void *start, void *data)
static void stat_validate_counter_vector(stat_segment_directory_entry_t *ep, u32 max)
static int memfd_create(const char *name, unsigned int flags)
#define STAT_SEGMENT_DEFAULT_SIZE
static vnet_hw_interface_t * vnet_get_hw_interface(vnet_main_t *vnm, u32 hw_if_index)
#define vec_terminate_c_string(V)
(If necessary) NULL terminate a vector containing a c-string.
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
clib_error_t * clib_socket_init(clib_socket_t *s)
static vnet_sw_interface_t * vnet_get_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
#define foreach_stat_segment_counter_name
#define vec_validate_aligned(V, I, A)
Make sure vector is long enough for given index (no header, specified alignment)
#define MHEAP_FLAG_THREAD_SAFE
#define vec_foreach_index_backwards(var, v)
Iterate over vector indices (reverse).
#define pool_get(P, E)
Allocate an object E from a pool P (unspecified alignment).
vlib_main_t ** vlib_mains
void(* stat_segment_update_fn)(stat_segment_directory_entry_t *e, u32 i)
#define vec_reset_length(v)
Reset vector length to zero NULL-pointer tolerant.
clib_file_function_t * read_function
static void create_hash_index(u8 *name, u32 index)
#define CLIB_SOCKET_F_IS_SERVER
static u32 vlib_stats_get_next_vector_index()
static uword vlib_process_suspend(vlib_main_t *vm, f64 dt)
Suspend a vlib cooperative multi-tasking thread for a period of time.
DLMALLOC_EXPORT mspace create_mspace_with_base(void *base, size_t capacity, int locked)
vlib_node_stats_t stats_last_clear
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
static void do_stat_segment_updates(stat_segment_main_t *sm)
vl_api_interface_index_t sw_if_index
#define VLIB_INIT_FUNCTION(x)
static u32 vlib_stats_create_counter(stat_segment_directory_entry_t *e, void *oldheap)
static void * stat_segment_pointer(void *start, uint64_t offset)
void vlib_node_get_nodes(vlib_main_t *vm, u32 max_threads, int include_stats, int barrier_sync, vlib_node_t ****node_dupsp, vlib_main_t ***stat_vmsp)
Get list of nodes.
#define MHEAP_FLAG_DISABLE_VM
void vlib_stats_pop_heap(void *cm_arg, void *oldheap, u32 cindex, stat_directory_type_t type)
static clib_error_t * clib_socket_sendmsg(clib_socket_t *s, void *msg, int msglen, int fds[], int num_fds)
uint64_t counter_t
64bit counters
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
static vnet_sw_interface_t * vnet_get_sup_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
#define clib_error_return(e, args...)
clib_file_main_t file_main
#define hash_get_pair(h, key)
stat_segment_update_fn fn
static clib_error_t * statseg_init(vlib_main_t *vm)
A collection of simple counters.
static u32 lookup_hash_index(u8 *name)
#define hash_create_string(elts, value_bytes)
static void clib_spinlock_init(clib_spinlock_t *p)
char * name
The counter collection's name.
vl_api_fib_path_type_t type
u8 * format_mheap(u8 *s, va_list *va)
static void vlib_stats_delete_counter(u32 index, void *oldheap)
vlib_node_stats_t stats_total
static void stats_segment_socket_init(void)
clib_error_t * clib_socket_accept(clib_socket_t *server, clib_socket_t *client)
f64 time_last_runtime_stats_clear
static clib_error_t * clib_socket_close(clib_socket_t *sock)
static u8 * format_stat_dir_entry(u8 *s, va_list *args)
void vlib_stat_segment_unlock(void)
DLMALLOC_EXPORT void mspace_disable_expand(mspace msp)
static clib_error_t * stats_segment_socket_exit(vlib_main_t *vm)
#define vec_dup(V)
Return copy of vector (no header, no alignment)
#define VLIB_EARLY_CONFIG_FUNCTION(x, n,...)
#define VLIB_REGISTER_NODE(x,...)
clib_error_t * stat_segment_register_gauge(u8 *name, stat_segment_update_fn update_fn, u32 caller_index)
static_always_inline uword vlib_get_thread_index(void)
#define STAT_SEGMENT_SOCKET_FILE
#define vec_free(V)
Free vector's memory (no header).
static void vlib_clear_internal_node_vector_rate(vlib_main_t *vm)
#define VLIB_MAIN_LOOP_EXIT_FUNCTION(x)
static void * clib_mem_set_heap(void *heap)
static vlib_node_registration_t stat_segment_collector
(constructor) VLIB_REGISTER_NODE (stat_segment_collector)
void vlib_stat_segment_lock(void)
VNET_SW_INTERFACE_ADD_DEL_FUNCTION(statseg_sw_interface_add_del)
static void * clib_mem_get_heap(void)
#define VLIB_CLI_COMMAND(x,...)
void * mheap_alloc_with_flags(void *memory, uword memory_size, uword flags)
clib_error_t * stat_segment_deregister_state_counter(u32 index)
static uword clib_file_add(clib_file_main_t *um, clib_file_t *template)
f64 vlib_get_stat_segment_update_rate(void)
#define clib_error_report(e)
struct _socket_t clib_socket_t
static void * clib_mem_alloc(uword size)
#define CLIB_SOCKET_F_SEQPACKET
#define STAT_SEGMENT_VERSION
static uword stat_segment_collector_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
void mheap_usage(void *heap, clib_mem_usage_t *usage)
uword * directory_vector_by_name
char * stat_segment_name
Name in stat segment directory.
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
vlib_node_main_t node_main
#define CLIB_SOCKET_F_PASSCRED
static void update_node_counters(stat_segment_main_t *sm)
#define vec_sort_with_function(vec, f)
Sort a vector using the supplied element comparison function.
static int name_sort_cmp(void *a1, void *a2)
static clib_error_t * statseg_sw_interface_add_del(vnet_main_t *vnm, u32 sw_if_index, u32 is_add)
static clib_error_t * show_stat_segment_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
counter_t ** counters
Per-thread u64 non-atomic counters.
vnet_sw_interface_type_t type
static vlib_thread_main_t * vlib_get_thread_main()
void vlib_stats_delete_cm(void *cm_arg)
void vlib_stats_register_error_index(void *oldheap, u8 *name, u64 *em_vec, u64 index)
#define CLIB_CACHE_LINE_BYTES
#define CLIB_SOCKET_F_ALLOW_GROUP_WRITE
clib_error_t * vlib_map_stat_segment_init(void)
static f64 vlib_internal_node_vector_rate(vlib_main_t *vm)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
#define STAT_SEGMENT_INDEX_INVALID
clib_error_t * stat_segment_register_state_counter(u8 *name, u32 *index)
void stat_segment_set_state_counter(u32 index, u64 value)
clib_spinlock_t * stat_segment_lockp
stat_directory_type_t type