mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +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;
|
||||
|
||||
Reference in New Issue
Block a user