当前位置:网站首页>FreeSwitch的限流配置
FreeSwitch的限流配置
2022-07-18 21:36:00 【雲夢譚】
在壓力測試時,如果不修改配置,會有很多呼損。原因是FS本身有限流配置。
首先是SPS(Sessions per second)的限制,其次是並發呼叫的上限,對應的配置項分別為"sessions-per-second"和"max-sessions",它們都在autoload_configs/switch.conf.xml裏:

在fs_cli裏,可以通過fsctl命令查詢它們的配置值:

特例:
我們生活在一個充滿特權的時代。FS也不例外。在outbound時,提供了一個通道變量no_throttle_limits,只要把它設置為true,就不受SPS的限制了。
边栏推荐
- I2C communication protocol realizes data display on OLED display screen
- [cache] introduction of a new cache caffeine cache
- VMware recovery snapshot failed to create an anonymous paging file of 5040 MB: insufficient system resources to complete the requested service
- Unity about some possible reasons and solutions for using addforce of rigidbody but it doesn't work
- NC15665 maze
- 将一个文件夹中的内容复制到另一个文件夹中
- Build an enterprise level data governance system from 0 to 1!
- Technology cloud report: what is the core ability to build observability?
- [Huang ah code] getting started with MySQL - 2. Using data definition language (DDL) to operate the database
- R language uses the designtreatmentsc function of vtreat package to build a data processing plan, and uses vtreat package for data preparation
猜你喜欢

Leetcode high frequency question: image intersection and union ratio IOU calculation method and hand tearing code
![leetcode:1552. Magnetic force between two balls [maximum value of maximum value = two points]](/img/42/138282c12bf9972a9e92b6fe8e9b8b.png)
leetcode:1552. Magnetic force between two balls [maximum value of maximum value = two points]

乐视成了反内卷之王:员工过上了没有996的神仙日子!

LeetCode+ 86 - 90 双指针、回溯、区间 dp 专题

Classic application method of installing HAP on Hongmeng development board

Gd32f4 (6): serial port garbled caused by crystal oscillator

New construction process of Hongmeng application development project and generation method of HAP package

Win10 how to convert FAT32 format disks into NFTs format without formatting

如何应对供应链中第三方的安全风险

关于#sql#的问题:orcale sql, 为什么MERCHANT table的外键inventory—id 语句是无效的
随机推荐
OSPF special area
[C language brush leetcode] 539 Minimum time difference (m)
[Huang ah code] getting started with MySQL - 2. Using data definition language (DDL) to operate the database
The University of Leuven recruited postdoctoral researchers to use ai/ml to analyze images of solar activity areas and predict flares
C language as a push box
[C language brush leetcode] 676 Implement a magic Dictionary (m)
专属资源池使用最佳实践-Notebook与训练任务联动
Redis implements distributed locks
Spatial attribute overview C language
动态添加路由刷新页面会出现白屏
不同的图像patch由不同的专家模型来处理!南洋理工&Mila稀疏融合混合专家模型SF-MoE,具有超强泛化能力!代码已开源!...
R language ggplot2 visualization: use the ggecdf function of ggpubr package to visualize the empirical cumulative density function curve
Use of prettier code formatting tool
【我的OpenGL学习进阶之旅】NDK开发中find_library查找的系统动态库在哪里?
localStorage、sessionStorage存储字符串或数字注意点
Mathematical method - random integer in the packaging range - six digit random verification code - random color string - decimal conversion and decimal places retention
Sword finger offer 53 - I. find the number I in the sorted array
[cache] introduction of a new cache caffeine cache
【PHP代码审计】Pikachu靶场漏洞入门分析
UE4 Lights UWorld to FScene [2]