From 431cc6dab1ae6c58023293e456d601bd3a4b5001 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 6 May 2022 11:29:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A8=A1=E6=9D=BF=E3=80=81=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B=E3=80=81readme=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 121 +- .../template.ftl | 2442 ++++++++ .../template.html | 2643 +++++++++ .../test/freemarker/config.json | 183 + .../test/html/test1.js | 64 + .../test/html/testTemplate.html | 2251 ++++++++ .../template.ftl | 4241 ++++++++++++++ .../template.html | 5105 +++++++++++++++++ 8 files changed, 16963 insertions(+), 87 deletions(-) create mode 100644 template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/template.ftl create mode 100644 template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/template.html create mode 100644 template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/test/freemarker/config.json create mode 100644 template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/test/html/test1.js create mode 100644 template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/test/html/testTemplate.html create mode 100644 template/2022-04-28/网络服务质量监测报告(IDC精简版)/template.ftl create mode 100644 template/2022-04-28/网络服务质量监测报告(IDC精简版)/template.html diff --git a/README.md b/README.md index 696d701..b25478c 100644 --- a/README.md +++ b/README.md @@ -1,92 +1,39 @@ -# Cn reporter template +# CN报告模板 -CN报告模板 +对报告的模板、测试用例进行版本控制。目录结构为: +yyyy-MM-dd +— [报告名称] +— — test +— — — html +— — — — test1.js +— — — — test2.js +— — — — testTemplate.html(使用testN.js测试数据的测试文件) +— — — freemarker +— — — — config.json +— — — — test1.json +— — — — test2.json +— — template.html(带有假数据的,可以查看完整效果的文件) +— — template.ftl -## Getting started +## 模板编写注意事项 +1. +## 测试用例说明 +1. 代表性:代表并覆盖各种合理的、不合理的,合法的、不合法的,边界的、越界的输入数据; +2. 可判定性:用例执行结果的正确性是可判定的; +3. 紧急情况测试用例可暂缓,后续补上; -To make it easy for you to get started with GitLab, here's a list of recommended next steps. +#### html +1. 样式 +布局样式在开发时即可判断调整,不作为重点。具体内容样式有注意点,例如单元格内容、图表label遮挡等,写测试用例时需考虑。 +2. JS +JS是测试重点,需要列举各种可能的数据结果。sql执行结果和freemarker方案具有一些确定性特点: +`1). 数组型结果中,每个对象的属性名是一致的;` +`2). 数组型结果的长度可能为0;` +因此测试用例可免去一些不合法情况。结合“测试用例说明”,现对测试用例做以下要求: +`· 用例中至少有一部分数据(数组型至少有一项,环比至少有一对)自己是知道正确结果的,例如sessions: 1052400,那我知道它应展示为1052.4K;` +`· test1.js:空值。所有单值为0、数组为空数组、对象为空对象;` +`· test2.js:掺零。对象的属性(包括数组中的对象)适当使用0,每个对象或每个数组中至少使用一次;` +`· test3.js:环比。用于计算环比的数据,一是部分除数设为0,二是要设计环比基准不存在的情况,例如当前周期数据中有company: "抖音",而上周期company中没有"抖音";` -Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)! +#### freemarker -## Add your files - -- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files -- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: - -``` -cd existing_repo -git remote add origin https://git.mesalab.cn/cyber-narrator/cn-reporter-template.git -git branch -M main -git push -uf origin main -``` - -## Integrate with your tools - -- [ ] [Set up project integrations](https://git.mesalab.cn/cyber-narrator/cn-reporter-template/-/settings/integrations) - -## Collaborate with your team - -- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/) -- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html) -- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) -- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/) -- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html) - -## Test and Deploy - -Use the built-in continuous integration in GitLab. - -- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html) -- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/) -- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html) -- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/) -- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html) - -*** - -# Editing this README - -When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template. - -## Suggestions for a good README -Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information. - -## Name -Choose a self-explaining name for your project. - -## Description -Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors. - -## Badges -On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge. - -## Visuals -Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. - -## Installation -Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection. - -## Usage -Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README. - -## Support -Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc. - -## Roadmap -If you have ideas for releases in the future, it is a good idea to list them in the README. - -## Contributing -State if you are open to contributions and what your requirements are for accepting them. - -For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self. - -You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser. - -## Authors and acknowledgment -Show your appreciation to those who have contributed to the project. - -## License -For open source projects, say how it is licensed. - -## Project status -If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. diff --git a/template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/template.ftl b/template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/template.ftl new file mode 100644 index 0000000..e8fb8cc --- /dev/null +++ b/template/2022-04-28/字节跳动网络服务质量监测报告(IDC精简版)/template.ftl @@ -0,0 +1,2442 @@ + + +
+ +| 速率均值 | +速率谷值 | +速率分位值 | +速率峰值 | +速率均值环比 | +总流量 | +总流量占比 | +总流量环比 | +
|---|---|---|---|---|---|---|---|
| ${convertNumber(xxxServiceRate[0].rate_avg,'bps',1000)} | +${convertNumber(xxxServiceRate[0].rate_min,'bps',1000)} | +
+
+
+
+
+
+
+
+
+
+ P50
+ ${convertNumber(xxxServiceRate[0].rate50,'bps',1000)}
+
+
+
+
+
+
+
+ P90
+ ${convertNumber(xxxServiceRate[0].rate90,'bps',1000)}
+
+
+
+
+
+
+
+ P99
+ ${convertNumber(xxxServiceRate[0].rate99,'bps',1000)}
+ |
+ ${convertNumber(xxxServiceRate[0].rate_max?eval,'bps',1000)} | ++ ${(xxxServiceRate[0].rate_avg - preXxxServiceRate[0].rate_avg) / preXxxServiceRate[0].rate_avg * 100}% + | +${convertNumber(xxxServiceTrafficTotal[0].bytes?eval,'byte',1024)} | +${xxxServiceTrafficTotal[0].bytes?eval / trafficTotal[0].bytes?eval * 100}% | ++ ${(xxxServiceTrafficTotal[0].bytes?eval - preXxxServiceTrafficTotal[0].bytes?eval) / preXxxServiceTrafficTotal[0].bytes?eval * 100}% + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+ ${convertTime(outOfXxxServiceTCP[0].establish_latency_p50)}
+
+
+
+
+
+
+
+ P90
+ ${convertTime(outOfXxxServiceTCP[0].establish_latency_p90)}
+
+
+
+
+
+
+
+ P99
+ ${convertTime(outOfXxxServiceTCP[0].establish_latency_p99)}
+ |
+ ${convertTime(outOfXxxServiceTCP[0].establish_latency_max)} | +${convertTime(outOfXxxServiceTCP[0].establish_latency_avg)} | ++ <#if preOutOfXxxServiceTCP[0].establish_latency_avg?? && preOutOfXxxServiceTCP[0].establish_latency_avg!=0> + ${(outOfXxxServiceTCP[0].establish_latency_avg - preOutOfXxxServiceTCP[0].establish_latency_avg) / preOutOfXxxServiceTCP[0].establish_latency_avg * 100}% + <#else> + 0% + #if> + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+ ${outOfXxxServiceLoss[0].sequence_gap_loss_p50 * 100}%
+
+
+
+
+
+
+
+ P90
+ ${outOfXxxServiceLoss[0].sequence_gap_loss_p90 * 100}%
+
+
+
+
+
+
+
+ P99
+ ${outOfXxxServiceLoss[0].sequence_gap_loss_p99 * 100}%
+ |
+ ${outOfXxxServiceLoss[0].sequence_gap_loss_max * 100}% | +${outOfXxxServiceLoss[0].sequence_gap_loss_avg * 100}% | ++ <#if preOutOfXxxServiceLoss[0].establish_latency_avg?? && preOutOfXxxServiceLoss[0].establish_latency_avg!=0> + ${(outOfXxxServiceLoss[0].establish_latency_avg - preOutOfXxxServiceLoss[0].establish_latency_avg) / preOutOfXxxServiceLoss[0].establish_latency_avg * 100}% + <#else> + 0% + #if> + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+ ${convertTime(xxxServiceOfOutTCP[0].establish_latency_p50)}
+
+
+
+
+
+
+
+ P90
+ ${convertTime(xxxServiceOfOutTCP[0].establish_latency_p90)}
+
+
+
+
+
+
+
+ P99
+ ${convertTime(xxxServiceOfOutTCP[0].establish_latency_p99)}
+ |
+ ${convertTime(xxxServiceOfOutTCP[0].establish_latency_max)} | +${convertTime(xxxServiceOfOutTCP[0].establish_latency_avg)} | ++ <#if preXxxServiceOfOutTCP[0].establish_latency_avg?? && preXxxServiceOfOutTCP[0].establish_latency_avg!=0> + ${(xxxServiceOfOutTCP[0].establish_latency_avg - preXxxServiceOfOutTCP[0].establish_latency_avg) / preXxxServiceOfOutTCP[0].establish_latency_avg * 100}% + <#else> + 0% + #if> + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+ ${xxxServiceOfOutLoss[0].sequence_gap_loss_p50 * 100}%
+
+
+
+
+
+
+
+ P90
+ ${xxxServiceOfOutLoss[0].sequence_gap_loss_p90 * 100}%
+
+
+
+
+
+
+
+ P99
+ ${xxxServiceOfOutLoss[0].sequence_gap_loss_p99 * 100}%
+ |
+ ${xxxServiceOfOutLoss[0].sequence_gap_loss_max * 100}% | +${xxxServiceOfOutLoss[0].sequence_gap_loss_avg * 100}% | ++ <#if preXxxServiceOfOutLoss[0].establish_latency_avg?? && preXxxServiceOfOutLoss[0].establish_latency_avg!=0> + ${(xxxServiceOfOutLoss[0].establish_latency_avg - preXxxServiceOfOutLoss[0].establish_latency_avg) / preXxxServiceOfOutLoss[0].establish_latency_avg * 100}% + <#else> + 0% + #if> + | +
| 各省份流量速率 | + <#if top10ProvinceOutOfXxxService??> + <#list top10ProvinceOutOfXxxService as val> +${val['client_province']} | + #list> + #if> +
|---|---|
| 上行峰值 | + <#if top10ProvinceOutOfXxxService??> + <#list top10ProvinceOutOfXxxService as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 上行均值 | + <#if top10ProvinceOutOfXxxService??> + <#list top10ProvinceOutOfXxxService as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 各省份流量速率 | + <#if top10ProvinceOutOfXxxService??> + <#list top10ProvinceOutOfXxxService as val> +${val['client_province']} | + #list> + #if> +
|---|---|
| 下行峰值 | + <#if top10ProvinceOutOfXxxService??> + <#list top10ProvinceOutOfXxxService as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| 下行均值 | + <#if top10ProvinceOutOfXxxService??> + <#list top10ProvinceOutOfXxxService as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 各省份流量速率 | + <#if top10ProvinceXxxServiceOfOut??> + <#list top10ProvinceXxxServiceOfOut as val> +${val['server_province']} | + #list> + #if> +
|---|---|
| 上行峰值 | + <#if top10ProvinceXxxServiceOfOut??> + <#list top10ProvinceXxxServiceOfOut as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 上行均值 | + <#if top10ProvinceXxxServiceOfOut??> + <#list top10ProvinceXxxServiceOfOut as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 各省份流量速率 | + <#if top10ProvinceXxxServiceOfOut??> + <#list top10ProvinceXxxServiceOfOut as val> +${val['server_province']} | + #list> + #if> +
|---|---|
| 下行峰值 | + <#if top10ProvinceXxxServiceOfOut??> + <#list top10ProvinceXxxServiceOfOut as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| 下行均值 | + <#if top10ProvinceXxxServiceOfOut??> + <#list top10ProvinceXxxServiceOfOut as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 各地区流量速率 | + <#if top10RegionOutOfXxxService??> + <#list top10RegionOutOfXxxService as val> +${val['client_region']} | + #list> + #if> +
|---|---|
| 上行峰值 | + <#if top10RegionOutOfXxxService??> + <#list top10RegionOutOfXxxService as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 上行均值 | + <#if top10RegionOutOfXxxService??> + <#list top10RegionOutOfXxxService as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 各地区流量速率 | + <#if top10RegionOutOfXxxService??> + <#list top10RegionOutOfXxxService as val> +${val['client_region']} | + #list> + #if> +
|---|---|
| 下行峰值 | + <#if top10RegionOutOfXxxService??> + <#list top10RegionOutOfXxxService as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| 下行均值 | + <#if top10RegionOutOfXxxService??> + <#list top10RegionOutOfXxxService as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 各地区流量速率 | + <#if top10RegionXxxServiceOfOut??> + <#list top10RegionXxxServiceOfOut as val> +${val['server_region']} | + #list> + #if> +
|---|---|
| 上行峰值 | + <#if top10RegionXxxServiceOfOut??> + <#list top10RegionXxxServiceOfOut as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 上行均值 | + <#if top10RegionXxxServiceOfOut??> + <#list top10RegionXxxServiceOfOut as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 各地区流量速率 | + <#if top10RegionXxxServiceOfOut??> + <#list top10RegionXxxServiceOfOut as val> +${val['server_region']} | + #list> + #if> +
|---|---|
| 下行峰值 | + <#if top10RegionXxxServiceOfOut??> + <#list top10RegionXxxServiceOfOut as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| 下行均值 | + <#if top10RegionXxxServiceOfOut??> + <#list top10RegionXxxServiceOfOut as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 速率均值 | +速率谷值 | +速率分位值 | +速率峰值 | +速率均值环比 | +总流量 | +总流量占比 | +总流量环比 | +
|---|---|---|---|---|---|---|---|
| 89.27 Gbps | +11.77 Gbps | +
+
+
+
+
+
+
+
+
+
+ P50
+ 103.95 Gbps
+
+
+
+
+
+
+
+ P90
+ 124.58 Gbps
+
+
+
+
+
+
+
+ P99
+ 159.82 Gbps
+ |
+ 501.66 Gbps | ++ -29% + | +864.69 TB | +27% | ++ 184% + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 100 ms
+
+
+
+
+
+
+
+ P90
+ 106 ms
+
+
+
+
+
+
+
+ P99
+ 108 ms
+ |
+ 108 ms | +99.84 ms | ++ 0% + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 1%
+
+
+
+
+
+
+
+ P99
+ 1%
+ |
+ 1% | +0% | ++ 0% + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 74 ms
+
+
+
+
+
+
+
+ P90
+ 80 ms
+
+
+
+
+
+
+
+ P99
+ 83.27 ms
+ |
+ 84 ms | +74.24 ms | ++ 0% + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 0%
+
+
+
+
+
+
+
+ P99
+ 0%
+ |
+ 0% | +0% | ++ 0% + | +
| 各省份流量速率 | +Xinjiang | +Shaanxi | +Gansu | +Qinghai | +Shandong | +Henan | +Ningxia | +Beijing | +Hebei | +Shanxi | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行峰值 | +1.1 Gbps | +756.12 Mbps | +117.3 Mbps | +64.77 Mbps | +50.45 Mbps | +124.57 Mbps | +24.43 Mbps | +19.93 Mbps | +3.94 Mbps | +4.24 Mbps | +
| 上行均值 | +809.1 Mbps | +579.71 Mbps | +71.3 Mbps | +51.08 Mbps | +20.52 Mbps | +21.74 Mbps | +16.88 Mbps | +2.47 Mbps | +1.9 Mbps | +2.35 Mbps | +
| 各省份流量速率 | +Xinjiang | +Shaanxi | +Gansu | +Qinghai | +Shandong | +Henan | +Ningxia | +Beijing | +Hebei | +Shanxi | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行峰值 | +69 Gbps | +54.69 Gbps | +8.26 Gbps | +5.02 Gbps | +3.42 Gbps | +8.14 Gbps | +1.6 Gbps | +865.94 Mbps | +468.89 Mbps | +516.45 Mbps | +
| 下行均值 | +53.11 Gbps | +42.93 Gbps | +5.1 Gbps | +4.04 Gbps | +1.54 Gbps | +1.41 Gbps | +1.23 Gbps | +184.01 Mbps | +162.04 Mbps | +158.53 Mbps | +
| 各省份流量速率 | +Jiangsu | +Zhejiang | +Shandong | +Shaanxi | +Hebei | +Henan | +Fujian | +Hunan | +Heilongjiang | +Beijing | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行峰值 | +30.84 Mbps | +22.36 Mbps | +26.98 Mbps | +11.44 Mbps | +13.13 Mbps | +9.68 Mbps | +12.22 Mbps | +8.12 Mbps | +5.64 Mbps | +7.71 Mbps | +
| 上行均值 | +23.65 Mbps | +17.04 Mbps | +14.23 Mbps | +8.46 Mbps | +8.54 Mbps | +6.75 Mbps | +8.9 Mbps | +6.06 Mbps | +1.55 Mbps | +6.38 Mbps | +
| 各省份流量速率 | +Jiangsu | +Zhejiang | +Shandong | +Shaanxi | +Hebei | +Henan | +Fujian | +Hunan | +Heilongjiang | +Beijing | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行峰值 | +2.16 Gbps | +1.34 Gbps | +1.68 Gbps | +990.72 Mbps | +1.19 Gbps | +848.92 Mbps | +720.94 Mbps | +675.67 Mbps | +395.29 Mbps | +34.84 Mbps | +
| 下行均值 | +1.6 Gbps | +1.04 Gbps | +947.37 Mbps | +766.37 Mbps | +693.43 Mbps | +559.46 Mbps | +516.84 Mbps | +516.67 Mbps | +98.41 Mbps | +23.26 Mbps | +
| 各地区流量速率 | +移动网 | +喀什 | +乌鲁木齐 | +伊犁 | +昌吉 | +哈密 | +和田 | +巴州 | +吐鲁番 | +阿克苏 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行峰值 | +744.64 Mbps | +90.6 Mbps | +60.79 Mbps | +46.76 Mbps | +24.32 Mbps | +20.67 Mbps | +21.43 Mbps | +14.58 Mbps | +13.52 Mbps | +13.91 Mbps | +
| 上行均值 | +585.39 Mbps | +46.78 Mbps | +39.42 Mbps | +27.42 Mbps | +16.18 Mbps | +13.82 Mbps | +11.78 Mbps | +10.27 Mbps | +8.46 Mbps | +8.27 Mbps | +
| 各地区流量速率 | +移动网 | +喀什 | +乌鲁木齐 | +伊犁 | +昌吉 | +哈密 | +和田 | +巴州 | +吐鲁番 | +阿克苏 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行峰值 | +45.37 Gbps | +5.54 Gbps | +4.24 Gbps | +3.3 Gbps | +1.67 Gbps | +1.52 Gbps | +1.4 Gbps | +1.05 Gbps | +979.99 Mbps | +934.38 Mbps | +
| 下行均值 | +37.82 Gbps | +2.92 Gbps | +2.71 Gbps | +1.93 Gbps | +1.12 Gbps | +1.05 Gbps | +769.3 Mbps | +731.24 Mbps | +601.87 Mbps | +554.6 Mbps | +
| 各地区流量速率 | +阿克苏 | +乌鲁木齐 | +
|---|---|---|
| 上行峰值 | +1.22 Mbps | +164.64 bps | +
| 上行均值 | +1.22 Mbps | +146.2 bps | +
| 各地区流量速率 | +阿克苏 | +乌鲁木齐 | +
|---|---|---|
| 下行峰值 | +42.82 Kbps | +523.44 bps | +
| 下行均值 | +42.82 Kbps | +443.09 bps | +
| 速率均值 | +速率谷值 | +速率分位值 | +速率峰值 | +速率均值环比 | +总流量 | +总流量占比 | +总流量环比 | +
|---|---|---|---|---|---|---|---|
| 89.27 Gbps | +11.77 Gbps | +
+
+
+
+
+
+
+
+
+
+ P50
+ 103.95 Gbps
+
+
+
+
+
+
+
+ P90
+ 124.58 Gbps
+
+
+
+
+
+
+
+ P99
+ 159.82 Gbps
+ |
+ 501.66 Gbps | ++ -29% + | +864.69 TB | +27% | ++ 184% + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 100 ms
+
+
+
+
+
+
+
+ P90
+ 106 ms
+
+
+
+
+
+
+
+ P99
+ 108 ms
+ |
+ 108 ms | +99.84 ms | ++ 0% + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 1%
+
+
+
+
+
+
+
+ P99
+ 1%
+ |
+ 1% | +0% | ++ 0% + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 74 ms
+
+
+
+
+
+
+
+ P90
+ 80 ms
+
+
+
+
+
+
+
+ P99
+ 83.27 ms
+ |
+ 84 ms | +74.24 ms | ++ 0% + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 0%
+
+
+
+
+
+
+
+ P99
+ 0%
+ |
+ 0% | +0% | ++ 0% + | +
| 各省份流量速率 | +Xinjiang | +Shaanxi | +Gansu | +Qinghai | +Shandong | +Henan | +Ningxia | +Beijing | +Hebei | +Shanxi | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行峰值 | +1.1 Gbps | +756.12 Mbps | +117.3 Mbps | +64.77 Mbps | +50.45 Mbps | +124.57 Mbps | +24.43 Mbps | +19.93 Mbps | +3.94 Mbps | +4.24 Mbps | +
| 上行均值 | +809.1 Mbps | +579.71 Mbps | +71.3 Mbps | +51.08 Mbps | +20.52 Mbps | +21.74 Mbps | +16.88 Mbps | +2.47 Mbps | +1.9 Mbps | +2.35 Mbps | +
| 各省份流量速率 | +Xinjiang | +Shaanxi | +Gansu | +Qinghai | +Shandong | +Henan | +Ningxia | +Beijing | +Hebei | +Shanxi | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行峰值 | +69 Gbps | +54.69 Gbps | +8.26 Gbps | +5.02 Gbps | +3.42 Gbps | +8.14 Gbps | +1.6 Gbps | +865.94 Mbps | +468.89 Mbps | +516.45 Mbps | +
| 下行均值 | +53.11 Gbps | +42.93 Gbps | +5.1 Gbps | +4.04 Gbps | +1.54 Gbps | +1.41 Gbps | +1.23 Gbps | +184.01 Mbps | +162.04 Mbps | +158.53 Mbps | +
| 各省份流量速率 | +Jiangsu | +Zhejiang | +Shandong | +Shaanxi | +Hebei | +Henan | +Fujian | +Hunan | +Heilongjiang | +Beijing | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行峰值 | +30.84 Mbps | +22.36 Mbps | +26.98 Mbps | +11.44 Mbps | +13.13 Mbps | +9.68 Mbps | +12.22 Mbps | +8.12 Mbps | +5.64 Mbps | +7.71 Mbps | +
| 上行均值 | +23.65 Mbps | +17.04 Mbps | +14.23 Mbps | +8.46 Mbps | +8.54 Mbps | +6.75 Mbps | +8.9 Mbps | +6.06 Mbps | +1.55 Mbps | +6.38 Mbps | +
| 各省份流量速率 | +Jiangsu | +Zhejiang | +Shandong | +Shaanxi | +Hebei | +Henan | +Fujian | +Hunan | +Heilongjiang | +Beijing | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行峰值 | +2.16 Gbps | +1.34 Gbps | +1.68 Gbps | +990.72 Mbps | +1.19 Gbps | +848.92 Mbps | +720.94 Mbps | +675.67 Mbps | +395.29 Mbps | +34.84 Mbps | +
| 下行均值 | +1.6 Gbps | +1.04 Gbps | +947.37 Mbps | +766.37 Mbps | +693.43 Mbps | +559.46 Mbps | +516.84 Mbps | +516.67 Mbps | +98.41 Mbps | +23.26 Mbps | +
| 各地区流量速率 | +移动网 | +喀什 | +乌鲁木齐 | +伊犁 | +昌吉 | +哈密 | +和田 | +巴州 | +吐鲁番 | +阿克苏 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行峰值 | +744.64 Mbps | +90.6 Mbps | +60.79 Mbps | +46.76 Mbps | +24.32 Mbps | +20.67 Mbps | +21.43 Mbps | +14.58 Mbps | +13.52 Mbps | +13.91 Mbps | +
| 上行均值 | +585.39 Mbps | +46.78 Mbps | +39.42 Mbps | +27.42 Mbps | +16.18 Mbps | +13.82 Mbps | +11.78 Mbps | +10.27 Mbps | +8.46 Mbps | +8.27 Mbps | +
| 各地区流量速率 | +移动网 | +喀什 | +乌鲁木齐 | +伊犁 | +昌吉 | +哈密 | +和田 | +巴州 | +吐鲁番 | +阿克苏 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行峰值 | +45.37 Gbps | +5.54 Gbps | +4.24 Gbps | +3.3 Gbps | +1.67 Gbps | +1.52 Gbps | +1.4 Gbps | +1.05 Gbps | +979.99 Mbps | +934.38 Mbps | +
| 下行均值 | +37.82 Gbps | +2.92 Gbps | +2.71 Gbps | +1.93 Gbps | +1.12 Gbps | +1.05 Gbps | +769.3 Mbps | +731.24 Mbps | +601.87 Mbps | +554.6 Mbps | +
| 各地区流量速率 | +阿克苏 | +乌鲁木齐 | +
|---|---|---|
| 上行峰值 | +1.22 Mbps | +164.64 bps | +
| 上行均值 | +1.22 Mbps | +146.2 bps | +
| 各地区流量速率 | +阿克苏 | +乌鲁木齐 | +
|---|---|---|
| 下行峰值 | +42.82 Kbps | +523.44 bps | +
| 下行均值 | +42.82 Kbps | +443.09 bps | +
| 速率均值 | +速率谷值 | +速率分位值 | +速率峰值 | +速率均值环比 | +总流量 | +总流量环比 | +
|---|---|---|---|---|---|---|
| + <#if r7[0].rate_avg??> + ${convertNumber(r7[0].rate_avg,'bps',1000)} + <#else> + - + #if> + | ++ <#if r7[0].rate_min??> + ${convertNumber(r7[0].rate_min,'bps',1000)} + <#else> + - + #if> + | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ <#if r7[0].rate50??>
+ ${convertNumber(r7[0].rate50,'bps',1000)}
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P90
+
+ <#if r7[0].rate90??>
+ ${convertNumber(r7[0].rate90,'bps',1000)}
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P99
+
+ <#if r7[0].rate99??>
+ ${convertNumber(r7[0].rate99,'bps',1000)}
+ <#else>
+ -
+ #if>
+
+ |
+ + <#if r7[0].rate_max??> + ${convertNumber(r7[0].rate_max,'bps',1000)} + <#else> + - + #if> + | ++ <#if r7[0].rate_avg?? && r4[0].rate_avg?? && r4[0].rate_avg?eval!=0> + ${(r7[0].rate_avg-r4[0].rate_avg)/r4[0].rate_avg * 100}% + <#else> + 0% + #if> + | ++ <#if r1[0].bytes??> + ${convertNumber(r1[0].bytes?eval,'byte',1024)} | + <#else> + - + #if> + ++ <#if r1[0].bytes?? && r2[0].bytes?? && r2[0].bytes?eval!=0> + ${(r1[0].bytes?eval-r2[0].bytes?eval)/r2[0].bytes?eval * 100}% + <#else> + 0% + #if> + | +
| APP流量速率 | + <#if r10??> + <#list r10 as val> +${val['app_company']} | + #list> + #if> +
|---|---|
| 峰值 | + <#if r10??> + <#list r10 as val> +${convertNumber(val.rate_max,'bps',1000)} | + #list> + #if> +
| 均值 | + <#if r10??> + <#list r10 as val> +${convertNumber(val.rate_avg,'bps',1000)} | + #list> + #if> +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ <#if r12[0].establish_latency_p50??>
+ ${convertTime(r12[0].establish_latency_p50)}
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P90
+
+ <#if r12[0].establish_latency_p90??>
+ ${convertTime(r12[0].establish_latency_p90)}
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P99
+
+ <#if r12[0].establish_latency_p99??>
+ ${convertTime(r12[0].establish_latency_p99)}
+ <#else>
+ -
+ #if>
+
+ |
+ + <#if r12[0].establish_latency_max??> + ${convertTime(r12[0].establish_latency_max)} + <#else> + - + #if> + | ++ <#if r12[0].establish_latency_avg??> + ${convertTime(r12[0].establish_latency_avg)} + <#else> + - + #if> + | ++ <#if r12[0].establish_latency_avg?? && r13[0].establish_latency_avg?? && r13[0].establish_latency_avg !=0> + ${(r12[0].establish_latency_avg - r13[0].establish_latency_avg) / r13[0].establish_latency_avg * 100}% + <#else> + 0% + #if> + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ <#if r14[0].sequence_gap_loss_p50??>
+ ${r14[0].sequence_gap_loss_p50 * 100}%
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P90
+
+ <#if r14[0].sequence_gap_loss_p90??>
+ ${r14[0].sequence_gap_loss_p90 * 100}%
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P99
+
+ <#if r14[0].sequence_gap_loss_p99??>
+ ${r14[0].sequence_gap_loss_p99 * 100}%
+ <#else>
+ -
+ #if>
+
+ |
+ + <#if r14[0].sequence_gap_loss_max??> + ${r14[0].sequence_gap_loss_max * 100}% + <#else> + - + #if> + | ++ <#if r14[0].sequence_gap_loss_avg??> + ${r14[0].sequence_gap_loss_avg * 100}% + <#else> + - + #if> + | ++ <#if r14[0].sequence_gap_loss_avg?? && r15[0].sequence_gap_loss_avg?? && r15[0].sequence_gap_loss_avg !=0> + ${(r14[0].sequence_gap_loss_avg - r15[0].sequence_gap_loss_avg) / r15[0].sequence_gap_loss_avg * 100}% + <#else> + 0% + #if> + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ <#if r16[0].establish_latency_p50??>
+ ${convertTime(r16[0].establish_latency_p50)}
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P90
+
+ <#if r16[0].establish_latency_p90??>
+ ${convertTime(r16[0].establish_latency_p90)}
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P99
+
+ <#if r16[0].establish_latency_p99??>
+ ${convertTime(r16[0].establish_latency_p99)}
+ <#else>
+ -
+ #if>
+
+ |
+ + <#if r16[0].establish_latency_max??> + ${convertTime(r16[0].establish_latency_max)} + <#else> + - + #if> + | ++ <#if r16[0].establish_latency_avg??> + ${convertTime(r16[0].establish_latency_avg)} + <#else> + - + #if> + | ++ <#if r16[0].establish_latency_avg?? && r17[0].establish_latency_avg?? && r17[0].establish_latency_avg !=0> + ${(r16[0].establish_latency_avg - r17[0].establish_latency_avg) / r17[0].establish_latency_avg * 100}% + <#else> + 0% + #if> + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ <#if r18[0].sequence_gap_loss_p50??>
+ ${r18[0].sequence_gap_loss_p50 * 100}%
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P90
+
+ <#if r18[0].sequence_gap_loss_p90??>
+ ${r18[0].sequence_gap_loss_p90 * 100}%
+ <#else>
+ -
+ #if>
+
+
+
+
+
+
+
+
+ P99
+
+ <#if r18[0].sequence_gap_loss_p99??>
+ ${r18[0].sequence_gap_loss_p99 * 100}%
+ <#else>
+ -
+ #if>
+
+ |
+ + <#if r18[0].sequence_gap_loss_max??> + ${r18[0].sequence_gap_loss_max * 100}% + <#else> + - + #if> + | ++ <#if r18[0].sequence_gap_loss_avg??> + ${r18[0].sequence_gap_loss_avg * 100}% + <#else> + - + #if> + | ++ <#if r18[0].sequence_gap_loss_avg?? && r19[0].sequence_gap_loss_avg?? && r19[0].sequence_gap_loss_avg !=0> + ${(r18[0].sequence_gap_loss_avg - r19[0].sequence_gap_loss_avg) / r19[0].sequence_gap_loss_avg * 100}% + <#else> + 0% + #if> + | +
| APP | +流量占比 | +TCP会话延迟(ms) | +缺包率 | +||||
|---|---|---|---|---|---|---|---|
| P50 P90 P99 | +均值 | +均值环比 | +P50 P90 P99 | +均值 | +均值环比 | +||
| ${val['app_company']} | +${r10[findRecordByName(val['app_company'], 'app_company', val, r10)]['bytes']?eval / r1[0].bytes?eval * 100}% | +
+
+
+
+
+
+
+
+
+
+ P50
+ ${convertTime(r20[findRecordByName(val['app_company'], 'app_company', val, r20)]['establish_latency_p50'])}
+
+
+
+
+
+
+
+ P90
+ ${convertTime(r20[findRecordByName(val['app_company'], 'app_company', val, r20)]['establish_latency_p90'])}
+
+
+
+
+
+
+
+ P99
+ ${convertTime(r20[findRecordByName(val['app_company'], 'app_company', val, r20)]['establish_latency_p99'])}
+ |
+ ${convertTime(r20[findRecordByName(val['app_company'], 'app_company', val, r20)]['establish_latency_avg'])} | +${getChainRatio(val['app_company'],"app_company","establish_latency_avg",r20,r21)} | +
+
+
+
+
+
+
+
+
+
+ P50
+ ${r22[findRecordByName(val['app_company'], 'app_company', val, r22)]['sequence_gap_loss_p50'] * 100}%
+
+
+
+
+
+
+
+ P90
+ ${r22[findRecordByName(val['app_company'], 'app_company', val, r22)]['sequence_gap_loss_p90'] * 100}%
+
+
+
+
+
+
+
+ P99
+ ${r22[findRecordByName(val['app_company'], 'app_company', val, r22)]['sequence_gap_loss_p99'] * 100}%
+ |
+ + <#if r22?? && findRecordByName(val['app_company'], 'app_company', val, r22) != -1> + ${r22[findRecordByName(val['app_company'], 'app_company', val, r22)]['sequence_gap_loss_avg'] * 100}% + <#else> + — + #if> + | ++ <#if r22?? && r23?? && findRecordByName(val['app_company'], 'app_company', val, r22) != -1 && findRecordByName(val['app_company'], 'app_company', val, r23) != -1 + && r23[findRecordByName(val['app_company'], 'app_company', val, r22)]['sequence_gap_loss_avg'] !=0 > + ${(r22[findRecordByName(val['app_company'], 'app_company', val, r22)]['sequence_gap_loss_avg'] - r23[findRecordByName(val['app_company'], 'app_company', val, r23)]['sequence_gap_loss_avg']) / r23[findRecordByName(val['app_company'], 'app_company', val, r23)]['sequence_gap_loss_avg'] * 100}% + <#else> + — + #if> + | +
| 各省份流量速率 | + <#if r24??> + <#list r24 as val> +${val['client_province']} | + #list> + #if> +
|---|---|
| 上行均值 | + <#if r24??> + <#list r24 as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 上行峰值 | + <#if r24??> + <#list r24 as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 各省份流量速率 | + <#if r24??> + <#list r24 as val> +${val['client_province']} | + #list> + #if> +
|---|---|
| 下行均值 | + <#if r24??> + <#list r24 as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 下行峰值 | + <#if r24??> + <#list r24 as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| 各省份流量速率 | + <#if r26??> + <#list r26 as val> +${val['server_province']} | + #list> + #if> +
|---|---|
| 上行均值 | + <#if r26??> + <#list r26 as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 上行峰值 | + <#if r26??> + <#list r26 as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 各省份流量速率 | + <#if r26??> + <#list r26 as val> +${val['server_province']} | + #list> + #if> +
|---|---|
| 下行均值 | + <#if r26??> + <#list r26 as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 下行峰值 | + <#if r26??> + <#list r26 as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| ${val['client_province']} | + #list> + #if> +||
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
| ${val['app_company']} | + #list> + #if> +||
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
| 各地区流量速率 | + <#if r44??> + <#list r44 as val> +${val['client_region']} | + #list> + #if> +
|---|---|
| 上行均值 | + <#if r44??> + <#list r44 as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 上行峰值 | + <#if r44??> + <#list r44 as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 各地区流量速率 | + <#if r44??> + <#list r44 as val> +${val['client_region']} | + #list> + #if> +
|---|---|
| 下行均值 | + <#if r44??> + <#list r44 as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 下行峰值 | + <#if r44??> + <#list r44 as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| 各地区流量速率 | + <#if r46??> + <#list r46 as val> +${val['server_region']} | + #list> + #if> +
|---|---|
| 上行均值 | + <#if r46??> + <#list r46 as val> +${convertNumber(val['egress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 上行峰值 | + <#if r46??> + <#list r46 as val> +${convertNumber(val['egress_rate_max'],'bps',1000)} | + #list> + #if> +
| 各地区流量速率 | + <#if r46??> + <#list r46 as val> +${val['server_region']} | + #list> + #if> +
|---|---|
| 下行均值 | + <#if r46??> + <#list r46 as val> +${convertNumber(val['ingress_rate_avg'],'bps',1000)} | + #list> + #if> +
| 下行峰值 | + <#if r46??> + <#list r46 as val> +${convertNumber(val['ingress_rate_max'],'bps',1000)} | + #list> + #if> +
| ${val['client_region']} | + #list> + #if> +||
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
| ${val['app_company']} | + #list> + #if> +||
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
| 速率均值 | +速率谷值 | +速率分位值 | +速率峰值 | +速率均值环比 | +总流量 | +总流量环比 | +
|---|---|---|---|---|---|---|
| + 335.65 Gbps + | ++ 65.43 Gbps + | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ 392.89 Gbps
+
+
+
+
+
+
+
+
+ P90
+
+ 469.85 Gbps
+
+
+
+
+
+
+
+
+ P99
+
+ 577.95 Gbps
+
+ |
+ + 1.74 Tbps + | ++ 0% + | ++ 3.17 PB | + ++ -2% + | +
| APP流量速率 | +Bytedance | +Tencent | +Alibaba | +Kuaishou | +Netease | +Baidu | +Pinduoduo | +Apple | +Xiaomi | +Cibn | +
|---|---|---|---|---|---|---|---|---|---|---|
| 峰值 | +287.71 Gbps | +65.7 Gbps | +28.07 Gbps | +25.86 Gbps | +10.98 Gbps | +5.54 Gbps | +5.16 Gbps | +3.9 Gbps | +3.38 Gbps | +1.93 Gbps | +
| 均值 | +139.71 Gbps | +33.03 Gbps | +14.16 Gbps | +11.73 Gbps | +4.88 Gbps | +3 Gbps | +2.55 Gbps | +1.88 Gbps | +1.49 Gbps | +890.58 Mbps | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ 93 ms
+
+
+
+
+
+
+
+
+ P90
+
+ 121.4 ms
+
+
+
+
+
+
+
+
+ P99
+
+ 137.2 ms
+
+ |
+ + 160 ms + | ++ 97.53 ms + | ++ 12% + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ 9%
+
+
+
+
+
+
+
+
+ P90
+
+ 11%
+
+
+
+
+
+
+
+
+ P99
+
+ 28%
+
+ |
+ + 73% + | ++ 10% + | ++ -14% + | +
| 服务质量指标 | +分位值 | +峰值 | +均值 | +均值环比 | +
|---|---|---|---|---|
| TCP会话创建延迟 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ 120 ms
+
+
+
+
+
+
+
+
+ P90
+
+ 155 ms
+
+
+
+
+
+
+
+
+ P99
+
+ 159 ms
+
+ |
+ + 159 ms + | ++ 126.14 ms + | ++ 34% + | +
| 缺包率 | +
+
+
+
+
+
+
+
+
+
+ P50
+
+ 1%
+
+
+
+
+
+
+
+
+ P90
+
+ 3%
+
+
+
+
+
+
+
+
+ P99
+
+ 4%
+
+ |
+ + 4% + | ++ 2% + | ++ -33% + | +
| APP | +流量占比 | +TCP会话延迟(ms) | +缺包率 | +||||
|---|---|---|---|---|---|---|---|
| P50 P90 P99 | +均值 | +均值环比 | +P50 P90 P99 | +均值 | +均值环比 | +||
| Bytedance | +35% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 84 ms
+
+
+
+
+
+
+
+ P90
+ 106 ms
+
+
+
+
+
+
+
+ P99
+ 121 ms
+ |
+ 82.64 ms | +-1.19% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 1%
+
+
+
+
+
+
+
+ P99
+ 2%
+ |
+ + 1% + | ++ -12% + | +
| Tencent | +8% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 94.5 ms
+
+
+
+
+
+
+
+ P90
+ 127.8 ms
+
+
+
+
+
+
+
+ P99
+ 154 ms
+ |
+ 97.64 ms | +-1.01% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 2%
+
+
+
+
+
+
+
+ P90
+ 4%
+
+
+
+
+
+
+
+ P99
+ 9%
+ |
+ + 2% + | ++ 4% + | +
| Alibaba | +4% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 73 ms
+
+
+
+
+
+
+
+ P90
+ 82 ms
+
+
+
+
+
+
+
+ P99
+ 90 ms
+ |
+ 72.71 ms | +0% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 1%
+
+
+
+
+
+
+
+ P90
+ 23%
+
+
+
+
+
+
+
+ P99
+ 44%
+ |
+ + 7% + | ++ 180% + | +
| Kuaishou | +3% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 163 ms
+
+
+
+
+
+
+
+ P90
+ 224.9 ms
+
+
+
+
+
+
+
+ P99
+ 255.59 ms
+ |
+ 155.02 ms | +1.31% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 1%
+
+
+
+
+
+
+
+ P99
+ 2%
+ |
+ + 1% + | ++ 18% + | +
| Netease | +1% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 89 ms
+
+
+
+
+
+
+
+ P90
+ 125 ms
+
+
+
+
+
+
+
+ P99
+ 144.18 ms
+ |
+ 87.28 ms | +0% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 3%
+
+
+
+
+
+
+
+ P99
+ 12%
+ |
+ + 1% + | ++ -5% + | +
| Baidu | +1% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 81 ms
+
+
+
+
+
+
+
+ P90
+ 97 ms
+
+
+
+
+
+
+
+ P99
+ 125 ms
+ |
+ 82.29 ms | +0% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 17%
+
+
+
+
+
+
+
+ P90
+ 27%
+
+
+
+
+
+
+
+ P99
+ 35%
+ |
+ + 17% + | ++ 26% + | +
| Pinduoduo | +1% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 95 ms
+
+
+
+
+
+
+
+ P90
+ 121.9 ms
+
+
+
+
+
+
+
+ P99
+ 149.59 ms
+ |
+ 98.75 ms | +6.45% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 0%
+
+
+
+
+
+
+
+ P90
+ 3%
+
+
+
+
+
+
+
+ P99
+ 7%
+ |
+ + 1% + | ++ 74% + | +
| Xiaomi | +0% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 97 ms
+
+
+
+
+
+
+
+ P90
+ 117 ms
+
+
+
+
+
+
+
+ P99
+ 147 ms
+ |
+ 96.81 ms | +-1.02% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 5%
+
+
+
+
+
+
+
+ P90
+ 13%
+
+
+
+
+
+
+
+ P99
+ 21%
+ |
+ + 6% + | ++ -1% + | +
| Apple | +0% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 135 ms
+
+
+
+
+
+
+
+ P90
+ 168.9 ms
+
+
+
+
+
+
+
+ P99
+ 198.77 ms
+ |
+ 139.67 ms | +7.69% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 1%
+
+
+
+
+
+
+
+ P90
+ 9%
+
+
+
+
+
+
+
+ P99
+ 16%
+ |
+ + 3% + | ++ 5% + | +
| Cibn | +0% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 89 ms
+
+
+
+
+
+
+
+ P90
+ 165.9 ms
+
+
+
+
+
+
+
+ P99
+ 230.13 ms
+ |
+ 99.73 ms | +6.38% | +
+
+
+
+
+
+
+
+
+
+ P50
+ 9%
+
+
+
+
+
+
+
+ P90
+ 30%
+
+
+
+
+
+
+
+ P99
+ 42%
+ |
+ + 12% + | ++ -15% + | +
| 各省份流量速率 | +Xinjiang | +Shaanxi | +Gansu | +Qinghai | +Shandong | +Henan | +Ningxia | +Hebei | +Beijing | +Anhui | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行均值 | +6.3 Gbps | +706.02 Mbps | +92.4 Mbps | +69.03 Mbps | +106.47 Mbps | +143.18 Mbps | +28.57 Mbps | +62.54 Mbps | +23.53 Mbps | +100.82 Mbps | +
| 上行峰值 | +7.56 Gbps | +905.39 Mbps | +153.61 Mbps | +89.49 Mbps | +200.04 Mbps | +281.37 Mbps | +44.87 Mbps | +140.77 Mbps | +75.42 Mbps | +255.19 Mbps | +
| 各省份流量速率 | +Xinjiang | +Shaanxi | +Gansu | +Qinghai | +Shandong | +Henan | +Ningxia | +Hebei | +Beijing | +Anhui | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行均值 | +8.44 Gbps | +7.44 Gbps | +4.73 Gbps | +4.33 Gbps | +3.83 Gbps | +3.53 Gbps | +2.75 Gbps | +2.2 Gbps | +2.11 Gbps | +1.83 Gbps | +
| 下行峰值 | +11.17 Gbps | +9.32 Gbps | +7.26 Gbps | +7.29 Gbps | +5.29 Gbps | +4.69 Gbps | +3.6 Gbps | +4.02 Gbps | +3.04 Gbps | +4.3 Gbps | +
| 各省份流量速率 | +Henan | +Jiangsu | +Hebei | +Shandong | +Shaanxi | +Tianjin | +Hunan | +Anhui | +Zhejiang | +Liaoning | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行均值 | +362.57 Mbps | +239.09 Mbps | +420.31 Mbps | +207.49 Mbps | +476.27 Mbps | +93.56 Mbps | +63.68 Mbps | +62.76 Mbps | +140.15 Mbps | +46.84 Mbps | +
| 上行峰值 | +608.49 Mbps | +322.38 Mbps | +676.25 Mbps | +318.08 Mbps | +1.6 Gbps | +157.86 Mbps | +93.71 Mbps | +97.84 Mbps | +191.2 Mbps | +100.55 Mbps | +
| 各省份流量速率 | +Henan | +Jiangsu | +Hebei | +Shandong | +Shaanxi | +Tianjin | +Hunan | +Anhui | +Zhejiang | +Liaoning | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行均值 | +285.79 Gbps | +47.89 Gbps | +5.88 Gbps | +5.27 Gbps | +1.68 Gbps | +1.57 Gbps | +1.6 Gbps | +424.86 Mbps | +375.14 Mbps | +241.55 Mbps | +
| 下行峰值 | +347.98 Gbps | +60.73 Gbps | +9.34 Gbps | +6.79 Gbps | +3.58 Gbps | +8.32 Gbps | +2.03 Gbps | +820.21 Mbps | +1.08 Gbps | +566.84 Mbps | +
| Xinjiang | +Shaanxi | +Gansu | +
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
| Bytedance | +Tencent | +Alibaba | +
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
| 各地区流量速率 | +移动网 | +乌鲁木齐 | +喀什 | +伊犁 | +昌吉 | +哈密 | +巴州 | +和田 | +吐鲁番 | +克拉玛依 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行均值 | +4.43 Gbps | +435.62 Mbps | +280.45 Mbps | +205.57 Mbps | +122.44 Mbps | +115.28 Mbps | +79.9 Mbps | +76.88 Mbps | +60.02 Mbps | +59.06 Mbps | +
| 上行峰值 | +5.15 Gbps | +765.24 Mbps | +503.78 Mbps | +519.57 Mbps | +208.78 Mbps | +190.8 Mbps | +130.59 Mbps | +154.45 Mbps | +94.4 Mbps | +127.62 Mbps | +
| 各地区流量速率 | +移动网 | +乌鲁木齐 | +喀什 | +伊犁 | +昌吉 | +哈密 | +巴州 | +和田 | +吐鲁番 | +克拉玛依 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行均值 | +203.09 Gbps | +18.53 Gbps | +13.25 Gbps | +9.85 Gbps | +5.85 Gbps | +5.66 Gbps | +3.83 Gbps | +3.76 Gbps | +3.03 Gbps | +2.99 Gbps | +
| 下行峰值 | +232.56 Gbps | +25.83 Gbps | +24.48 Gbps | +15.75 Gbps | +8.38 Gbps | +7.51 Gbps | +5.04 Gbps | +6.62 Gbps | +4.32 Gbps | +4.5 Gbps | +
| 各地区流量速率 | +移动网 | +乌鲁木齐 | +伊犁 | +巴州 | +喀什 | +哈密 | +克拉玛依 | +塔城 | +阿勒泰 | +吐鲁番 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 上行均值 | +156.27 Mbps | +19.74 Mbps | +7.6 Mbps | +3.42 Mbps | +7.69 Mbps | +3.28 Mbps | +2.57 Mbps | +1.03 Mbps | +902.12 Kbps | +5.1 Mbps | +
| 上行峰值 | +303.59 Mbps | +81.68 Mbps | +56.37 Mbps | +49.86 Mbps | +38.18 Mbps | +44.51 Mbps | +25.52 Mbps | +28.58 Mbps | +24.73 Mbps | +26.51 Mbps | +
| 各地区流量速率 | +移动网 | +乌鲁木齐 | +伊犁 | +巴州 | +喀什 | +哈密 | +克拉玛依 | +塔城 | +阿勒泰 | +吐鲁番 | +
|---|---|---|---|---|---|---|---|---|---|---|
| 下行均值 | +81.44 Mbps | +30.94 Mbps | +25.55 Mbps | +25.92 Mbps | +11.75 Mbps | +14.72 Mbps | +9.03 Mbps | +8.88 Mbps | +6.64 Mbps | +1.4 Mbps | +
| 下行峰值 | +155.24 Mbps | +75.18 Mbps | +892.25 Mbps | +1.82 Gbps | +343.45 Mbps | +1.05 Gbps | +454.98 Mbps | +603.68 Mbps | +414.92 Mbps | +18.93 Mbps | +
| 移动网 | +乌鲁木齐 | +喀什 | +
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
| Bytedance | +Tencent | +Kuaishou | +
|---|---|---|
|
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ |
+