# python_webbench **Repository Path**: dearmrli/python ## Basic Information - **Project Name**: python_webbench - **Description**: python 实现 webbench - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##功能 尝试用python实现webbench的功能 ##使用方法 * webbench [option]... URL * -f|--force Don't wait for reply from server. * -r|--reload Send reload request - Pragma: no-cache. * -t|--time Run benchmark for seconds. Default 30. * -p|--proxy Use proxy server for request. * -c|--clients Run HTTP clients at once. Default one. * -9|--http09 Use HTTP/0.9 style requests. * -1|--http10 Use HTTP/1.0 protocol. * -2|--http11 Use HTTP/1.1 protocol. * --get Use GET request method. * --head Use HEAD request method. * --options Use OPTIONS request method. * --trace Use TRACE request method. * -?|-h|--help This information. * -V|--version Display program version.