mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
add peak sps to stats and a command to reset it
This commit is contained in:
@@ -238,6 +238,7 @@ struct switch_runtime {
|
||||
uint32_t sps_total;
|
||||
int32_t sps;
|
||||
int32_t sps_last;
|
||||
int32_t sps_peak;
|
||||
switch_log_level_t hard_log_level;
|
||||
char *mailer_app;
|
||||
char *mailer_app_args;
|
||||
|
||||
@@ -1861,7 +1861,8 @@ typedef enum {
|
||||
SCSC_DEBUG_SQL,
|
||||
SCSC_SQL,
|
||||
SCSC_API_EXPANSION,
|
||||
SCSC_RECOVER
|
||||
SCSC_RECOVER,
|
||||
SCSC_SPS_PEAK
|
||||
} switch_session_ctl_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user