SObjectizer  5.5
Namespaces | Functions
std_names.hpp File Reference

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

#include <so_5/rt/stats/h/prefix.hpp>
#include <so_5/h/declspec.hpp>

Go to the source code of this file.

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.
 
 so_5::rt
 All code related to implementation of SObjectizer run-time.
 
 so_5::rt::stats
 All stuff related to run-time monitoring and statistics.
 
 so_5::rt::stats::prefixes
 Predefined prefixes of data-sources.
 
 so_5::rt::stats::suffixes
 Predefined suffixes of data-sources.
 

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...
 
prefix_t so_5::rt::stats::prefixes::coop_repository ()
 
prefix_t so_5::rt::stats::prefixes::mbox_repository ()
 
prefix_t so_5::rt::stats::prefixes::timer_thread ()
 
suffix_t so_5::rt::stats::suffixes::coop_reg_count ()
 
suffix_t so_5::rt::stats::suffixes::coop_dereg_count ()
 
suffix_t so_5::rt::stats::suffixes::coop_final_dereg_count ()
 
suffix_t so_5::rt::stats::suffixes::named_mbox_count ()
 
suffix_t so_5::rt::stats::suffixes::agent_count ()
 
suffix_t so_5::rt::stats::suffixes::disp_active_group_count ()
 
suffix_t so_5::rt::stats::suffixes::work_thread_queue_size ()
 
suffix_t so_5::rt::stats::suffixes::disp_thread_count ()
 
suffix_t so_5::rt::stats::suffixes::timer_single_shot_count ()
 
suffix_t so_5::rt::stats::suffixes::timer_periodic_count ()
 
suffix_t so_5::rt::stats::suffixes::demand_quote ()
 

Detailed Description

Standard data sources prefixes and suffixes used by SObjectizer.

Since
v.5.5.4