mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-20 19:21:53 +00:00
add peak SPS for last 5 minutes
This commit is contained in:
@@ -239,6 +239,7 @@ struct switch_runtime {
|
||||
int32_t sps;
|
||||
int32_t sps_last;
|
||||
int32_t sps_peak;
|
||||
int32_t sps_peak_fivemin;
|
||||
switch_log_level_t hard_log_level;
|
||||
char *mailer_app;
|
||||
char *mailer_app_args;
|
||||
|
||||
@@ -1862,7 +1862,8 @@ typedef enum {
|
||||
SCSC_SQL,
|
||||
SCSC_API_EXPANSION,
|
||||
SCSC_RECOVER,
|
||||
SCSC_SPS_PEAK
|
||||
SCSC_SPS_PEAK,
|
||||
SCSC_SPS_PEAK_FIVEMIN
|
||||
} switch_session_ctl_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user