FOAK:Generating network traffic

Discussion in 'UK Motorcycles' started by Dr Zoidberg, Jul 13, 2004.

  1. Dr Zoidberg

    Dr Zoidberg Guest

    Does anyone have any suggestions for software that can run on a server to
    generate network traffic to simulate a large load on switches and routers
    under test.
    Its easy enough to do this for a short period by moving files around etc but
    we could do with something that can run continually without attention.
    --
    Alex

    "I laugh in the face of danger"
    "Then I hide until it goes away"

    www.drzoidberg.co.uk
    www.upce.org.uk
     
    Dr Zoidberg, Jul 13, 2004
    #1
    1. Advertisements

  2. Dr Zoidberg

    Eddie Guest

    What OS?

    For Windows, something like "ping -t -l 8192" should get things warmed
    up; for *nix-like systems, the equivalent would be "ping -s 8192".

    HTH, and don't forget to RTFM.
     
    Eddie, Jul 13, 2004
    #2
    1. Advertisements

  3. Dr Zoidberg

    Dr Zoidberg Guest

    2k or 2k3
    Constant pings are ok for testing connectivity , but we could do with a lot
    more load to stress the switches a bit.
    --
    Alex

    "I laugh in the face of danger"
    "Then I hide until it goes away"

    www.drzoidberg.co.uk
    www.upce.org.uk
     
    Dr Zoidberg, Jul 13, 2004
    #3
  4. Dr Zoidberg

    Dr Zoidberg Guest

    Hehehe , nice idea ,but the switches will be on a separate network for
    testing purposes.

    I know there is software that you can buy to generate simulated traffic ,
    but a free solution would be better.
    At the mo I think a batch file to copy a bunch of files from one machine to
    another then delete them and start again is looking likely


    --
    Alex

    "I laugh in the face of danger"
    "Then I hide until it goes away"

    www.drzoidberg.co.uk
    www.upce.org.uk
     
    Dr Zoidberg, Jul 13, 2004
    #4
  5. Dr Zoidberg

    wessie Guest

    Dr Zoidberg wrote in
    I've sent you an email. Forward it to everyone on the network and make sure
    they run the attachment. That should do it.
     
    wessie, Jul 13, 2004
    #5
  6. Dr Zoidberg

    Eddie Guest

    Wack up the packet size, and run a load of them in parallel?
     
    Eddie, Jul 13, 2004
    #6
  7. Dr Zoidberg

    Eddie Guest

    :begin
    xcopy //servername/rootshare /e /q /h /y
    goto begin

    .... in a batch file should keep it busy for a while, *and* saves having
    to delete the files each time.
     
    Eddie, Jul 13, 2004
    #7
  8. Dr Zoidberg

    Dr Zoidberg Guest

    Ta.
    --
    Alex

    "I laugh in the face of danger"
    "Then I hide until it goes away"

    www.drzoidberg.co.uk
    www.upce.org.uk
     
    Dr Zoidberg, Jul 13, 2004
    #8
  9. Dr Zoidberg

    antonye Guest

    Microsoft NetMon I think it was called. Comes as standard
    with something like Exchange, purely for that purpose.

    I'll have to go back through some old course notes if
    it's not right, but that sounds familiar.
     
    antonye, Jul 13, 2004
    #9
  10. Dr Zoidberg

    Greybeard Guest


    Batch file looping, copy large files backward and forward.
    No special software needed.

    HTH
     
    Greybeard, Jul 15, 2004
    #10
  11. Dr Zoidberg

    Muck Guest

    and using something like ab to stress a web server across the link.
     
    Muck, Jul 15, 2004
    #11
    1. Advertisements

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.