apache ab 测试工具 post get 请求

作者: 分类: php 时间: 2022-08-26 评论: 暂无评论
ab -c 100 -n 1000 -T text/html  -p E:\post.txt http://127.0.0.1:9501/notify/index
ab -n 10 -c 10 -p d:\test\querypay.txt -T application/x-www-form-urlencoded http://paycenter.gotrip8.com/querypay.aspx

querypay.txt 里面内容
a=1&b=2

ab -n 10 -c 10 "http://www.baidu.com?searchkey=111"

php 特殊字符处理

作者: 分类: php 时间: 2022-08-10 评论: 暂无评论

1、addslashes() 使用反斜线引用字符串和stripslashes()反引用一个引用字符串

2、htmlentities():转化为html实体和html_entity_decode():把html实体转化为html标签

3、htmlspecialchars():对特定的字符转化为html实体和htmlspecialchars_decode():反之

记一次 PolarDb 8核,RDS 4 L2核性能测试

作者: 分类: php 时间: 2022-08-10 评论: 暂无评论

ploardb 8c: 每秒平均插入记录数

每次执行10条 循环10000次
10w 220s 454 r/s
10w 194s 500 r/s

每次执行20条 循环5000次
10w 104s 961r/s

RDS 4C L2级磁盘 2000/月

每次执行10条 循环10000次

10w 206s 500 r/s

10w 243s 411 r/s

每次执行20条 循环5000次
10w 115 s 869r/s