mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
peak sessions step 1
This commit is contained in:
@@ -242,6 +242,8 @@ struct switch_runtime {
|
||||
int32_t sps_last;
|
||||
int32_t sps_peak;
|
||||
int32_t sps_peak_fivemin;
|
||||
int32_t sessions_peak;
|
||||
int32_t sessions_peak_fivemin;
|
||||
switch_log_level_t hard_log_level;
|
||||
char *mailer_app;
|
||||
char *mailer_app_args;
|
||||
|
||||
@@ -1889,7 +1889,9 @@ typedef enum {
|
||||
SCSC_API_EXPANSION,
|
||||
SCSC_RECOVER,
|
||||
SCSC_SPS_PEAK,
|
||||
SCSC_SPS_PEAK_FIVEMIN
|
||||
SCSC_SPS_PEAK_FIVEMIN,
|
||||
SCSC_SESSIONS_PEAK,
|
||||
SCSC_SESSIONS_PEAK_FIVEMIN
|
||||
} switch_session_ctl_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user