please indicate the source:
welcome to my github:
支援平台:linux。
開發語言:c語言。
$ make && sudo make install #安裝
gcc -std
=c99 -g
-wall
-o webtest.o -c webtest.c
gcc -std
=c99 -g
-wall
-o webtest webtest.o
[sudo]
password for xiang:
installed in /usr/local/sbin
thanks for your use webtest-xiang gao.
$ webtest -h #使用教程
trace request method.$ webtest #預設配置測試:1個client、測試30秒
requests: 9 success, 0 failed.$ webtest -c 100 -t 20 # 100個client、測試20秒
requests: 222 success, 0 failed.$ webtest -c 100 -f # 100個client、測試30秒、不讀取server的reply
requests: 471 success, 0 failed.$ webtest –head -c 100 #head方法,預設為get
requests: 435 success, 4 failed.$ webtest –options -c 100 #optiopns方法
requests: 20 success, 3 failed.$ webtest –trace -c 100 #trace方法
requests: 178 success, 6 failed.$ make uninstall #解除安裝
uninstall webtest. thanks for your use webtest-xiang gao.
解析命令列引數-parsearguments
生成http請求報文-buildrequest
輸出測試引數-printconfigure
測試伺服器狀態-testserverstate
實際測試-testmain
please indicate the source:
welcome to my github:
GitHub專案跟進
2016 05 09 15 30 43人閱讀收藏 舉報 android開發筆記 14 要做的事情太多,看見喜歡的想學的專案就做吧。1 a md project with mvp architecture 可以學到 android design庫的使用 自定義你的基類activity 應用mvp模式到...
Github專案管理
git的安裝就不說了。上傳專案 步驟總結 其實只需要進行下面幾步就能把本地專案上傳到github 1 在本地建立乙個版本庫 即資料夾 通過git init把它變成git倉庫 這步還有乙個簡便的方法 首先在github新建乙個倉庫,然後git cllone 要將你的庫轉殖下來到本地電腦中,方便以後進行...
github上傳專案
echo office automation script readme.md git init 在專案根目錄執行init git add readme.md git commit m first commit git remote add origin git push u origin mast...