Re: need help with introducing more traffic

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fredrik Lundh

    Re: need help with introducing more traffic

    leo davis skrev:
    I found this code snippet(referen ce http://www.goldb.org) and wish to do
    more with it than just send out a Http Get request.I would like to
    introduce more traffic -say by downloading files,crawling through all
    the links,logging in etc etc,and wish to see how the web server
    reacts.I'm trying to stress the server to its limits....appre ciate if
    anyone could provide me code/ideas to inject into this.
    the website -http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/
    selected as example has many downloads.i tried from urllib import
    umm. are you saying that you run ruby-lang.org and want to write a
    stress tester in Python just for the fun of it, or are we missing
    something here...

    </F>

  • Diez B. Roggisch

    #2
    Re: need help with introducing more traffic

    Fredrik Lundh schrieb:
    leo davis skrev:
    >
    >I found this code snippet(referen ce http://www.goldb.org) and wish to
    >do more with it than just send out a Http Get request.I would like to
    >introduce more traffic -say by downloading files,crawling through all
    >the links,logging in etc etc,and wish to see how the web server
    >reacts.I'm trying to stress the server to its limits....appre ciate if
    >anyone could provide me code/ideas to inject into this.
    >the website -http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/
    >selected as example has many downloads.i tried from urllib import
    >
    umm. are you saying that you run ruby-lang.org and want to write a
    stress tester in Python just for the fun of it, or are we missing
    something here...
    This:



    Seems as if he *is* using various languages for fun...

    Diez

    Comment

    • Fredrik Lundh

      #3
      Re: need help with introducing more traffic

      Diez B. Roggisch wrote:
      >umm. are you saying that you run ruby-lang.org and want to write a
      >stress tester in Python just for the fun of it, or are we missing
      >something here...
      >
      This:
      >

      >
      Seems as if he *is* using various languages for fun...
      "load testing" other people's sites are known as something else, of course.

      </F>

      Comment

      • Fredrik Lundh

        #4
        Re: need help with introducing more traffic

        Fredrik Lundh wrote:
        "load testing" other people's sites are known as something else, of course.
        message.replace (" are ", " is ") # do'h!

        (when do we get the ability to edit our c.l.python messages for, say, 30
        minutes after they're posted? ;-)

        </F>

        Comment

        • Robert Kern

          #5
          Re: need help with introducing more traffic

          Fredrik Lundh wrote:
          (when do we get the ability to edit our c.l.python messages for, say, 30
          minutes after they're posted? ;-)
          The IETF is waiting to borrow Guido's time machine for study before releasing
          the RFC for NNTTP (Network News Time Travel Protocol). Of course, if you have
          you get to borrow Guido's time machine, too, you can already comment on the RFC
          before the C's were R'ed.

          --
          Robert Kern

          "I have come to believe that the whole world is an enigma, a harmless enigma
          that is made terrible by our own mad attempt to interpret it as though it had
          an underlying truth."
          -- Umberto Eco

          Comment

          Working...