• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • 尋找壓力測試軟件

    發表于:2007-05-25來源:作者:點擊數: 標簽:
    想對apache進行測試,但是不知道有什么 壓力測試 的軟件。請各位大俠幫忙。謝謝 leader 回復于:2003-11-26 14:51:45 apache自己的ab不就是一個嘛。在它的bin里面編譯完就有。 Foundstone的blast也是一個。 [url]http://www.foundstone.com/resources/freeto

    想對apache進行測試,但是不知道有什么壓力測試的軟件。請各位大俠幫忙。謝謝

     leader 回復于:2003-11-26 14:51:45
    apache自己的ab不就是一個嘛。在它的bin里面編譯完就有。

    Foundstone的blast也是一個。
    [url]http://www.foundstone.com/resources/freetools.htm[/url]

     blueant0 回復于:2003-11-26 15:16:16
    多謝樓上,沒用過。我去研究研究

     blueant0 回復于:2003-11-26 16:01:21
    我在Foundstone找到了一個叫做FSMax的測試軟件感覺比Blast好些,但是沒有找到并發用戶的設置,請問能不能給解釋解釋。


    FSMax v2.0 - Copyright(c) 1999-2003, Foundstone, Inc.
    Server stress tester for buffer overflow/DOS conditions

    Usage - fsmax /s < script.txt > results.txt
            /s = reads script from stdin
            /? = Help

    Script Format
      host:[ip address],[port],[min],[max] = host parameters

    Additional host parameters in order:
      timeout - ms to wait for socket response - default = 0
      delay - ms to wait before sending commands- default = 250
      pause - ms to wait before receiving - default = 0
      retnum - number of CR/LF's to end buffer - default is one
      reopen - T/F reopen connection before each command
      norecv - T/F no receive after intial connect - default is off
      verbose - T/F verbose output- off by default
      trial - T/F display buffer w/o sending

    Command syntax
      c:[command text] = preloop commands
      lc:[command buffer] = loop commands
      c:[command text] = post loop command

    Script Example
      host:12.12.12.2,80,400,500,5000,250,0,2,true,true
      lc:GET /some * url/
      lc:POST /some * url/
    or a mail server example
      host:12.12.12.2,110,40,50,5000,1000,4000,1,false,true
      lc:user hac*ker
      lc:pass hack*pass

    Things to Know
    - First four host params are required, others are optional.
    - When using optional params, you must specify all except the last.
    - Min is the size of buffer to start testing at until Max is reached.
    - Timeout in milliseconds to wait on socket response - default 0 ms.
    - Delay in milliseconds before sending commands - default 250 ms.
    - By default, CR/LF are included. AddRet number defines CR/LF's to add.
        0 = CR/LF's are not added in loop commands.
        1 = CR/LF's are added to loop commands only.
        2 = Double CR/LF's are added (useful in GET requests)
    - There is currently one preloop/loop/postloop command sequence.
    - Each section can have multiple commands.
    - Each command will be sent to the target host in sequence.
    - The loop commands will be repeated as a whole, max-min times.
    - Only the loop commands will send arbitrary buffers to the target.
    - The asterisk is the buffer place holder, spaces are preserved.
    - For a buffer of 30, your string will expand like this:
        'GET /some - url/ HTTP/1.0' = 'GET /some NNNN url/ HTTP/1.0'
        'GET /some*url/ HTTP/1.0'   = 'GET /someNNNNNNurl/ HTTP/1.0'
    - Buffer size of 30 = 28 characters plus CR/LF.
    - Buffers with double CR/LF's send 26 characters.
    - Any/all commands are optional - add as many as you like.

     leader 回復于:2003-11-26 22:38:18
    FSMax按它的設計意圖,就是對Buffer Overflow有意義。對于Buffer Overflow來講,它更關注的是Buffer的大小,也就是輸入數據的長度,而非并發次數。所以它不支持并發測試。
    仔細看了看Blast的Usage,似乎也只是個類似的工作??磥砟阒挥杏胊b了。ab是支持并發的。我用過。只是效果一般。
    坦白講,我以前做IDS或FW測試時,并發一般都是用包發生器做的,而非軟件實現的。當session太多時,有時PC會根本不繼續新建session,而包發生器則不會。所以小試一把的話,ab可以試試,如果太大量的話,可以考慮多用幾臺機器,一起ab試試。呵。希望對你有幫助。

     blueant0 回復于:2003-11-27 09:59:04
    再次感謝樓上,還有一事要麻煩。就是有沒有ab的usage?我看了看man不是很明白。連個example都沒有

     blueant0 回復于:2003-11-27 10:28:12
    找到了一個講解ab的文檔
    http://i18n.linux.net.cn/others/ApacheManual/programs/ab.html

     blueant0 回復于:2003-11-27 13:28:29
    找了個webload 6.0聽說好用,不過沒找到license,哪位給幫幫忙?嘿嘿

     geel 回復于:2003-11-27 16:08:14
    用ab的話大部分時候是測試ab的性能而不是測試apache,呵呵。

     blueant0 回復于:2003-11-28 15:09:22
    那請高人指點一下咯

     srjiao 回復于:2003-12-15 15:08:34
    blueant0你能給我一份 webload6.0么?我只找到了webload6.0的破解文件,我們交換一下阿

     srjiao 回復于:2003-12-15 15:10:11
    我的mail,srjiao@126.com,和我聯系阿

     wooyc 回復于:2003-12-16 14:43:30
    不知道,你們聽說過Web Application Stress沒有,是微軟的產品。
    http://www.vchelp.net/itbookreview/view_paper.asp?paper_id=616
    上面這個鏈接是講如何使用的,軟件是免費的。
    http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0585a-062a-439e-a67d-75a89aa36495&displaylang=en
    上面這個是微軟的下載地址。

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>