mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
add peak sps to stats and a command to reset it
This commit is contained in:
@@ -240,6 +240,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;
|
||||
|
||||
@@ -1887,7 +1887,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