zoukankan      html  css  js  c++  java
  • apache bench性能测试linux中性能测试ab test


    Linux中下载安装ab:yum install -y httpd-tools

    -p file(请求的文件)

    ab -n 800 -c 800 http://192.168.0.10/(-n发出800个请求,-c模拟800并发)
    输入ab查看它的参数使用说明
    -n requests Number of requests to perform
    -c concurrency Number of multiple requests to make at a time(并发数吧)
    -t timelimit Seconds to max. to spend on benchmarking
    This implies -n 50000
    -s timeout Seconds to max. wait for each response
    Default is 30 seconds
    -b windowsize Size of TCP send/receive buffer, in bytes
    -T content-type Content-type header to use for POST/PUT data, eg.
    'application/x-www-form-urlencoded'
    Default is 'text/plain'
    -v verbosity How much troubleshooting info to print

    -x attributes String to insert as table attributes
    -y attributes String to insert as tr attributes
    -z attributes String to insert as td or th attributes
    -C attribute Add cookie, eg. 'Apache=1234'. (repeatable)
    -H attribute Add Arbitrary header line, eg. 'Accept-Encoding: gzip'
    Inserted after all normal header lines. (repeatable)
    -P attribute Add Basic Proxy Authentication, the attributes
    are a colon separated username and password.
    -d Do not show percentiles served table.
    -S Do not show confidence estimators and warnings.
    -q Do not show progress when doing more than 150 requests
    -g filename Output collected data to gnuplot format file.
    -e filename Output CSV file with percentages served

  • 相关阅读:
    收藏了!主流应用市场产品提交资料汇总!
    Oracle用户、权限、角色管理
    H3C SNMP配置解析
    从实战角度浅析snmp
    ICE checkbox 用法
    eclipse序列化生成serialVersionUID
    Bat命令学习
    app生成工具
    微软浏览器兼容工具modern.IE
    php判断手机客户端
  • 原文地址:https://www.cnblogs.com/zhaobobo10/p/12205217.html
Copyright © 2011-2022 走看看