Hey folks,

I'm in the process of doing benchmark testing on a new datawarehouse(SAS) server at work. Since we don't have a regular DBI module to the data, we use a remote shell call to grab the information needed when a user hits certain pages on our site.

We will have about a hundred users regularly hitting these pages, and we are wanting to test how the web server, datawarehouse server, and the network behave under heavy traffic.

We want to create the effect of executing a hundred remote shells concurrently and measure the results. I'm already familiar with the Benchmark module for gathering the results, and we have already tested the servers for multiple iterations, each call right after the other. Now we need to test it with a shotgun effect to see how they hold up to the load.

Any help would be greatly appreciated. You can either post here or email me here. You know what to do with the email address.

Thanks, t


In reply to Shotgun telnet by Jonas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.