//对请求附加额外的头信息,此参数的典型形式是一个有效的头信息行,其中包含了以冒号分隔的字段和值的对(如"Accept-Encoding: zip/zop;8bit")
-H attribute Add Arbitrary header line, eg. 'Accept-Encoding: gzip'
Inserted after all normal header lines. (repeatable)
//HTTP验证,用冒号:分隔传递用户名及密码
-A attribute Add Basic WWW Authentication, the attributes
are a colon separated username and password.
//对一个中转代理提供BASIC认证信任,用户名和密码由一个冒号:隔开,并以base64编码形式发送
//无论服务器是否需要(即是否发送了401认证需求代码),此字符串都会被发送
-P attribute Add Basic Proxy Authentication, the attributes
are a colon separated username and password.
//对请求使用代理服务器
-X proxy:port Proxyserver and port number to use
//显示版本号并退出
-V Print version number and exit
//启用HTTP KeepAlive功能,即在一个HTTP会话中执行多个请求,默认为不启用KeepAlive功能
-k Use HTTP KeepAlive feature
//不显示"percentage served within XX [ms] table"的消息(为以前的版本提供支持)
-d Do not show percentiles served table.
//不显示中值和标准背离值,且均值和中值为标准背离值的1到2倍时,也不显示警告或出错信息,默认会显示最小值/均值/最大值等(为以前的版本提供支持)
-S Do not show confidence estimators and warnings.
//把所有测试结果写入一个'gnuplot'或者TSV(以Tab分隔的)文件
//此文件可以方便地导入到Gnuplot,IDL,Mathematica,Igor甚至Excel中,其中的第一行为标题
-g filename Output collected data to gnuplot format file.