Pike 2.0 版本发布,HTTP 缓存服务

Pike 2.0 版本发布,主要优化了缓存的性能以及应用的配置及管理。

HTTP缓存服务,提供高效简单的HTTP缓存服务,类似于varnish但配置更简单。

主要特性

  • 标准化的基于HTTP头Cache-Control缓存控制
  • 界面化的配置,简单易用
  • 智能的压缩方式,根据客户端选择br或者gzip
  • 应用配置可保存至etcd中,非常方便横向扩展
  • 界面化的缓存管理,可实时查看当前系统缓存以及强制手工清除

性能

测试机器:8核 8GB内存,测试环境有限,wrk与测试程序均在同一机器上运行

可缓存的接口,gzip(2436字节),原数据9286字节

wrk -c1000 -t10 -d1m -H 'Accept-Encoding: gzip, deflate' --latency 'http://127.0.0.1:3005/chapters'
Running 1m test @ http://127.0.0.1:3005/chapters
10 threads and 1000 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 23.90ms 47.63ms 1.23s 97.84%
Req/Sec 5.16k 595.36 9.68k 76.77%
Latency Distribution
50% 16.88ms
75% 23.88ms
90% 38.70ms
99% 94.31ms
3081367 requests in 1.00m, 7.73GB read
Requests/sec: 51276.94
Transfer/sec: 131.68MB

可缓存的接口,br(1958字节),原数据9286字节

wrk -c1000 -t10 -d1m -H 'Accept-Encoding: br' --latency 'http://127.0.0.1:3005/chapters'
Running 1m test @ http://127.0.0.1:3005/chapters
10 threads and 1000 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 21.63ms 27.32ms 1.04s 94.50%
Req/Sec 5.18k 534.52 11.17k 72.66%
Latency Distribution
50% 16.77ms
75% 23.72ms
90% 37.78ms
99% 80.60ms
3094104 requests in 1.00m, 6.38GB read
Requests/sec: 51480.91
Transfer/sec: 108.63MB

发表评论
留言与评论(共有 0 条评论)
   
验证码:

相关文章

推荐文章

'); })();