[FS-9800] add accessor functions to switch_core for accessing core statistics from modules Created: 01/Dec/16 Updated: 06/Jan/17 Resolved: 01/Dec/16 |
|
Status: | Resolved |
Project: | FreeSWITCH |
Component/s: | core |
Affects Version/s: | None |
Fix Version/s: | 1.8 |
Type: | Task | Priority: | Minor |
Reporter: | Mike Jerris | Assignee: | Mike Jerris |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
CPU Architecture: |
x86-64
|
Kernel: |
Linux
|
Userland: |
GNU/Linux
|
Distribution: |
Debian
|
Distribution Version: |
Debian 8 jessie
|
Compiler: |
gcc
|
FreeSWITCH GIT Revision: | . |
GIT Master Revision hash:: | . |
Description |
SWITCH_DECLARE(int32_t) switch_core_sps(void); SWITCH_DECLARE(int32_t) switch_core_sps_last(void); SWITCH_DECLARE(int32_t) switch_core_sps_peak(void); SWITCH_DECLARE(int32_t) switch_core_sps_peak_fivemin(void); SWITCH_DECLARE(int32_t) switch_core_sessions_peak(void); SWITCH_DECLARE(int32_t) switch_core_sessions_peak_fivemin(void); |