首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏蓝天

    httperf 一个高性能的压力测试工具

    Written by bixuan on 2008年06月26号 – 22:14 做个标记:) Httperf is a tool for measuring web server performance The three distinguishing characteristics of httperf are its robustness, which includes the ability to Httperf 是一个高效的 http 压力测试工具,使用它可以模拟出超过1千的并发访问,能充分测试出 web server 的性能。 格式访问的测试数据(因缓存文件以 gzip 格式保存,所以性能是最高的) oneoo@oneoo-pc:~/Desktop$ httperf –server oneoo.com –num-conns From:http://oneoo.com/articles/httperf-the-pressure-of-a-high-performance-test-tools.html

    2.2K10发布于 2018-08-07
  • 来自专栏Linyb极客之路

    Linux 运维必备的13款实用工具,拿好了~

    Httperf比ab更强大,能测试出web服务能承载的最大服务量及发现潜在问题;比如:内存使用、稳定性。 下载:http://code.google.com/p/httperf/downloads/list [root@localhost ~]# tar zxvf httperf-0.9.0.tar.gz [root@localhost ~]# cd httperf-0.9.0 [root@localhost httperf-0.9.0]# . /configure [root@localhost httperf-0.9.0]# make && make install [root@localhost ~]# httperf --hog --server =192.168.0.202 --uri=/index.html --num-conns=10000 --wsess=10,10,0.1 参数说明: —hog:让httperf尽可能多产生连接,httperf

    90740发布于 2019-08-29
  • 来自专栏IT运维技术圈

    实用运维工具汇总推荐

    Httperf比ab更强大,能测试出web服务能承载的最大服务量及发现潜在问题;比如:内存使用、稳定性。 下载:http://code.google.com/p/httperf/downloads/list [root@localhost ~]# tar zxvf httperf-0.9.0.tar.gz [root@localhost ~]# cd httperf-0.9.0 [root@localhost httperf-0.9.0]# . /configure [root@localhost httperf-0.9.0]# make && make install [root@localhost ~]# httperf --hog --server =192.168.0.202 --uri=/index.html --num-conns=10000 --wsess=10,10,0.1 参数说明: —hog:让httperf尽可能多产生连接,httperf

    87710编辑于 2023-12-26
  • 来自专栏北京马哥教育

    拿好了!Linux 运维必备的 13 款实用工具!

    Httperf 比 ab 更强大,能测试出 web 服务能承载的最大服务量及发现潜在问题;比如:内存使用、稳定性。 下载:http://code.google.com/p/httperf/downloads/list [ root@localhost ~]# tar zxvf httperf - 0.9 . 0. tar . gz [ root@localhost ~]# cd httperf - 0.9 . 0 [ root@localhost httperf - 0.9 . 0 ]# ./ configure [ root@localhost httperf - 0.9 . 0 ]# make && make install [ root@localhost ~]# httperf -- hog 尽可能多产生连接,httperf 会根据硬件配置,有规律的产生访问连接 –num-conns:连接数量,总发起 10000 请求 –wsess: 用户打开网页时间规律模拟,第一个 10 表示产生 10

    1.7K32发布于 2020-08-14
  • 来自专栏北京马哥教育

    Linux 运维必备的 13 款实用工具,拿好了~

    Httperf 比 ab 更强大,能测试出 web 服务能承载的最大服务量及发现潜在问题;比如:内存使用、稳定性。 下载:http://code.google.com/p/httperf/downloads/list [root@localhost ~]# tar zxvf httperf-0.9.0.tar.gz [root@localhost ~]# cd httperf-0.9.0 [root@localhost httperf-0.9.0]# . /configure [root@localhost httperf-0.9.0]# make && make install [root@localhost ~]# httperf --hog - ,httperf 会根据硬件配置,有规律的产生访问连接 --num-conns:连接数量,总发起 10000 请求 --wsess: 用户打开网页时间规律模拟,第一个 10 表示产生 10 个会话连接,

    1.7K80发布于 2018-05-04
  • 来自专栏weixuqin 的专栏

    Nginx 进行性能配置

    这里我使用的是 httperf 模块,Ubuntu 自带,没有的话通过下列指令安装。 sudo apt-get install httperf 这里我以重复下载我服务器中的 index.html 为例,每秒300次,总共请求30000次。 httperf --server your domain --port 80 --uri /index.html --rate 300 --num-conn 30000 --num-call 1 --

    37520发布于 2018-08-02
  • 来自专栏IT运维技术圈

    linux最强实用工具集锦

    Httperf 比 ab 更强大,能测试出 web 服务能承载的最大服务量及发现潜在问题;比如:内存使用、稳定性。 下载:http://code.google.com/p/httperf/downloads/list [root@localhost ~]# tar zxvf httperf-0.9.0.tar.gz [root@localhost ~]# cd httperf-0.9.0 [root@localhost httperf-0.9.0]# . /configure [root@localhost httperf-0.9.0]# make && make install [root@localhost ~]# httperf --hog 参数说明: --hog:让 httperf 尽可能多产生连接,httperf 会根据硬件配置,有规律的产生访问连接 --num-conns:连接数量,总发起 10000 请求 --wsess:用户打开网页时间规律模拟

    77551编辑于 2023-02-02
  • 来自专栏Linyb极客之路

    Linux 运维必备的 13 款实用工具,拿好了

    Httperf 比 ab 更强大,能测试出 web 服务能承载的最大服务量及发现潜在问题;比如:内存使用、稳定性。 下载:http://code.google.com/p/httperf/downloads/list [root@localhost ~]# tar zxvf httperf-0.9.0.tar.gz [root@localhost ~]# cd httperf-0.9.0 [root@localhost httperf-0.9.0]# . /configure [root@localhost httperf-0.9.0]# make && make install [root@localhost ~]# httperf --hog --server =192.168.0.202 --uri=/index.html --num-conns=10000 --wsess=10,10,0.1 参数说明: --hog:让 httperf 尽可能多产生连接,

    1.7K20发布于 2019-05-27
  • 来自专栏运维

    ELK分析ngx_lua_waf软件防火墙日志

    |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf

    1.8K10发布于 2018-11-14
  • 来自专栏全栈工程师修炼之路

    系统性能测试工具

    命令 - 高效的 http 压力测试工具 描述:Httperf 是由HP开发的一个衡量Web服务器性能的工具,它提供了用于产生各种HTTP工作量和测定服务器性能的柔性设施。 使用它可以模拟出超过1千的并发访问,能充分测试出 web server 的性能; httperf的重点不是实现一个特定的基准,但在提供一个强大的,高性能的工具,有利于微观和宏观层面的基准建设,httperf 官网地址: https://github.com/httperf/httperf https://github.com/httperf/httperf/archive/master.zip 应用场景: /src/httperf # 所有可用选项的列表可以通过指定--help选项得到(全选名称可以,只要他们保持明确的缩写) httperf -h Usage: httperf [-hdvV] [--add-header 的最简单的方法 httperf --server blog.weiyigeek.top --port 443 # 默认请求参数如下即实际执行命令如下 # 实际执行: httperf --client=0

    5.1K30编辑于 2022-09-29
  • 来自专栏丑胖侠

    五款资深高效的Web性能测试工具

    4.Httperf Httperf与Loadrunner一样,都是来自惠普的一款产品。

    1.6K30编辑于 2022-05-06
  • 来自专栏厉害了程序员

    《理解 Unix 进程》笔记-1

    比如压测工具 httperf:如果我们使用命令 httperf —hog —server www —num-conn 5000 这样的命令,就需要 httperf 创建5000个并发连接,如果这里超出了软限制 所以在压测之前httperf需要先调高软限制。 进程皆有退出码 当进程结束时,都会留下数字(0-255)退出码,操作系统根据退出码可以知道进程是否运行正常。

    1.2K10发布于 2020-12-22
  • 来自专栏王先森

    Nginx添加开源防火墙(waf)防护

    |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf

    3.6K30编辑于 2023-04-24
  • 来自专栏开源优测

    [性能测试]性能测试基础

    JMeter Gatling LoadRunner WebLoad OpenSTA httperf LoadING Pro Appvance NeoLoad Loadster WAPT LoadComplete

    68940发布于 2018-04-09
  • 来自专栏测试人生

    测试人员需要了解的工具有哪些

    支持图形化 httperf 一款高性能的web性能测试工具 Siege 一款开源的压力和指标测试工具 Gatling 前两种是比较常用的 四、 C/S自动化工具 qtp (录制回放和脚本编辑).

    1.6K20发布于 2021-11-09
  • 来自专栏互联网技术栈

    Netflix Zuul与Nginx 性能对比

    I used ApacheBench to make the test with 200 concurrent threads (I have tried also httperf but it looks

    1K20发布于 2018-12-12
  • 来自专栏新梦想软件测试

    软件测试人员必备的60个测试工具清单,建议收藏一波!

    2,jmeter 基于java平台的性能开源测试工具,其实也很强大,而且比较好用 3,Web bench 一个简单的web基准指标测试工具 4,Load UI,一款开源的压力测试工具,支持图形化 5,httperf

    4.3K31发布于 2019-09-23
  • 来自专栏开源部署

    Centos7安装openresty实现WAF防火墙功能

    |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf |hydra|Parser|libwww|BBBike|sqlmap|w3af|owasp|Nikto|fimap|havij|PycURL|zmeu|BabyKrokodil|netsparker|httperf

    2.8K21编辑于 2022-05-30
  • 来自专栏喔家ArchiSelf

    老曹眼中的负载均衡

    简单地,httperf 或者Apache AB 就可以测量HTTP 服务器的负载性能。 云服务的负载均衡 云时代的到来,使负载均衡成了平台级的服务,几乎所有的云服务提供商都提供了负载均衡服务。

    1.1K51发布于 2018-08-22
  • 来自专栏Java架构师必看

    LAMP优化

    [检测工具] 为了得到完整的调试结果,建议你采用 ApacheBench 或者 httperf之类的软件。

    1.1K20发布于 2021-03-22
领券