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

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

Definition at line 66 of file std_names.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

Definition at line 48 of file std_names.cpp.

◆ 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

Definition at line 54 of file std_names.cpp.

◆ 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.

Definition at line 108 of file std_names.cpp.

◆ 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

Definition at line 72 of file std_names.cpp.

◆ 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

Definition at line 90 of file std_names.cpp.

◆ 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

Definition at line 60 of file std_names.cpp.

◆ 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

Definition at line 102 of file std_names.cpp.

◆ 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

Definition at line 96 of file std_names.cpp.

◆ 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

Definition at line 84 of file std_names.cpp.

◆ 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

Definition at line 78 of file std_names.cpp.