Skip to content

Commit 53a52fb

Browse files
committed
update readme
1 parent 58481c1 commit 53a52fb

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88

99
这是一个现代、简单、小巧的高性能 TCP 隧道工具,可轻松将本地端口暴露给远程服务器。
1010

11-
下图为stab与bore之间的性能对比:
11+
主要特点:
12+
13+
- 人性化
14+
- 性能极高
15+
- 心跳检测
16+
- 流量统计
17+
- 允许手动断开链接
18+
- 允许暴露多个本地端口
19+
20+
下图为stab与[bore](https://github.com/ekzhang/bore)之间的性能对比:
1221

1322
![image](https://github.com/user-attachments/assets/47ada59e-1203-4dba-b309-7a034fc641d2)
1423

readme_en.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88

99
This is a modern, simple, lightweight, and high-performance TCP tunnel tool for easily exposing local ports to remote servers.
1010

11+
Main features:
12+
- humanized
13+
- ultra high performance
14+
- heartbeat detection
15+
- traffic statistics
16+
- Allow manual disconnection
17+
- Allow exposure of multiple local ports
18+
19+
The following figure shows the performance comparison between stab and [bore](https://github.com/ekzhang/bore):
20+
21+
![image](https://github.com/user-attachments/assets/47ada59e-1203-4dba-b309-7a034fc641d2)
22+
23+
The environment is wsl ubuntu 24.04, and the pressure test command is:
24+
25+
```bash
26+
ab -n 100000 -c 5000 http://127.0.0.1:2000/
27+
```
28+
1129
### 1.Installation
1230

1331
If you have the Rust development environment installed, the easiest way is to use the cargo command:

0 commit comments

Comments
 (0)