Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrong/socket_performance_tester
Socket服务器性能测试器
https://github.com/zrong/socket_performance_tester
Last synced: about 2 months ago
JSON representation
Socket服务器性能测试器
- Host: GitHub
- URL: https://github.com/zrong/socket_performance_tester
- Owner: zrong
- Created: 2011-07-25T02:27:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-08T08:23:39.000Z (over 13 years ago)
- Last Synced: 2023-03-11T16:26:47.322Z (almost 2 years ago)
- Language: ActionScript
- Homepage: http://zengrong.net/post/1383.htm
- Size: 113 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Socket服务器性能测试器 v0.0.5
为了测试新服务器的连接承载能力,我花了点时间写了这个测试器,但其实这只能算个雏形而已。
后来测试器使用C#重写,所以这个测试器就没再修改和更新,里面已有的BUG也没怎么解决。
**目前的版本实现了以下功能:**
* 指定连接数量;
* 允许指定连接间隔时间;
* 发送指定大小的测试数据包;
* 自动写入log文件(不要妄想用TextArea显示Log,最后程序会直接被log信息的更新拖死……)
* 加入自定义数据发送的功能,规则:s字符串,b字节,i长整数,u无符号整形,n短整形。例如:n1000,b1,i65555,s你懂的更多介绍: