1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

add bytes api benchmark.

This commit is contained in:
winlin 2015-08-13 21:57:18 +08:00
parent 035cd40866
commit c02da33c11

View file

@ -761,6 +761,7 @@ The HLS overhead is calc by: (HLS - FLV) / FLV * 100%
The api provides bytes of vhost, stream and srs. The api provides bytes of vhost, stream and srs.
| Connections | tcpdump | srs | deviation | | Connections | tcpdump | srs | deviation |
| ----------- | ---------- | ---------- | --------- |
| 1 | 201687968 | 201687968 | 0% | | 1 | 201687968 | 201687968 | 0% |
| 100 | 12456042662 | 12458284053 | 0.018% | | 100 | 12456042662 | 12458284053 | 0.018% |
| 500 | 11623083989 | 11633158616 | 0.087% | | 500 | 11623083989 | 11633158616 | 0.087% |