SObjectizer  5.7
Functions
so_5::stats::suffixes Namespace Reference

Predefined suffixes of data-sources. More...

Functions

SO_5_FUNC suffix_t coop_count ()
 Suffix for data source with count of cooperations. More...
 
SO_5_FUNC suffix_t 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 named_mbox_count ()
 Suffix for data source with count of named mboxes. More...
 
SO_5_FUNC suffix_t agent_count ()
 Suffix for data source with count of agents bound to some entity. More...
 
SO_5_FUNC suffix_t disp_active_group_count ()
 Suffix for data source with count of active groups in an active_group dispatcher. More...
 
SO_5_FUNC suffix_t work_thread_queue_size ()
 Suffix for data source with count of demands in a working thread event queue. More...
 
SO_5_FUNC suffix_t work_thread_activity ()
 Suffix for data source with work thread activity statistics. More...
 
SO_5_FUNC suffix_t disp_thread_count ()
 Suffix for data source with count of work threads for dispatcher. More...
 
SO_5_FUNC suffix_t timer_single_shot_count ()
 Suffix for data source with count of single-shot timers. More...
 
SO_5_FUNC suffix_t timer_periodic_count ()
 Suffix for data source with count of periodic timers. More...
 
SO_5_FUNC suffix_t demand_quote ()
 Suffix for data source with size of quote for demands processing. More...
 

Detailed Description

Predefined suffixes of data-sources.

Since
v.5.5.4

Function Documentation

◆ agent_count()

SO_5_FUNC suffix_t so_5::stats::suffixes::agent_count ( )

Suffix for data source with count of agents bound to some entity.

Since
v.5.5.4
Examples:
so_5/dispatcher_restarts/main.cpp.

◆ coop_count()

SO_5_FUNC suffix_t so_5::stats::suffixes::coop_count ( )

Suffix for data source with count of cooperations.

Since
v.5.6.0

◆ coop_final_dereg_count()

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.

Since
v.5.5.12

◆ demand_quote()

SO_5_FUNC suffix_t so_5::stats::suffixes::demand_quote ( )

Suffix for data source with size of quote for demands processing.

Since
v.5.5.8

This suffix is used in prio_one_thread::quoted_round_robin dispatcher.

◆ disp_active_group_count()

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.

Since
v.5.5.4

◆ disp_thread_count()

SO_5_FUNC suffix_t so_5::stats::suffixes::disp_thread_count ( )

Suffix for data source with count of work threads for dispatcher.

Since
v.5.5.4

◆ named_mbox_count()

SO_5_FUNC suffix_t so_5::stats::suffixes::named_mbox_count ( )

Suffix for data source with count of named mboxes.

Since
v.5.5.4

◆ timer_periodic_count()

SO_5_FUNC suffix_t so_5::stats::suffixes::timer_periodic_count ( )

Suffix for data source with count of periodic timers.

Since
v.5.5.4

◆ timer_single_shot_count()

SO_5_FUNC suffix_t so_5::stats::suffixes::timer_single_shot_count ( )

Suffix for data source with count of single-shot timers.

Since
v.5.5.4

◆ work_thread_activity()

SO_5_FUNC suffix_t so_5::stats::suffixes::work_thread_activity ( )

Suffix for data source with work thread activity statistics.

Since
v.5.5.18

◆ work_thread_queue_size()

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.

Since
v.5.5.4
Examples:
so_5/queue_size_stats/main.cpp.