add peak sps to stats and a command to reset it

This commit is contained in:
Anthony Minessale
2013-07-19 15:16:42 -05:00
parent 4e74ef3914
commit 578361bea3
7 changed files with 27 additions and 4 deletions
+1
View File
@@ -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;