From 509f33a8804a043b49633f413ab527044e830c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Tue, 5 Dec 2017 00:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BARelease=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- benchmark.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/benchmark.md b/benchmark.md index f1d7c538..92668e6a 100644 --- a/benchmark.md +++ b/benchmark.md @@ -18,15 +18,17 @@ ZLMeidaKit自带测试服务器test_server,支持RTSP/RTMP/HLS服务器;多线 # 测试结果 +说明:在cmake构建时,输入`cmake .. -DCMKAE_BUILD_TYPE=Release`以编译优化版本。 + | 播放器个数(rtmp) | CPU(最大400%) | 内存(VIRT/RES) | 带宽(平均) | 丢包 | | --- | --- | --- | --- | --- | -| 1000 | 55% | 586M/16M | 43.95 MByte/s | 无 | -| 2000 | 110% | 587M/23M | 87.28 MByte/s | 无 | +| 1000 | 35% | 582M/14M | 43.11 MByte/s | 无 | +| 2000 | 65% | 584M/20M | 84.88 MByte/s | 无 | | 播放器个数(rtsp/tcp) | CPU(最大400%) | 内存(VIRT/RES) | 带宽(平均) | 丢包 | | --- | --- | --- | --- | --- | -| 1000 | 80% | 586M/14M | 43.24 MByte/s| 无 | -| 2000 | 150% | 588M/18M | 84.01 MByte/s | 无 | +| 1000 | 42% | 582M/12M | 43.10 MByte/s| 无 | +| 2000 | 80% | 584M/17M | 85.97 MByte/s | 无 |