SObjectizer  5.5
Namespaces | Macros | Functions
std_names.cpp File Reference

Standard data sources prefixes and suffixes used by SObjectizer. More...

#include <so_5/rt/stats/h/std_names.hpp>

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::stats
 All stuff related to run-time monitoring and statistics.
 
 so_5::stats::prefixes
 Predefined prefixes of data-sources.
 
 so_5::stats::suffixes
 Predefined suffixes of data-sources.
 

Macros

#define IMPL_SUFFIX(val)
 

Functions

SO_5_FUNC prefix_t so_5::stats::prefixes::coop_repository ()
 Prefix of data sources with statistics for cooperations and agents repository. More...
 
SO_5_FUNC prefix_t so_5::stats::prefixes::mbox_repository ()
 Prefix of data sources with statistics for mboxes repository. More...
 
SO_5_FUNC prefix_t so_5::stats::prefixes::timer_thread ()
 Prefix of data sources with statistics for timer thread. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::coop_reg_count ()
 Suffix for data source with count of registered cooperations. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::coop_dereg_count ()
 Suffix for data source with count of cooperations in the deregistration state. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::coop_final_dereg_count ()
 Suffix for data source with count of cooperations waiting the final deregistration step and removement from coops registry. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::named_mbox_count ()
 Suffix for data source with count of named mboxes. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::agent_count ()
 Suffix for data source with count of agents bound to some entity. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::disp_active_group_count ()
 Suffix for data source with count of active groups in an active_group dispatcher. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::work_thread_queue_size ()
 Suffix for data source with count of demands in a working thread event queue. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::work_thread_activity ()
 Suffix for data source with work thread activity statistics. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::disp_thread_count ()
 Suffix for data source with count of work threads for dispatcher. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::timer_single_shot_count ()
 Suffix for data source with count of single-shot timers. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::timer_periodic_count ()
 Suffix for data source with count of periodic timers. More...
 
SO_5_FUNC suffix_t so_5::stats::suffixes::demand_quote ()
 Suffix for data source with size of quote for demands processing. More...
 

Detailed Description

Standard data sources prefixes and suffixes used by SObjectizer.

Since
v.5.5.4

Macro Definition Documentation

◆ IMPL_SUFFIX

#define IMPL_SUFFIX (   val)
Value:
static const char s[] = val;\
return suffix_t{ s };
so_5::stats::suffix_t suffix_t
Definition: prefix.hpp:203