WebServer
文章平均质量分 75
LongMarch12
腾讯企业QQ SaaS团队Leader
展开
-
HTTPS的压力测试工具 -- httperf
httperf1. 官方描述:Httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. The focus of httperf is not on implementing one particular benchmark but on原创 2011-05-26 19:38:00 · 3479 阅读 · 0 评论 -
HTTPS的压力测试工具 -- http_load
http_load1. 官方描述:http_load runs multiple http fetches in parallel, to test the throughput of a web server. However unlike most such test clients, it runs in a single process, so it doesn't bog down the client machine. It can be configured to do https fetc原创 2011-05-26 11:09:00 · 4082 阅读 · 0 评论 -
利用Nginx架设Http代理服务器
nginx是一款强大的反向代理服务器软件,除了作为http服务器和反向代理之外,还可以架设http代理服务器。配置很简单:resolver YOUR_RESOLV_IP;server { listen proxy_ip:proxy_port; location / {proxy_pass http://$http_host$request_uri;ac原创 2011-06-23 16:26:00 · 1877 阅读 · 0 评论 -
https的性能测试报告
【测试报告】 表现:在不同并发数量下,http基本稳定在2000左右qps(Query perSecond),https稳定在1100左右qps。 https的性能约为http的 1/2 结论:完全可以满足一般原创 2011-05-26 19:45:00 · 3372 阅读 · 0 评论