Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Dec 2, 2014
1 parent 2dc18fa commit ba9cb0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -3,6 +3,8 @@ st-load

hls/http/rtmp-play/rtmp-publish load test tool base on st(state-threads), support huge concurrency<br/>

## About

服务器负载测试工具(st-load):

1. 模拟huge并发:2G内存就可以开300k连接。基于states-threads的协程。
Expand All @@ -18,14 +20,16 @@ hls/http/rtmp-play/rtmp-publish load test tool base on st(state-threads), suppor
2. 所有程序都在Linux下运行,模拟客户端运行。
3. 其他工具参考[srs-librtmp](https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_SrsLibrtmp#srs-librtmp-examples)

Usage:
## Usage

```
git clone https://github.com/winlinvip/st-load.git &&
cd st-load && ./configure && make &&
./objs/st_rtmp_load -c 1 -r rtmp://127.0.0.1:1935/live/livestream
```

## Benchmarks

TestEnvironment: 24CPU, 80Gbps Network, 16GB Memory<br/>
Server: NGINX HLS<br/>
Result: 90% bandwith, 72Gbps
Expand Down

0 comments on commit ba9cb0c

Please sign in to comment.