/[Apache-SVN]/httpd/flood/trunk/examples/round-robin-example.xml
ViewVC logotype

Log of /httpd/flood/trunk/examples/round-robin-example.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 653656 - (view) (annotate) - [select for diffs]
Modified Tue May 6 00:42:11 2008 UTC (18 months, 3 weeks ago) by fielding
File length: 2827 byte(s)
Diff to previous 647749 (colored)
promote flood to released products

Revision 647749 - (view) (annotate) - [select for diffs]
Modified Mon Apr 14 12:16:14 2008 UTC (19 months, 1 week ago) by wrowe
Original Path: httpd/test/flood/trunk/examples/round-robin-example.xml
File length: 2827 byte(s)
Diff to previous 106525 (colored)
flood is independent of framework, mod_specweb etc

Revision 106525 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 00:36:41 2004 UTC (5 years ago) by nd
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2827 byte(s)
Diff to previous 101186 (colored)
property cleanup

Revision 101186 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 23:45:03 2003 UTC (6 years, 2 months ago) by jacekp
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2827 byte(s)
Diff to previous 100574 (colored)
update example config files

Revision 100574 - (view) (annotate) - [select for diffs]
Modified Sat Jul 12 22:34:25 2003 UTC (6 years, 4 months ago) by jacekp
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2809 byte(s)
Diff to previous 89888 (colored)
Here comes the DTD (along with some minor fixes)

Revision 89888 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 00:08:25 2001 UTC (8 years, 3 months ago) by aaron
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2735 byte(s)
Diff to previous 89886 (colored)
The seed used in the PRNG can now be set in a tag,
so tests based on random values can be reproduced.
The tag is <seed> and is a toplevel tag (ie under
<flood>.. just go look at the examples)

This patch changes more stuff in autoconf files, so
rerun buildconf, ok?

Revision 89886 - (view) (annotate) - [select for diffs]
Modified Thu Aug 2 22:19:49 2001 UTC (8 years, 3 months ago) by aaron
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2640 byte(s)
Diff to previous 89883 (colored)
Added pre/post delays, as well as a precision amount for each.
All times are in seconds. The actual delays is calculated as:
   actual_delay + (precision * e)
(where e is a number in [-1,1]). I'm using rand() to generate
the 'e' factor, and as this is not threadsafe on some
platforms (I don't really care what the number is, so this
is NBD), I really should change this later to be
something akin to apr_generate_random_bytes().

Also a minor fix to Justin's last update, a symbol wasn't
renamed.

Also moved the place where we increment the current_url to
the next one from get_next_url() to loop_condition(). This
may have side effects later on if someone tries to call
loop_condition() more than once per loop, but right now
I believe it's defined so that we call it only once (and
that can't be overriden).

I updated some autoconf files, so please rerun buildconf.

Revision 89883 - (view) (annotate) - [select for diffs]
Modified Thu Aug 2 21:34:46 2001 UTC (8 years, 3 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2299 byte(s)
Diff to previous 89848 (colored)
Example of the new POST pseudo-random payload syntax.

Revision 89848 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 03:10:37 2001 UTC (8 years, 3 months ago) by aaron
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2106 byte(s)
Diff to previous 89782 (colored)
This is an atypically large patch. I got half way into fixing
the profile_events API to work with keepalive when I realized
that these event "groups" should be off in their own files.
So:

- Updated the profile_events_t struct to handle sockets
  in an abstractable way. They now have a lifetime and
  their behaviour can be overriden in this manner.

- Regrouped the events in the profile_events to make
  more sense. This stuff should probable be split up
  into the groups (where a "group" is a bunch of
  event functions that need to all be overriden at
  once to provide some new functionality). Currently
  the groups are: profile, sockets, reporting, verification.

- Moved the three implementations that we currently have
  for the socket events group each into their own files.
  The current flavors are: generic, ssl, and keepalive.

- Updated the various examples to work with the new
  events.

Revision 89782 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 07:22:39 2001 UTC (8 years, 4 months ago) by aaron
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 1824 byte(s)
Diff to previous 89765 (colored)
Removed the commented out sections (needed to get rid of the
ssl stuff anyway).

Removed a false comment about Farmer count.

Revision 89765 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 15:44:58 2001 UTC (8 years, 4 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2174 byte(s)
Diff to previous 89588 (colored)
Add the create_req hook (now required).
Cleanup the round-robin-example.xml comments.

Revision 89588 - (view) (annotate) - [select for diffs]
Added Wed Jul 18 04:41:28 2001 UTC (8 years, 4 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/examples/round-robin-example.xml
File length: 2007 byte(s)
This is a bunch of example flood config files.
round-robin-example.xml - an attempt to show you what flood does.
round-robin-ssl.xml - an attempt to show you how SSL works with flood.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2